POST
/
orders
/
{order_id}
/
bags
/
{bag_id}
/
transfer_funds
curl --request POST \
  --url https://sandbox-api.violet.io/v1/orders/{order_id}/bags/{bag_id}/transfer_funds
{
  "id": 93558,
  "payment_provider_id": "tr_1QNJyxKUtPkD6xdUIfdcyt8I",
  "payout_account_id": 1025,
  "amount": 180000,
  "currency": "USD",
  "status": "SENT",
  "payment_provider": "EXTERNAL",
  "related_orders": [
    "149394"
  ],
  "related_bags": [
    "139862"
  ],
  "date_created": "2024-11-20T19:54:35+0000",
  "date_last_modified": "2024-11-20T19:54:35+0000",
  "errors": [],
  "payment_service": "EXTERNAL",
  "external_id": "tr_1QNJyxKUtPkD6xdUIfdcyt8I"
}

Headers

X-Violet-Token
string
X-Violet-App-Secret
string
X-Violet-App-Id
integer

Path Parameters

order_id
integer
required
bag_id
integer
required

Response

200 - application/json

Process Transfers for a Bag

Record of Payout Transfer