Transactions
API's to manage Transactions.
Last updated
API's to manage Transactions.
Last updated
Production URL: https://transactions-v1-api-rdqehkur6a-ey.a.run.app
Payouts can be created for users which will be deducted from the Tenant Distribution Wallet.
Good to know:
Payouts can be processed automatically or manually via the TygaPay dashboard. Contact support@tygapay.com to configure your preferred payout process.
Tenant Distribution Wallets can be funded via bank transfers or crypto deposits. Contact support@tygapay.com for more information.
Staking allows users to earn rewards by holding and locking their cryptocurrencies over a period.
Good to know:
Rewards are calculated based on the asset configuration.
For more details about staking terms and conditions, please contact support@tygapay.com.
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.
/transactions/payout
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)
/transactions/users
The Id of the transaction to retrieve.
The Id of the user whose transactions to retrieve.
Your unique API Key.
Your API Hash.
/transactions
The transaction hash to retrieve.
The order number to retrieve.
The tenant ID.
Your unique API Key.
Your API Hash.
/transactions/refund
Your unique API Key.
Your API Hash.
Payment transaction id.
TygaPay account email that will receive the refund.
/transactions/staking/payout
Your unique API Key.
Your API Hash.
Third party unique transaction id.
Tyga user id.
USD amount to stake.
Type of staking - Supported KRU
KRU
Staking duration in months. Defaults to 3 months if not set.