Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Welcome to the new Yuno docs. Looking for the old site? Legacy documentation
Cancel a pending BaaS transfer
cURL
curl --request POST \ --url https://api-sandbox.y.uno/v1/baas/transfers/{transfer_id}/cancel
{ "id": "xfer_880e8400-e29b-41d4-a716-446655440000", "account_id": "550e8400-e29b-41d4-a716-446655440000", "source_entity_id": "ent_660e8400-e29b-41d4-a716-446655440000", "destination_entity_id": "ent_770e8400-e29b-41d4-a716-446655440001", "amount": 250.00, "currency": "USD", "status": "CANCELLED", "payment_rail": "ACH_SAME_DAY", "reference": "invoice_2026_001", "created_at": "2026-02-01T16:00:00Z", "updated_at": "2026-02-01T16:05:00Z" }
CANCELLED
PENDING
PROCESSING