RS035
isConverted cannot be used with paymentProviderId
Classic only This error will only be seen in a classic referral program.
🔗 Tips To Fix This
- Check that you are not accidentally including
isConvertedif the account in question haspaymentProviderIdset. - Check that you are not acceidntally submitting a value for
isConvertedorpaymentProviderIdwhen you don't intend to.
🔗 Why is This Happening?
The isConverted parameter is intended for API-only programs only. Conversion of a referral on a Payment Provider Program is acomplished by tracking invoices on a subscription.
Further details about the complete flow of a referral can be found in our Payment Provider Guides for Stripe and Recurly.