Search Transfers

Search Transfers

post
Query parameters
sizeinteger · int32OptionalDefault: 20
pageinteger · int32OptionalDefault: 1
app_idinteger · int32Optional
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Body

Parameters used to filter and retrieve payout transfers based on criteria such as order, merchant, status, and creation date.

order_idinteger · int64Optional

Filter transfers associated with a specific order.

bag_idinteger · int64Optional

Filter transfers associated with a specific bag.

transfer_idsinteger · int64[]Optional

Filter transfers based on a collection of transferIds.

order_idsinteger · int64[]Optional

Filter transfers associated with multiple orders.

bag_idsinteger · int64[]Optional

Filter transfers associated with multiple bags.

merchant_idinteger · int32Optional

Filter transfers related to a specific merchant.

payout_account_idinteger · int32Optional

Filter transfers directed to a specific payout account.

payout_idinteger · int64Optional

Filter transfers associated with a specific payout.

paypro_transfer_idinteger · int32Optional

Filter transfers with a sepcific payment provider transfer Id.

statusstring · enumOptional

Filter transfers based on their current status.

Possible values:
created_afterstring · date-timeOptional

Return transfers created on or after this timestamp (inclusive).

created_beforestring · date-timeOptional

Return transfers created before this timestamp (exclusive).

Responses
post
/payments/transfers
default

default response

Last updated

Was this helpful?