βοΈTransactions
API's to manage Transactions.
Create Payout Request
Create a payout request that will credit a user's balance. All credits will be locked/pending until the funds are confirmed.
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)
Payout request successfully created.
User with the same third party Id already exists.
Internal error.
Create Staking Payout Request
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.
Staking Payout request successfully created.
Unique Id with the same third party Id already exists.
Internal error.
Revoke Staking Payout
Your unique API Key.
Your API Hash.
Transaction Id for the staking request.
Revoked Staking Transaction Successfully.
Internal error.
Payout Completed Notify Url
Request Body
Get User Transactions
The Id of the transaction to retrieve.
The Id of the user whose transactions to retrieve.
Your unique API Key.
Your API Hash.
OK
Permission denied.
Internal error.
Search Transactions
The transaction hash to retrieve.
The order number to retrieve.
The tenant ID.
Your unique API Key.
Your API Hash.
OK
Either orderNumber or txHash is required.
Internal error.
Refund Pending Confirmation Transactions
Your unique API Key.
Your API Hash.
Payment transaction id.
TygaPay account email that will receive the refund.
Refund Payment Transaction Successfully.
Internal error.
Last updated