GET
/v0/us-accountsGet US account
Retrieve the US bank account associated with the authenticated client.
Bearer token required
Responses
200US account retrieved successfully
bank_name: string
bank_account_number: string
routing_number: string
country_code: string
account_owner_name: string
address: string
created_at: string (date-time)
updated_at: string (date-time)401Unauthorized – missing or invalid authentication token
statusCode: integer
message: string
error: string404US account not found
statusCode: integer
message: string
error: string