Get Bag Transfer Groups

Get Bag Transfer Groups

get

Retrieves transfer groups for all bags, optionally filtered by completion status. When is_complete is false, returns bags with FAILED transfers. When is_complete is true, returns bags with SENT transfers. When is_complete is omitted, returns all bags with any transfers. Dashboard and admin users must specify a target app_id query parameter; channel users can only access transfer groups for their own application. Each bag transfer group contains the bag ID, merchant ID, and the list of payout transfers.

Query parameters
is_completebooleanOptional

Filter by transfer completion status. When false, returns bags with FAILED transfers. When true, returns bags with SENT transfers. Omit to return all bags with transfers.

Example: false
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/bags/transfer_groups

Last updated

Was this helpful?