Apply Prepaid Card
User can apply for prepaid card which will be physical plastic card or virtual card through wallet account.
Host:
Test: https://mob.paymentplug.com/
Live: https://wallet.paymentplug.com/
How to apply for prepaid card?
The POST request will be send over HTTPS to theprepaidServices/PrepaidService/applyPrepaidCardendpoint.
Sample Request
Sample Response
NOTE :
- custId: – unique customer id of wallet.
- walletOwnerId – unique wallet owner id provided by Paymentplug
- mobileNumber – Should be with 00+91+9503620750 (00+countrycode+mobile number)
- title – follow title table
- countryCode: – country code table
- idProofType: – see id proof type table
- verificationHash – SHA256Algorithm.generateSHA256Hash(secKey.trim() + custId.trim()+ walletOwnerId.trim() + email.trim() + mobileNumber.trim() + dateOfBirth.trim())
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: < secKey > < custId > < walletOwnerId > < email > < mobileNumber > < dateOfBirth >
Sample code
List of response code from API
Response Code | Message |
---|---|
1 | Card created successfully |
2 | Card creation failed |
3 | Invalid Request |
16 | You can not apply for prepaid card for this currency |