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.
API key authentication using a Bearer token in the Authorization header.
Example: Authorization: Bearer YOUR_API_KEY
Unique identifier for the request from Slicker
"req_2uqkAo1bwllmzrgV2qtGv48DtGI"
Identifier for the invoice that should be retried
"inv_12345678"
Suggested action to take for this recovery attempt
ACTION_SUGGESTION_UNSPECIFIED, ACTION_SUGGESTION_RETRY, ACTION_SUGGESTION_CARD_CHANGE "ACTION_SUGGESTION_RETRY"
The optimal time to execute the retry according to Slicker's algorithms
"2023-01-18T09:30:00Z"
Identifier for the subscription associated with the invoice
"sub_12345678"