Vericheck REST API Customers

Customers are consumers of the product or services, initiating the transaction with the merchant.

HTTP Method: POST

URL

https://api.vericheck.com/customers

Request Content – Example

{  
   "name":"Amy Grant",
   "routing_number":"1231862359",
   "account_number":"54846541235",
   "account_type":"checking"
}

Response Example

{  
   "success":"true",
   "payload":{  
      "id":"cus_634kljSAF23oijjfoesdlfmFe2"
   }
}

HTTP Method: DELETE

URL

https://api.vericheck.com/customers/[TOKEN]

Example:

https://api.vericheck.com/customers/cus_634kljSAF23oijjfoesdlfmFe2

Customer Object

Field Data Type Required

id

string

no

name

string

yes

routing_number

string

yes

account_number

string

yes

account_type

string

yes