Path parameters
-
id
integer(int64) Required Numeric ID of the instance
Minimum value is
1
.
Body
Required
-
achPayment
boolean | null Ach payment
-
additionalAmount
number | null Required Additional amount
Default value is
0
. -
amount
number Required Amount
Default value is
0
. -
createdAt
string(date-time) Created at
-
dropshipProviderId
integer(int32) Required Dropship provider
-
externalId
string | null External
-
fee
number | null Required Fee
Default value is
0
. -
id
integer(int32) Id
-
managedAccount
boolean | null Managed account
-
message
string | null Message
-
name
string | null Name
-
notes
string | null Notes
problem
object | null | array | boolean | integer | number | string Problem
-
resendExternalIds
array[string] | null Required Resend external ids
Default value is
[]
(empty). -
resends
integer(int32) | null Required Resends
Default value is
0
. -
sendAttempts
integer(int32) | null Required Send attempts
Default value is
0
. -
source
string Required Source
Values are
stripe
,stripe_managed
,paypal
,bacs
,check
,other
,ost
, ortransferwise
. Default value isother
. -
status
string | null Required Status
Values are
pending
,complete
,error
, orcancelled
. Default value ispending
. -
stripePayout
string | null Required Stripe payout
Values are
jetti
orretailer
. Default value isretailer
. total
object | null | array | boolean | integer | number | string Total
-
trigger
string | null Required Trigger
Values are
automated
,manual
, orother
. Default value isother
. -
updatedAt
string(date-time) Updated at
PUT
/transfers/{id}.json
curl \
--request PUT 'http://api.example.com/v1/transfers/{id}.json' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"achPayment":true,"additionalAmount":0,"amount":0,"createdAt":"2025-05-04T09:42:00Z","dropshipProviderId":42,"externalId":"string","fee":0,"id":42,"managedAccount":true,"message":"string","name":"string","notes":"string","problem":{},"resendExternalIds":[],"resends":0,"sendAttempts":0,"source":"other","status":"pending","stripePayout":"retailer","total":{},"trigger":"other","updatedAt":"2025-05-04T09:42:00Z"}'
Request examples
{
"achPayment": true,
"additionalAmount": 0,
"amount": 0,
"createdAt": "2025-05-04T09:42:00Z",
"dropshipProviderId": 42,
"externalId": "string",
"fee": 0,
"id": 42,
"managedAccount": true,
"message": "string",
"name": "string",
"notes": "string",
"problem": {},
"resendExternalIds": [],
"resends": 0,
"sendAttempts": 0,
"source": "other",
"status": "pending",
"stripePayout": "retailer",
"total": {},
"trigger": "other",
"updatedAt": "2025-05-04T09:42:00Z"
}