v1
latestOpenAPI 3.1.02026-07-2478315484.9 KBConsents
Retrieve consent details
Retrieves a payment consent and its consumption data. Consumption data is returned only for authorized consents.
get/consents/v1/{consent_id}
Response
OK
Example response
{
"currency": "AED",
"payment_consumption": {
"cumulative_number_of_payments": 10,
"cumulative_value_of_payments": 10000.05,
"cumulative_number_of_payments_in_current_period": 5,
"cumulative_value_of_payments_in_current_period": 5000.05
},
"immediate_payment": {
"amount": 123.45,
"reference": "Invoice #12345"
}
}