Refund
Use this API to make a Refund of the transaction.
- Transfer refund : reimbursement to a user e-wallet
- Pay-in refund : reimbursement to a user card
- RF : reimbursement to a user wallet and card
Host:
Test: https://mob.paymentplug.com/
Live: https://wallet.paymentplug.com/
How to make a Transfer Refund?
The POST request will be send over HTTPS to the walletServices/WalletServices/refundendpoint.
NOTE:
Pass AuthToken in header for each request Auth API
Sample Request
Sample Response
How to make PayIn Refund?
The POST request will be send over HTTPS to the walletServices/WalletCustomerService/refundendpoint.
Sample Request
Sample Response
How to make merchant refund?
The POST request will be send over HTTPS to the walletServices/WalletServices/refundendpoint.
Sample Request
Sample Response
Verification Hash has to be calculated with following combination using SHA256 algorithm and need to be send along with the authentication parameters in each server-to-server request. Parameters required for creating hash are : < secKey > < customerId > < walletOwnerId > < transactionId > < amount >
Sample code