# 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: * : "" or "" * : "", * : - Refunds are not allowed for P2P and PAYMENT_REQUEST - 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 Endpoint: GET /v3/payments/{id}/debtor/refundIban Version: 3.6.3 Security: api_key_payment_profile, JWS-Request-Signature-Payment ## Path parameters: - `id` (string, required) id of the payment for which to get the debtor's IBAN needed to refund ## Response 200 fields (application/json): - `iban` (string, required) Debtor's IBAN ## Response 403 fields (application/json): - `code` (string, required) - `message` (string, required) - `traceId` (string, required) id that is assigned to a single request, job, or action - `spanId` (string, required) id of the work unit where the error occured ## Response 404 fields (application/json): - `code` (string, required) - `message` (string, required) - `traceId` (string, required) id that is assigned to a single request, job, or action - `spanId` (string, required) id of the work unit where the error occured ## Response 422 fields (application/json): - `code` (string, required) - `message` (string, required) - `traceId` (string, required) id that is assigned to a single request, job, or action - `spanId` (string, required) id of the work unit where the error occured