Docs

Updating currency and performing any action creating credits at the same time not allowed

You are attempting to update currency and perform action creating credits at the same time

Example response
{
"error": {
"type": "request_error",
"code": "subscription_currency_update_and_actions_creating_credits_not_allowed",
"detail": "Updating currency and performing actions creating credits are not allowed at the same time",
"documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_currency_update_and_actions_creating_credits_not_allowed"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
subscription_currency_update_and_actions_creating_credits_not_allowed
Error message
Updating currency and performing actions creating credits are not allowed at the same time

Common causes

  • You are attempting to update currency and perform action creating credits at the same time

Troubleshooting

  • Update currency and perform other actions creating credits separately.

Was this page helpful?