Events
This page list all the events and their data structurees
How the sell side works
Sample Event for a Sell Order
Event body {
event_name: "event.sell.init or ...",
partner_order_id: "",
fuspay_order_ref: "",
fiat_amount_to_receive: "",
crypto_amount_to_sell: "",
exchange_rate: "",
pair: "",
fiat_currency: "",
pay_to_crypto_address: "",
chain: "usdt-trc20",
fiat_payment_status: "", // PENDING, CANCELED, PAID
crypto_payment_status: "", // PENDING, CANCELED, PAID
seller_fiat_account: {
account_name: "",
account_number: "",
account_code: ""
},
seller_crypto_txn_hash: null,
partner_callback_url: ""
signature: string // sha512 signed with public key + secret key
}
key
Description
Last updated