Requires
X-Api-Key, X-Api-Secret, and Authorization: Bearer <user-jwt> headers. See Authentication for details.Request
Body
| Field | Type | Required | Description |
|---|---|---|---|
fromAccountId | number | No | Source account ID. If omitted, the user’s primary account is used |
toAccountId | number | Yes | Destination account ID |
amount | number | Yes | Amount in smallest unit — e.g. 50000 = USD 500.00 |
description | string | Yes | Description of the transfer |
Response
201 Created| Field | Type | Description |
|---|---|---|
id | number | Transaction ID |
status | string | "COMPLETED" on success |
amount | number | Amount transferred in smallest unit |
description | string | Description provided in the request |