API Endpoint
Retry Response
Getting Started
Direct Merchant Integration
- Braintree Merchants
- Stripe Merchants
- Generic integration
- PayPal Integration
Gateway partners
- Gateway partners integration
API Endpoint
Retry Response
POST
/
v1
/
retry
/
{retry_id}
/
response
"<any>"
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Available options:
declined
, approved
, pending
, canceled
, voided
Response
202
application/json
Successful Response
The response is of type any
.
"<any>"