POST /api/transaction/redeem-request
Use this API to request a IDRX redeem transaction.
Parameters
txHash
(String):This parameter is the transaction hash for the burning transaction of the token.
networkChainId
(String):This parameter identifies the blockchain network on which the redemption transaction occurred.
amountTransfer
(String):This parameterspecifies the amount of fiat currency that was transferred as part of the redemption process. It represents the monetary value equivalent to the redeemed stable tokens.
bankAccount
(String):This parameter is the bank account number provided by the user or recipient, where the fiat funds are received after the redemption process.
bankCode
(String):This parameter represents the code associated with the recipient's bank. It is used to identify the specific bank where the provided
bankAccount
is held. Please use the Get Methods API to get a list of bank codes and bank namesbankName
(String):This parameter refers to the name of the recipient's bank. Please use the Get Methods API to get a list of bank codes and bank names
bankAccountName
(String):This parameter represents the name associated with the recipient's bank account. It specifies the legal or account holder's name for the provided bank account number.
walletAddress
(String):This parameter is the recipient's blockchain wallet address. While the fiat funds are sent to the bank account, this parameter provides the corresponding blockchain wallet address, allowing cross-verification and transparency.
Example Request
Payload
Response
If the request is successful, the response will be as shown below:
To check the status of your transaction, you can use the Transaction History API.
Last updated