Payment Mode


User get payment mode according to currency.



How to get payment mode

The POST request will be send over HTTPS to the endpoint.


Sample Request


Sample Response

NOTE:

  • verificationHash – SHA256Algorithm.generateSHA256Hash(secKey.trim()+walletOwnerId.trim()+currency.trim())
  • If single payment mode, response is in JSON object and if multiple payment modes, response is in JSON Array.


How to generate verification hash?

Verification Hash has to be calculated with following combination and need to be send along with the authentication parameters in each server-to-server request:
<secKey><walletOwnerId><currency>


Sample Code

Payment Modes

Payment Mode Payment Mode Name
CC CreditCard
VA VirtualAccount
EW Wallet
DC DebitCard
NB NetBanking
PV Vouchers
ACH ACH
CHK CHK
SEPA SEPA
PC PrepaidCards
PP PostpaidCards