payments
Retrieve a deposit
Retrieve a deposit by ID.
get/accounts/{account_id}/deposits/{deposit_id}
Path parameters
account_idstring required
deposit_idstring required
Response
OK
Example response
{
"advanced_at": "2026-07-14T09:32:00Z",
"amount": "100.00",
"completed_at": "2026-07-14T09:34:12Z",
"payment_reference": "202512161234"
}