curl --request POST \ --url https://sandbox-api.violet.io/v1/orders/{order_id}/transfer_funds
200
Process Transfers for an Order - Successful Transfer
[ { "id": 93557, "payment_provider_id": "tr_1QNJxRKUtPkD6xdUyTAqNfEw", "payout_account_id": 1025, "amount": 180000, "currency": "USD", "status": "SENT", "payment_provider": "EXTERNAL", "related_orders": [ "149393" ], "related_bags": [ "139861" ], "date_created": "2024-11-20T19:53:01+0000", "date_last_modified": "2024-11-20T19:53:01+0000", "errors": [], "payment_service": "EXTERNAL", "external_id": "tr_1QNJxRKUtPkD6xdUyTAqNfEw" } ]
The response is of type string.
string
Was this page helpful?