RS009
We could not find a Stripe Customer using the payment_provider_id
you provided: {{paymentProviderId}}. payment_provider_id
must be either a valid Stripe Customer Id, or null
.
Classic only This error will only be seen in a classic referral program.
🔗 Tips To Fix This
- Make sure the
payment_provider_id
is a valid Stripe Customer ID - Make sure the
payment_provider_id
is from the Live or Test Stripe mode that matches the Live or Testtenant_alias
that you're using in SaaSquatch. - If the user does not yet exist in Stripe set
payment_provider_id: null
- If the SaaSquatch Account already has a
payment_provider_id
associated with it you must include that value, notnull
.
🔗 Why is This Happening?
We immediately validate any payment_provider_id
by using it to look up a Stripe Customer with a matching Customer ID. If you're running into this issue it means that we couldn't find a Stripe Customer using the payment_provider_id
that you provided.
If some of your users don't exist in Stripe, then you can set payment_provider_id: null
for those users.