Update Prepaid Card Holder Details


User can update prepaid card holder details.

   User can update email, mobile number, date of birth, address, first name, last name, etc.


How to update prepaid card holder details?

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


Sample Request


Sample Response

NOTE:

  • customerId – unique customer id of wallet.
  • walletOwnerId – unique wallet owner id provided by
  • 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