Your Endpoints
Handle recovery action
This endpoint is called by Slicker when its algorithms determine a payment should be retried. The merchant system should use this information to execute the appropriate retry action.
POST
Authorizations
API key authentication using a Bearer token in the Authorization header.
Example: Authorization: Bearer YOUR_API_KEY
Body
application/json
Unique identifier for the request from Slicker
Example:
"req_2uqkAo1bwllmzrgV2qtGv48DtGI"
Identifier for the invoice that should be retried
Example:
"inv_12345678"
Suggested action to take for this recovery attempt
Available options:
ACTION_SUGGESTION_UNSPECIFIED
, ACTION_SUGGESTION_RETRY
, ACTION_SUGGESTION_CARD_CHANGE
Example:
"ACTION_SUGGESTION_RETRY"
The optimal time to execute the retry according to Slicker's algorithms
Example:
"2023-01-18T09:30:00Z"
Identifier for the subscription associated with the invoice
Example:
"sub_12345678"