Use this end point to retrieve or find a specific account instrument by guid
Returns the Account Instrument with account details
Bad request
Unauthorized
Account Instrument not found
Server Error
curl -i -X GET \ 'https://qvapikeybank.qolopay.com/api/{version}/account_instruments/{account_instrument_guid}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "routing_number": "string",
- "account_instrument_guid": "e5662964-577d-4724-b8d5-e791eee05564",
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "account_info": {
- "account_type": "DDA",
- "account_number": "string",
- "routing_number": "string",
- "rtp_routing_number": "string",
- "bank_identifier": "string",
- "bank_dba": "string",
- "bank_address": {
- "city": "string",
- "country": "str",
- "address_line1": "string",
- "address_line2": "string",
- "postal_code": "string",
- "state": "string"
}, - "swift_code": "string",
- "bank_phone": "string",
- "description": "string",
- "name_on_account": "string",
- "accountholder_address": {
- "city": "string",
- "country": "str",
- "address_line1": "string",
- "address_line2": "string",
- "postal_code": "string",
- "state": "string"
}, - "additional_data": {
- "property1": "string",
- "property2": "string"
}
}, - "mask_account_number": "string",
- "instrument_type": "BANKDDA",
- "instrument_status": "ACTIVE"
}