---
title: "get debtor's refund IBAN"
method: GET
path: "/v3/payments/{id}/debtor/refundIban"
tags: ["Refunds"]
---

# get debtor's refund IBAN

`GET /v3/payments/{id}/debtor/refundIban`

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

## Path parameters

- `id` string, required

## Response `200`

The IBAN of the debtor used in the specified payment

- RefundResponse
  - `iban` string, required — Debtor's IBAN

## Other responses

- `401` — **Error Codes** * `UNAUTHORIZED`: caller doesn’t have an api-key access token
- `403` — **Error Codes** * `ACCESS_DENIED`: access token is invalid
- `404` — **Error Codes** * `PAYMENT_NOT_FOUND`: no payment could be found for the supplied identifier
- `422` — **Error Codes** * `REFUND_NOT_ALLOWED`: The payment is not in a `SUCCEEDED` state * `REFUND_NOT_AVAILABLE`: debtor details are not available yet
- `429` — **Error Codes**
- `500` — **Error Codes** * `TECHNICAL_ERROR`: Technical error in Payment service
- `503`

---

[API](https://skmtc.net/bancontactpro/apis/payment-v3-api.md) · [All operations](https://skmtc.net/bancontactpro/apis/payment-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bancontactpro/payment-v3-api/revisions/4093d799b771/schema)
