v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Account Information

Get verification session details for the public verification page. Uses secure token for lookup (not session ID). Returns merchant info, requested data types, and connect URL.

Get verification session details for the public verification page. Uses secure token for lookup (not session ID). Returns merchant info, requested data types, and connect URL.

get/api/v1/account-verification/{token}/details

Path parameters

tokenstring required

The secure verification token from the verification link URL (64-char hex)

Example:a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2

The secure verification token from the verification link URL (64-char hex)

Response

Success

successboolean required

Indicates if the request was successful

Example response

{
  "success": true,
  "data": {
    "merchant": {
      "name": "Acme Corp",
      "brand_name": "Acme Store"
    },
    "options": {
      "transaction_days": 90,
      "statement_count": 1
    }
  }
}