Release 13.08.2026
Changelog
Payment Order Notifications
The Order status callback webhook can now be sent for payment orders in addition to deposit orders.
Key updates:
- The Order type field in the integration create and edit forms now offers a new Payment option: choose
Deposit,Payment, or both. For setup details, see Webhooks. - When a payment order (
POST /api/v1/order/payment) reachescompletedstatus, the callback is sent to the Order callback URL configured in your integration.
Send Crypto Deprecation
The Send crypto endpoint (POST /api/v1/order/send) is now deprecated and will be removed in a future release.
To send funds from your wallet, use the following endpoints instead:
- Create withdrawal (
POST /api/v1/order/withdrawal) — to send funds to an external address - Create refund (
POST /api/v1/order/refund) — to return funds to a customer