Get Bank Accounts

Get Bank Account

get

This endpoint retrieves complete information about a specific bank account associated with the authenticated merchant.

scope: bank-accounts.read

Path parameters
bank_accountstring · uuidRequiredExample: 01977f6d-5c06-7228-86f6-f4fc01305143
Header parameters
AcceptstringOptionalExample: application/json
Content-TypestringOptionalExample: application/json
X-API-KeystringRequiredExample: {{API_KEY}}
Responses
200

Success

application/json
get
GET /banking/v1/bank-accounts/{bank_account} HTTP/1.1
Host: api.aurixpay.ws
X-API-Key: text
Accept: */*
{
  "id": "01977f6d-5c06-7228-86f6-f4fc01305143",
  "bank_code": "001",
  "branch_number": "0001",
  "account_number": "12345678",
  "account_type": "checking",
  "holder_name": "João Silva",
  "document": "12345678901",
  "status": "active",
  "created_at": "2025-01-15T10:30:00.000000Z",
  "updated_at": "2025-01-15T10:30:00.000000Z"
}