Paper Checks

Paper Checks APIs can be used for paper check related functions.

Paper Checks API Endpoints

Stop Payment on Paper Checks

This endpoint allows partners to request a stop payment on checks. The request must include the check number.

Response Codes

ConditionHTTP CodeCodesubCode
Success20000
Success (Check Stopped already) (idempotency on check #)20000
Check not found.404101
Check paid already.4094090
Account Not Found.404100
Invalid arguments. (Downstream 503 error)4004000
Account is closed.2004105

Update Paper Check Orders Not Received

This endpoint allows Partners to update paper check orders to notReceived using PUT /accounts/{accountIdentifier}/checkBookOrder.

Response Codes

ConditionHTTP CodeCodesubCode
Success20000
Order not found.404101
Account Not found.404100
Invalid arguments. (Downstream 503 error)4004000
Account Closed.4094105
checkBookOrder already has checks that have been used. It cannot be modified.4094090

Request Checkbook Order Information

This endpoint allows Partners to request check order information using GET /accounts/{accountIdentifier}/checkBookOrders?orderConfirmationToken.

Transaction Description

For check purchases, the customer will see transaction description Paper Check Debit #XXXX, where XXXX is a check number.

Response Codes

CodesubCodeDescription
101Check book order is not found.
100Account Not Found.