RS012
The payment_provider_id
that you provided is not valid. Just set payment_provider_id: null
if you're not using a payment system connector such as Stripe, Recurly or Braintree.
Classic only This error will only be seen in a classic referral program.
🔗 Tips To Fix This
- Try setting
payment_provider_id: null
.
🔗 Why is This Happening?
This is probably happening because you're using a non-empty value for payment_provider_id
. If your users don't exist in a payment system yet you can set payment_provider_id: null
.