Manual failed payment retries requires additional approval
This feature requires additional approval to use. If you'd like access, request approval. We'll review your account and reach out if you meet the requirements.
{ "error": { "type": "request_error", "code": "subscription_payment_attempt_pending", "detail": "A payment attempt for this transaction is already in progress. Wait for it to complete before retrying.", "documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_payment_attempt_pending" }, "meta": { "request_id": "00000000-0000-0000-0000-000000000000" }}Details
- Status code
- 409
- Error code
-
subscription_payment_attempt_pending - Error message
- A payment attempt for this transaction is already in progress. Wait for it to complete before retrying.
Common causes
- The transaction's latest payment attempt uses an asynchronous payment method (like Pix) and is still settling. Only one attempt can be in progress at a time.
Troubleshooting
- Wait for the in-progress attempt to reach a terminal state before retrying. The error's extra.payment_attempt_id identifies the in-progress attempt so you can correlate its outcome.