Create Transfer
Moves money between accounts, or into a claim link anyone with the URL can redeem.
Headers
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Example request
{
"amount": 25,
"currency": "usd",
"destination_id": "user_xxxxxxxxxxxxxx",
"expires_at": "2026-01-01T12:00:00.000Z",
"feed_id": "feed_shineclub",
"feed_type": "chat_feed",
"idempotence_key": "shine-supplies-restock-118",
"metadata": {
"order_id": "SHINE-1042"
},
"notes": "Refund for the rescheduled interior detail",
"origin_id": "biz_xxxxxxxxxxxxxx",
"redeemable_count": 3,
"type": "wallet_send"
}Response
money movement created
Example response
{
"amount": 25,
"created_at": "2026-01-01T12:00:00.000Z",
"created_by_user": {
"id": "user_xxxxxxxxxxxxxx",
"name": "Marcus Webb",
"username": "marcuswebb"
},
"currency": "usd",
"destination": {
"id": "biz_xxxxxxxxxxxxxx",
"route": "biz_xxxxxxxxxxxxxx",
"title": "Shine Time Auto Detailing",
"typename": "Company"
},
"destination_ledger_account_id": "ldgr_xxxxxxxxxxxxxx",
"fee_amount": 0.5,
"id": "ctt_xxxxxxxxxxxxxx",
"metadata": {
"order_id": "SHINE-1042"
},
"notes": "Refund for the rescheduled interior detail",
"object": "transfer",
"origin": {
"id": "biz_xxxxxxxxxxxxxx",
"route": "biz_xxxxxxxxxxxxxx",
"title": "Shine Time Auto Detailing",
"typename": "Company"
},
"origin_ledger_account_id": "ldgr_xxxxxxxxxxxxxx",
"status": "succeeded"
}Changes
Changed in 71 of the 74 revisions of this API.1155
- ○
the security scope
payout:transfer_fundswas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
airdrop_link:managewas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
payout:transfer_fundswas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
airdrop_link:managewas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
payout:transfer_fundswas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
airdrop_link:managewas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
payout:transfer_fundswas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
airdrop_link:managewas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
payout:transfer_fundswas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
airdrop_link:managewas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the security scope
payout:transfer_fundswas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
airdrop_link:managewas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
payout:transfer_fundswas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
airdrop_link:managewas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the security scope
payout:transfer_fundswas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
airdrop_link:managewas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
payout:transfer_fundswas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
airdrop_link:managewas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
payout:transfer_fundswas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
airdrop_link:managewas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
Of the 74 revisions, 1 has no diff computed.