Recover
...
API Reference
Merchant Endpoints

Retry Status

1min
POST
https://api.<merchant-url>.com/retry/{invoice_id}
An example of a url the merchant would create to receive these events.
This endpoint is provisioned on the merchant's servers for Recover to retrieve invoice retry information. It serves as a final check to make sure that Recover is able to attempt a payment before executing.
Authentication
basic_auth
x-api-key
Path Parameters
invoice_id
*
Body Parameters
body
custom
Responses
200
retry
reason
amount
metadata
payment_methods
401
Invalid Credentials
detail
404
Invoice Not Found
detail
429
Too Many Requests
detail
500
Server Error
detail