Docs

Payment declined

When requesting to charge the payment was declined.

Example response
{
"error": {
"type": "request_error",
"code": "subscription_payment_declined",
"detail": "payment declined",
"documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_payment_declined"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
subscription_payment_declined
Error message
payment declined

Common causes

  • A payment was declined when requesting to charge

Troubleshooting

Was this page helpful?