Transfers
Transfers are the movement of funds across Moov's platform. Moov supports multiple payment rails depending on the account and its capabilities. Use various payment rails to tailor the cost, speed, and risk of each payment to your particular use case.
Read our money movement documentation.
Transfers
Create a transfer, then look up its status and details.
Create a transfer
POST
/accounts/{accountID}/transfers
Retrieve a transfer
GET
/accounts/{accountID}/transfers/{transferID}
List transfers
GET
/accounts/{accountID}/transfers
Update transfer metadata
PATCH
/accounts/{accountID}/transfers/{transferID}
Get transfer risk rules
GET
/transfers/{transferID}/risk-outcomes
Transfers lifecycle
Capture funds on an authorized card transfer, or cancel a card, ACH, or queued transfer.
Create a capture
POST
/accounts/{accountID}/transfers/{transferID}/captures
List captures
GET
/accounts/{accountID}/transfers/{transferID}/captures
Retrieve a capture
GET
/accounts/{accountID}/transfers/{transferID}/captures/{captureID}
Cancel a transfer
POST
/accounts/{accountID}/transfers/{transferID}/cancellations
Get cancellation details
GET
/accounts/{accountID}/transfers/{transferID}/cancellations/{cancellationID}
Transfer options and configuration
Check which payment methods are available before you create a transfer, and manage account-level transfer settings.