Fast and simplest way /quickpay/mailcheck- {
- "source" :
- {
- "accountType" : "bankaccount",
- "accountId" : "{{bankAccountId}}"
- },
- "destination":
- {
- "name": "John Myres",
- "company": "Tyler Payment Technologist",
- "address1" :"5007 richmond rd",
- "address2":"",
- "city":"Tyler",
- "state":"TX",
- "zip":"75701",
- "phone":"9032457713",
- "email":"support@onlinecheckwriter.com"
- },
- "payment_details":
- {
- "amount":500,
- "memo":"for game",
- "note": "Note For Internal Purpose",
- "referenceID" :"12"
- }
- }
Way Number 02:
/quickpay/v2/mailcheck
If there is a possibility of changing the account number, routing number, or signature in your system, you can use the following JSON format to create the check. This format will generate a check form and update the signature each time any value in your bank account fields changes.
- {
- "source" :
- {
- "accountType" : "bankaccount",
- "accountDetails" :
- {
- "name" =>"Account01".
- "nickName" =>"Deposit Account",
- "AccountNumber":"100298412",
- "addressLine1":"5007 richmond rd",
- "addressLine2":"Apt 1001",
- "phone":"901123456",
- "city":"Tyler",
- "state":"Tx,
- "zip":"75703",
- "bankName":"Demo Bank",
- "bankRoutingNumber:"021003021",
- "bankAddress1":"Address1",
- "bankCity":"Dallas",
- "bankState:"Tx",
- "bankZip":"75703",
- "bankIdentity":"56/12",
- }
- "signature":"https://test.com/signature.jpg"
- },
- "destination":
- {
- "name": "John Myres",
- "company": "Tyler Payment Technologist",
- "address1" :"5007 richmond rd",
- "address2":"",
- "city":"Tyler",
- "state":"TX",
- "zip":"75701",
- "phone":"9032457713",
- "email":"support@onlinecheckwriter.com"
- },
- "payment_details":
- {
- "amount":500,
- "memo":"for game",
- "note": "Note For Internal Purpose",
- "referenceID" :"12"
- }
- }