🚀 VaultsPay API v1 is live. See what's new →
AccountsIBAN Details

IBAN Details

Returns the full inbound-transfer details for an account. Share these with anyone sending money to the user.

GET/v1/accounts/{id}/iban

Request

curl https://api.vaultspay.ae/v1/accounts/acc_01HX7.../iban \
  -H "Authorization: Bearer sk_test_yourApiKeyHere"

Response

200 OK
{
  "object": "iban_details",
  "account_id": "acc_01HX71YM6FJ3A8W7T5K6NRB2DN",
  "iban": "AE070331234567890123456",
  "bic": "VPAYAEAD",
  "bank_name": "VaultsPay E.M.I. PLC",
  "bank_address": "Emaar Square, Building 3, Dubai, UAE",
  "account_name": "Ali Hassan",
  "account_number": "1234567890123456",
  "routing_code": "033",
  "reference": "Include the User ID in the reference for faster reconciliation."
}

International wires

For USD / EUR / GBP accounts, the response also includes SWIFT intermediary details.

{
  "intermediary": {
    "bank_name": "Correspondent Bank PLC",
    "swift": "CORRXXXX",
    "address": "1 Financial Square, London, UK"
  }
}