Get Transfers

This API retrieves a list of payments for different payment types such as ACH, WIRE, SWIFT, INTERNAL, FXPAY, and CARD.

The status of the payments can be filtered by specifying one of the allowed status values.

StatusDescriptionApplicable to Transfer Type
DRAFTTransfer submitted, awaiting execution.ALL
AML_SCREENINGThe transfer is being manually reviewed by compliance due to a potential violation of limit thresholds, a mismatch in beneficiary name information, or a potential OFAC sanctions match.ALL
AML_REJECTEDThe transfer has been rejected during AML screening.ALL
EXECUTION_SCHEDULEDThe transfer is scheduled for bank processing and clearing house submission.ACH
EXECUTION_PROCESSINGOutgoing transfer sent to the bank. Awaiting ACH processing, estimated to take 3 business days for ACH.ALL
EXECUTION_SUCCESSThe transfer has been finalized. The incoming funds have been posted to the client's account, and the outgoing funds have been disbursed to the recipient's account.ALL
EXECUTION_FAILUREThe transfer could not be completed due to an error in execution.ALL
RETURNEDThe transfer has been returned.ALL
CANCELLEDOutgoing transfer canceled prior to bank submission.ACH
COMPLIANCE_FAILUREThe wire transfer has been rejected by the bank due to a compliance issue.ALL
DELETEDTransfer marked for deletion due to error.ALL
UNKNOWNIf the transfer doesn't have any of the above statusesALL

Example Requests

GET /payments/{paymentId}

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!