v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBPayment Retry Rules
List payment retry rules
List and filter payment retry rules.
get/payment_retry_rules
Query parameters
retry_conditions.payment_type'sepa' | 'sepa_instant' | 'bacs' | 'fps' | 'swift' | 'treasury'
The type of payments to retry.
retry_conditions.payment_direction'credit' | 'debit'
The direction of payments to retry.
Response
200
Example response
{
"records": [
{
"id": "5075f0d2-6a6b-49ea-ae63-b11368873157",
"name": "SCT fallback",
"description": "Immediate fallback from SCT Inst to SCT",
"retry_conditions": {
"payment_type": "sepa_instant",
"payment_direction": "credit",
"statuses": [
"rejected",
"returned"
],
"reason_codes": [
"AB05",
"AB06",
"AB07",
"AB08",
"AB09",
"AB10",
"TECH",
"CNOR"
]
},
"retries": [
{
"retry_to_payment_type": "sepa_instant",
"retry_after": "15s"
}
],
"created_at": "2024-01-03T11:53:19.734182Z"
}
]
}