v1
latestOpenAPI 3.1.02026-07-2478315484.9 KBPayments Account On File
Initiate an AoF payment
Endpoint responsible for initiating an AoF payment against an existing, authorized consent.
post/payments/v1/account-on-file
Headers
Idempotency-Keystring required
Unique key used to ensure idempotency of requests. Must be unique per operation.
Request body
Example request
{
"consent_id": "123e4567-e89b-12d3-a456-426655440000",
"amount": 130.52,
"purpose": "GDS",
"reference": "ACME-ACCOUNT-LINK-2025-001",
"creditor_reference": "INV-2025-004321",
"risk_details": {
"transaction_indicators": {
"channel": "WEB"
},
"debtor_indicators": {
"geo_location": {
"latitude": 25.2048,
"longitude": 55.2708
}
}
}
}Response
Indicates that request was processed and payment initiation request was sent to the bank. This does not mean that the payment was successful!
Example response
{
"amount": {
"currency": "AED"
}
}