Docs

Customer entity not valid for current collection mode

You are attempting to update a subscription but the customer entity is not valid for the current collection mode

Example response
{
"error": {
"type": "request_error",
"code": "subscription_customer_not_suitable_for_collection_mode",
"detail": "Customer entity must be suitable for the subscription's current collection mode",
"documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_customer_not_suitable_for_collection_mode"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
subscription_customer_not_suitable_for_collection_mode
Error message
Customer entity must be suitable for the subscription's current collection mode

Common causes

  • Customer entity you have attached is missing required information for a collection_mode=manual subscription

Troubleshooting

  • Ensure the customer entity has a name and try again

Was this page helpful?