Get Manual retry
Returns the details of the specific manual retry ID provided.
info
The request must provide the following header:
x-api-key: {merchantKey}
Request sample
Path:
GET {baseURL}/subscriptions/Subscription-4903f0f3-d718-404b-a675-167eacfabe12/billing-cycles/BillingCycle-44401c1b-c762-42dd-81bc-fd1fbad54af2/manual-retries/retry-6a05ccb8-9c58-4907-9014-8cedd51d0464
Header:
Content-Type: application/json<br />
en-US
Response parameters
Please refer to Response parameters in "Create Manual retry".
Response sample
Status Code:
200 (OK)
Header:
Content-Type: application/json
Accept-Language: en-US
{
"id": "retry-6a05ccb8-9c58-4907-9014-8cedd51d0464",
"createdAt": "2021-05-10T15:38:01.02Z",
"updatedAt": "2021-05-10T15:38:01.02Z",
"transactionId": "transaction-6a05ccb8-9c58-4907-9014-8cedd51d0464",
"reason": "Reprocessing a failed transaction"
}
info
For error handling, please refer to this section.