Get an IBAN
Path parameters
-
ID of the IBAN.
GET /v2/ibans/{id}
curl \
-X GET https://api.memo.bank/v2/ibans/c70bd7bc-58e0-4fdb-8c1f-70186e0de587
Response examples (200)
{
"id": "fe98f29d-5165-45ff-83f9-d7aa83e970b5",
"account_id": "de2284c3-0360-4e4a-b10d-771f75b772d4",
"iban": "FR27590171083068762111832788",
"name": "customer no12345",
"status": "active",
"type": "main",
"allow_collections": true,
"is_deleted": false
}