Update Prepaid Card Holder Details
User can update prepaid card holder details.
Host:
Test: https://mob.paymentplug.com/
Live: https://wallet.paymentplug.com/
How to update prepaid card holder details?
The POST request will be send over HTTPS to theprepaidServices/PrepaidService/updatePrepaidCardHolderendpoint.
Sample Request
Sample Response
NOTE :
- customerId – unique customer id of wallet.
- walletOwnerId – unique wallet owner id provided by Paymentplug
- citizenshipCode – follow citizenship code table
- countryCode – see country code table
- idProofType – see id proof type table
- verificationHash – SHA256Algorithm.generateSHA256Hash(secKey.trim() +customerId.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 > < customerId > < walletOwnerId > < email > < mobileNumber > < dateOfBirth >
Sample code
List of response code from API
Response Code | Message |
---|---|
1 | Card Updated Successfully |
2 | Failed to Update Card |
3 | Invalid Request |
5 | Card Not Found |