Get a transfer
Payouts
Get a transfer
Returns the current status and details of a payout transfer by its transfer_id (the value returned by POST /api/payouts/transfer).
Lookup is global by transfer_id: any valid API key can retrieve any transfer — including transfers created from the dashboard or with a different API key — as long as you know its transfer_id. Transfer IDs are unguessable 24-character identifiers.
Status values:
ready_to_process— waiting for your USDC depositprocessing— deposit received; funds are being convertedtransfer_created— conversion complete; outgoing fiat transfer to recipient has been createdcompleted— outgoing payment sent to recipientfailed— transfer failed at some stage; check theerrorfield
Rate limit: 30 requests/minute.
GET
Get a transfer
Authorizations
Pass your API key as a Bearer token: Authorization: Bearer mw_live_<keyId>_<secret>
Path Parameters
The transfer_id returned by POST /api/payouts/transfer
Example:
"507f1f77bcf86cd799439011"
Response
Transfer found
