From a3cd3ef5413c981389ddbf48273e5740c1bfbd7d Mon Sep 17 00:00:00 2001 From: productshiv Date: Wed, 22 May 2024 01:05:18 +0530 Subject: [PATCH] Added Tip to Withdrawal cancel endpoint --- .../paths/v3_offchain_withdrawal_{id}_delete.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/categories/virtual_accounts/paths/v3_offchain_withdrawal_{id}_delete.yml b/categories/virtual_accounts/paths/v3_offchain_withdrawal_{id}_delete.yml index 33c86fa..4a6439f 100644 --- a/categories/virtual_accounts/paths/v3_offchain_withdrawal_{id}_delete.yml +++ b/categories/virtual_accounts/paths/v3_offchain_withdrawal_{id}_delete.yml @@ -14,6 +14,13 @@ description: "

1 credit per API call.


amount should be reverted, not the fee.

+
Tip : For Virtual Accounts where withdrawal currency is a token, \n 
+  it is recommended to use “revert=false”. Otherwise, the blockchain \n 
+  transaction fee in native currency will be reverted as effective \n 
+  Virtual Account balance. Example: tx out fails and cancel \n 
+  “revert=true” from a 10 USDT + 0.10 TRX as “fee” would be \n
+  reverted as 10+30 USDT (where the TRX of the fee is converted to USDT)
+  
" operationId: cancelInProgressWithdrawal