payments
Create a deposit
Create a deposit, funded by bank transfer. The deposit amount can be optionally advanced, to increase the account's buying power before the deposit is funded.
post/accounts/{account_id}/deposits
Path parameters
account_idstring required
Request body
Response
Created
Example response
{
"advanced_at": "2026-07-14T09:32:00Z",
"amount": "100.00",
"completed_at": "2026-07-14T09:34:12Z",
"payment_reference": "202512161234"
}