GET
/
ramp
/
bank-account
/
{bank_account_id}
Get bank account details
curl --request GET \
  --url https://api.etherfuse.com/ramp/bank-account/{bank_account_id} \
  --header 'Authorization: <api-key>'
{
  "bankAccountId": "123e4567-e89b-12d3-a456-426614174000",
  "customerId": "123e4567-e89b-12d3-a456-426614174001",
  "createdAt": "2024-01-01T00:00:00Z",
  "updatedAt": "2024-01-01T00:00:00Z",
  "abbrClabe": "1234...5678",
  "status": "active"
}

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

bank_account_id
string<uuid>
required

ID of the bank account to retrieve

Response

Bank account details retrieved successfully

bankAccountId
string<uuid>

Unique identifier for the bank account. Must be a valid UUID v4.

customerId
string<uuid>

ID of the customer who owns this bank account

createdAt
string<date-time>

Timestamp when the bank account was created

updatedAt
string<date-time>

Timestamp when the bank account was last updated

deletedAt
string<date-time> | null

Timestamp when the bank account was deleted (if applicable)

abbrClabe
string

Abbreviated CLABE number for the bank account

etherfuseDepositClabe
string | null

Etherfuse deposit CLABE number

label
string | null

Custom label for the bank account

status
string

Current status of the bank account