post https://api-sandbox.cv.gpsrv.com/intserv/4.0/modifyPendingDepositStatus
Use the Modify Pending Deposit Status endpoint to either post or return pending direct ACH deposits that are returned by Get Pending Deposits. This endpoint is intended for a custom fraud monitoring and resolution strategy. Consult with Galileo to configure your program appropriately.
For more information on this endpoint see Modifying a pending ACH deposit status in the ACH Endpoints guide.
Status codes
See Global Response Statuses for status codes that are common across endpoints.
The table below lists status codes that apply to this specific endpoint.
Status code | Description |
---|---|
543-01 | Provided depositTransactionId doesn't map to any payment |
543-02 | Invalid category type. The valid choices are A=Approve, W=Watch and D=Decline. |
543-03 | Invalid action type. The valid choices are P=Post and R=Return. |
543-04 | Transaction is not in a status that can be posted or returned |
543-05 | Failed to Post transaction |
543-06 | Failed to Return transaction |
543-07 | Ret Code should not be used when posting |
543-08 | Ret Code is required when returning |
543-09 | Invalid Ret Code supplied. Valid Ret Codes: x |
543-10 | Payment successfully updated, but was not successfully marked as reviewed. Please contact client support for more details. |
543-11 | Failed to find transaction by depositTransactionId and or categoryCode. Please confirm both are correct. |