Payments
Checks
4 min
you can manage both deposit and withdrawal checking for your customers using cross river apis get api credentials with cross river apis once you have access to our sandbox environments you can access these api endpoints in the checks module through swagger links get calls add query parameters to filter the response the api returns to general get calls use pagination to control presentation of your results this table presents checks management apis that we describe in detail action api call description deposit check post /checks/v1/payments sends cos the information needed to deposit a check into a cr account cancel deposit post /checks/v1/payments/{id}/cancel cancels a check deposit view check get /checks/v1/payments/{id}/images/{view} returns the image of the front or back of the check encoded in base64 image analysis get /checks/v1/payments/{id}/analysis returns an analysis of the check's image quality assurance (iqa) status based on the fed's metrics positive pay authorize check post /checks/v1/positive pay authorizations authorizes a check using positive pay positive pay revoke authorization post checks/v1/positive pay authorizations/{id}/revoke revokes positive pay authorization already given for a specific check related topics webhook events request and response codes error codes tutorials checks