Get Transfer Group for Bag

Get Transfer Group for Bag

get

Retrieves the transfer group for a specific bag within an order. The transfer group contains the bag ID, merchant ID, and the list of PayoutTransfer objects associated with that bag. If no transfers exist for the bag, an empty transfer group is returned. The order is validated for existence and caller access before retrieval.

Path parameters
order_idinteger · int64Required

ID of the order containing the bag

Example: 11111
bag_idinteger · int64Required

ID of the bag to retrieve the transfer group for

Example: 22222
Header parameters
X-Violet-TokenstringRequired

API token for authentication

X-Violet-App-SecretstringRequired

Application secret key

X-Violet-App-Idinteger · int32Required

Application ID

Example: 10000
Responses
chevron-right
200

ok

application/json

All transfer attempts for a single bag and merchant combination

bag_idinteger · int64Optional

ID of the bag these transfers are associated with

merchant_idinteger · int32Optional

ID of the merchant receiving funds in these transfers

is_completebooleanOptional

Whether all transfers for this bag have been successfully sent

get
/orders/{order_id}/bags/{bag_id}/transfer_group

Last updated

Was this helpful?