Create Check Account for Buyer

Overview

You can create a check account for buyers for enable check issuing.

Resource Access

POST https://<hostname>/buyer/v1/buyer/buyer_internal_id/checkAccount/add

Attributes

Parameters for creating a check account through API in CPX are as given below:

FieldsMandatory / Optional
routingNumberMandatory
accountNumberMandatory
accountTypeMandatory
bankNameMandatory
addressMandatory
checkStartNumberMandatory

Example Request

🚧

POST https://<hostname>/buyer/v1/buyer/6d342f3d-fb2a-539c-893f-be4ba308e770/checkAccount/add


{
      
  "routingNumber": "051000020",
 "accountNumber": "6086871619"
 "accountType": "checking",
 "bankName": "WELLS FARGO BANK",
"address": {
       "street1": "park street",
       "city": "NewYork",
       "state": "NY",
       "postalCode": "12345"
   },
   "checkStartNumber": 1,
  }


Example Response


{
   "id": "c70e7d98f775a821a2a117b480d07f8ee89ddf1a584162f9f9a751aff2c29598",
   "accountStatus": "ACCOUNT_ADDED"
}


Priority Technology Holdings Logo