Skip to main content
POST
/
customers
/
{customerID}
/
external_accounts
/
{externalAccountID}
/
verify
Verify an External Account
curl --request POST \
  --url https://api.bridge.xyz/v0/customers/{customerID}/external_accounts/{externalAccountID}/verify \
  --header 'Api-Key: <api-key>'
{
  "account_type": "iban",
  "account_verification": {
    "iban": {
      "match_level": "pending",
      "reason_code": null,
      "validated_account_owner_name": null
    },
    "requested_at": "2026-01-15T12:00:00.000Z",
    "completed_at": null
  }
}

Authorizations

Api-Key
string
header
required

Path Parameters

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
Pattern: [a-z0-9]*
externalAccountID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
Pattern: [a-z0-9]*

Response

Verification initiated successfully

account_type
enum<string>

The account type that was verified.

Available options:
iban,
gb
account_verification
object

The current state of the verification.