v1
latestOpenAPI 3.1.02026-08-0683254.8 KBRefunds
get debtor's refund IBAN
This endpoint returns the debtor IBAN that the merchant can use to transfer the money directly. This process does not handle any money flow with the debtor.
The token/api-key necessary to call this endpoint must contain:
- subjectType : "INTEGRATOR:{CCV_ID}" or "MERCHANT:{ID}"
- resource: "PAYMENTPROFILE:{profileId}",
- authority: MERCHANT_REFUND
- The payment specified should be in the SUCCEEDED state
- The endpoint can be called multiple times by the Merchant, there's no restriction for that
get/v3/payments/{id}/debtor/refundIban
Path parameters
idstring required
id of the payment for which to get the debtor's IBAN needed to refund
Response
The IBAN of the debtor used in the specified payment
Example response
{
"iban": "BE12 3456 7890 1234"
}