RS019
The value of payment_provider_id
can be set but it can't be updated. The account
with account_id={{accountId}}
already has payment_provider_id={{payment_provider_id}}
and it can NOT be updated to {{new payment_provider_id}}
Classic only This error will only be seen in a classic referral program.
🔗 Tips To Fix This
- Make sure that you are trying to set the
payment_provider_id
for the correctaccount_id
. - Make sure you're using the right value for
payment_provider_id
.
🔗 Why is This Happening?
Once an account has had it's payment_provider_id
set to something other then null
the payment_provider_id
value cannot be updated.
You're receiving this error because the account_id
in question has already had a payment_provider_id
set.