Retrieve AccountInstrument

Use this end point to retrieve or find a specific account instrument by guid

Request
Security:
path Parameters
account_instrument_guid
required
string <uuid>
version
required
string
Responses
200

Returns the Account Instrument with account details

400

Bad request

401

Unauthorized

404

Account Instrument not found

500

Server Error

get/api/{version}/account_instruments/{account_instrument_guid}
Request samples
curl -i -X GET \
  'https://devapi.qolopay.com/api/{version}/account_instruments/{account_instrument_guid}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response samples
application/json
{
  • "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"
}
Copyright © Qolo 2019-2023. All right reserved.