Using Custom Transfers
1
2
{
"id": 148830,
"token": "cb330bf4baaa42d39af2487b652c9d15",
"errors": [],
"user_id": 10658,
"app_id": 10549,
"developer_id": 10454,
"customer": { ... },
"bags": [ ... ],
"shipping_address": { ... },
"billing_address": { ... },
"sub_total": 3500,
"status": "IN_PROGRESS",
"is_guest": true,
"date_created": "2024-11-19T14:35:11+0000",
"date_last_modified": "2024-11-19T14:35:11+0000",
"priced": false,
"wallet_based_checkout": true,
"currency": "USD",
"channel": "APP",
"currency_symbol": "$",
"payment_transactions": [
{
"id": 43730,
"order_id": 148830,
"payment_provider": "DEMOAPP",
"amount": 3500,
"currency": "USD",
"capture_status": "BYPASSED",
"capture_method": "EXTERNAL",
"transfer_status": "PENDING",
"transfer_method": "CUSTOM",
"errors": [],
"date_created": "2024-11-19T14:35:12+0000",
"date_last_modified": "2024-11-19T14:35:12+0000"
}
],
"guest": true,
"order_status": "IN_PROGRESS",
"order_id": 148830
}3
Understanding the Transfer Object
Transfer Object
{
"id": 93001,
"payment_provider_id": "tr_1QMsWtKUtPkD123456789asdf",
"payout_account_id": 1025,
"amount": 3290,
"currency": "USD",
"status": "SENT",
"payment_provider": "STRIPE",
"related_orders": [
"148830"
],
"related_bags": [
"139177"
],
"related_distributions": [
"87770"
],
"date_created": "2024-11-19T14:35:47+0000",
"date_last_modified": "2024-11-19T14:35:47+0000",
"errors": [],
"payment_service": "STRIPE",
"external_id": "tr_1QMsWtKUtPkD123456789asdf"
}
Field
Type
Sample Value
Notes
Last updated
Was this helpful?