startDate.startDate. For example, for a monthly subscription with start date: 10-01-2021, with a rejection on 10-02-2021, payment will be retried until 13-02-2021, 3 times each day, for a total of 9 payment attempts.retryConfiguration object as follows:retryType:"schedule". If you choose a schedule, you can specify in the value field you can specify in value how often the collection will be reattempted.{
"retryConfiguration":{
"retryType":"scheduled",
"value":[2]
}
}retryType:"fixed". Send the specific days of the month to retry. Ex. 10th, 20th, 30th.{
"retryConfiguration":{
"retryType":"fixed",
"value":[10,20,30]
}
}retryType as fixed if you do not want to retry the collection for the entire month.Public-Merchant-Id and a Private-Merchant-Id.| Environment | URL |
|---|---|
| Production | https://api.kushkipagos.com/ |
| Testing (Sandbox) | https://api-uat.kushkipagos.com/ |
Idempotency-Key with a unique value when calling one of the supported endpoints.4XX or 5XX error, no idempotency record is stored, and the client can safely retry the entire process with the same Idempotency-Key.Idempotency-Key is sent again, a new transaction will be generated.Idempotency-Key header is currently supported in:5XX errors (server-side issues)Idempotency-Key.4XX errors (client-side issues)Idempotency-Key after correcting the input.Idempotency-Key for each unique transaction attempt.