π¬Order Notifications
Callback Config Priority
Best Practices
Callback examples:
Payment Pending:
{
"order_id": "eaf0fcb1-7543-4cad-a712-92caeb25db63",
"order_crypto_amount": "0.0001",
"order_crypto": "BTC",
"order_crypto_address": "2uA6F27wYY6iwtVESsYUhG4VUAxx7mFD4EwMbwxNFmSm",
"order_status": "payment_pending",
"order_amount_usd": "5.000252367857236",
"network": "bitcoin",
"order_crypto_tag": null,
"transaction_id": null,
"external_customer_id": "User-fe1b9",
"connection": "coinbase_wallet"
}Order Completed:
Response Definition:
Order State Flows
The signature:
Example with NodeJS:
Last updated