DreamzWallet

Refund

Use this API to make a Refund of the transaction.

There are three types of refund :

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
              
                  
              
          
How to generate verification hash?

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