Docs

Currency code incompatible with the payment method provider

You are attempting to update a subscription's currency code to one that is incompatible with the payment method provider

Example response
{
"error": {
"type": "request_error",
"code": "subscription_currency_code_incompatible_with_payment_method_provider",
"detail": "Currency code ARS is incompatible with the payment method provider PayPal. Compatible currency codes: GBP, USD, EUR",
"documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_currency_code_incompatible_with_payment_method_provider"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
subscription_currency_code_incompatible_with_payment_method_provider
Error message
Currency code %s is incompatible with the payment method provider %s. Compatible currency codes: %s

Common causes

  • Currency code is being updated to one which is incompatible with the payment method provider

Troubleshooting

  • Use one of the compatible currency codes for the current payment method provider
  • Update payment method to a different provider

Was this page helpful?