Get Transfer Group for Order

Get Transfer Group for Order

get

Retrieves the transfer group for a specific order. The transfer group contains all payout transfers organized by bag and merchant. Each bag transfer group includes the bag ID, merchant ID, and the list of PayoutTransfer objects associated with that bag-merchant combination. The order is validated for existence and caller access before retrieval.

Path parameters
order_idinteger · int64Required

ID of the order to retrieve the transfer group for

Example: 11111
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

Complete set of money movement attempts for a single order, organized by merchant and bag

order_idinteger · int64Optional

ID of the order these transfers are associated with

is_completebooleanOptional

Whether all expected transfers for this order have been successfully sent

date_createdstring · date-timeOptional

Time at which the earliest transfer in this group was created. In ISO-8601 format

date_last_modifiedstring · date-timeOptional

Time at which the latest transfer in this group was last modified. In ISO-8601 format

get
/orders/{order_id}/transfer_group

Last updated

Was this helpful?