v1

latestOpenAPI 3.0.02026-07-267331140.7 KB
IBAN

Check IBAN Availability

Returns whether the user is eligible to enable an IBAN on their account.

get/api/v1/ibans/available

Response

IBAN availability status for the user.

Example response

{
  "data": {
    "available": true
  }
}