cURL
curl --request GET \ --url https://api.example.com/customer/accounts/external/{account_id} \ --header 'X-API-KEY: <x-api-key>' \ --header 'X-API-NONCE: <x-api-nonce>' \ --header 'X-API-SIGNATURE: <x-api-signature>' \ --header 'X-API-TIMESTAMP: <x-api-timestamp>'
{ "message": "<string>", "data": { "external_account_id": "<string>", "external_account_number": "<string>", "external_account_title": "<string>", "external_institution_aba": "<string>", "external_institution_name": "<string>" } }
Given a party identifier, retrieve the external account.
Signature header
Timestamp header
Nonce header
Account ID header
Successful Response
Schema to serialize the client external account response.
Show child attributes
Account identifier
Account number
Account title
Institution ABA
Institution name