Transactions
API's to manage Transactions.
Last updated
API's to manage Transactions.
Last updated
Payouts can be created for users which will be deducted from the Tenant Distribution Wallet.
Staking allows users to earn rewards by holding and locking their cryptocurrencies over a period.
POST
https://your-notify-url
transactionId*
string
Unique Transaction Id.
thirdPartyId*
string
Unique Id of the third party involved in the transaction.
amount*
number
The transaction payout amount.
status*
string
success
: Payout has been processed successfully.
cancelled
: Payout has been cancelled.
In some instances, customers may make a duplicate payment or send a payment to a crypto wallet address that is no longer associated with an order. In such cases, the payment will remain unlinked to an order and be placed in a 'pending_confirmation' status until it can be confirmed or refunded.
The transaction hash to retrieve.
The order number to retrieve.
The tenant ID.
Your unique API Key.
Your API Hash.
Your unique API Key.
Your API Hash.
Third party unique transaction id.
Tyga user id.
Amount to credit.
URL to notify after the payout is completed. (Webhook)
Your unique API Key.
Your API Hash.
Third party unique transaction id.
Tyga user id.
USD amount to stake.
Type of staking - Supported KRU
Staking duration in months. Defaults to 3 months if not set.