Overview
Login
- Access
Merchants
- Merchant
- Configuration
- Onboarding
- Explore
Catalog
- Offers
- SKUs
- Categories
- Collections
- Currencies
Orders & Checkout
- Carts
- Cart Items
- Cart Customer
- Cart Discounts
- Cart Shipping
- Cart Pricing
- Cart Payment
- Cart Completion
- Orders
- Order Refunds
- Order Cancellations
- Transfers
Payments
- Payout Accounts
- Distributions
- Transfers
- Transfer Reversals
Events
- Webhooks
- Webhook Events
- Webhook Headers
Apps
- Merchant/App Installs
- Commission Rates
Operations
- Connection
Relay
- Shipping
Ecom Syncs
- Offers
Transfers
Process Transfers for a single Order
POST
/
orders
/
{order_id}
/
transfer_funds
curl --request POST \
--url https://sandbox-api.violet.io/v1/orders/{order_id}/transfer_funds
[
{
"id": 93557,
"payment_provider_id": "tr_1QNJxRKUtPkD6xdUyTAqNfEw",
"payout_account_id": 1025,
"amount": 180000,
"currency": "USD",
"status": "SENT",
"payment_provider": "EXTERNAL",
"related_orders": [
"149393"
],
"related_bags": [
"139861"
],
"date_created": "2024-11-20T19:53:01+0000",
"date_last_modified": "2024-11-20T19:53:01+0000",
"errors": [],
"payment_service": "EXTERNAL",
"external_id": "tr_1QNJxRKUtPkD6xdUyTAqNfEw"
}
]
Path Parameters
Response
200 - application/json
Process Transfers for an Order
The response is of type string
.
Was this page helpful?
curl --request POST \
--url https://sandbox-api.violet.io/v1/orders/{order_id}/transfer_funds
[
{
"id": 93557,
"payment_provider_id": "tr_1QNJxRKUtPkD6xdUyTAqNfEw",
"payout_account_id": 1025,
"amount": 180000,
"currency": "USD",
"status": "SENT",
"payment_provider": "EXTERNAL",
"related_orders": [
"149393"
],
"related_bags": [
"139861"
],
"date_created": "2024-11-20T19:53:01+0000",
"date_last_modified": "2024-11-20T19:53:01+0000",
"errors": [],
"payment_service": "EXTERNAL",
"external_id": "tr_1QNJxRKUtPkD6xdUyTAqNfEw"
}
]
Assistant
Responses are generated using AI and may contain mistakes.