Get Check account for a Buyer by Token

Overview

Use this route to get buyer check account by providing bank token

Resource Access

GET https://<hostname>/buyer/v1/buyer/{buyerId}/checkAccount/{accountToken}

Example Request

🚧

GET https://<hostname>/buyer/v1/buyer/adcf5909-2afe-5078-a2db-525cc21a7981/checkAccount/c70e7d98f775a821a2a117b480d07f8ee89ddf1a584162f9f9a751aff2c29598

Example Response


{
   "id": "c70e7d98f775a821a2a117b480d07f8ee89ddf1a584162f9f9a751aff2c29598",
   "address": {
       "city": "NewYork",
       "state": "NY",
       "street1": "park street",
       "postalCode": "12345"
   },
   "bankName": "WELLS FARGO BANK",
   "accountType": "savings",
   "accountNumber": "****0000",
   "accountStatus": "ACCOUNT_ADDED",
   "routingNumber": "****0248",
   "checkNextNumber": 1,
   "checkStartNumber": 1,
   "buyerId": "adcf5909-2afe-5078-a2db-525cc21a7981",
   "buyerName": "john EMCK Buyer",
   "associatedInstitutionId": "0df2d073-64d5-58e2-96ee-4770201facb7"
}



Priority Technology Holdings Logo