Process Transfers for a single Bag
Initiates a payout transfer for a specific bag within an order. The order is validated for existence and the caller's access is verified before processing. Returns a single PayoutTransfer object representing the transfer result for the specified bag, including the transfer status, amount, payment provider details, and any errors encountered.
Path parameters
order_idinteger · int64RequiredExample:
ID of the order containing the bag
11111bag_idinteger · int64RequiredExample:
ID of the bag to process the transfer for
22222Header parameters
X-Violet-TokenstringRequired
API token for authentication
X-Violet-App-SecretstringRequired
Application secret key
X-Violet-App-Idinteger · int32RequiredExample:
Application ID
10000Responses
200
ok
application/json
403
forbidden
application/json
404
not found
application/json
500
internal server error
application/json
post
/orders/{order_id}/bags/{bag_id}/transfer_fundsLast updated
Was this helpful?