Skip to main content
Deposit callbacks are sent whenever funds are received at an address created via the /addresses/take endpoint. Use the foreign_id field to identify which customer made the deposit. This value is the same as the foreign_id you provided when calling /addresses/take. Amount fields included in the callback:
  • currency_sent.amount — the amount sent by the customer in the deposit currency
  • currency_received.amount — the amount received after processing or conversion
  • currency_received.amount_minus_fee — the amount credited to your merchant balance after fees
Sent when a deposit has been successfully confirmed and can be treated as final on your side. At this stage, it is safe to perform business actions such as crediting the customer’s balance.
Last modified on July 17, 2026