Skip to main content
Deposit callbacks are sent whenever funds are received at an address created via the /v2/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 /v2/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. If the address is configured with automatic conversion, the deposited amount is received in the address currency and then converted into the convert_to currency before being credited to your balance.
Last modified on July 31, 2026