Customer Payload Encryption

Encrypts customer payload data before sending to other APIs like Customer Registration, Customer Update, and before Payload Decryption.

Request Body Parameters

  • clientId: Unique client identifier provided by Wibmo
  • deviceId: Unique identifier for the device
  • instanceId: Unique instance identifier
  • payload: The customer data payload to be encrypted
    • customerName: Name of the customer
    • mobileNumber: Mobile number of the customer
    • emailId: Email ID of the customer
    • addressDetails: Customer's address information
    • kycDetails: Customer's KYC information
    • cardDetails: Customer's card information
  • encryptionAlgorithm: The encryption algorithm to use (AES-256 or RSA)

Response Parameters

  • status: Status of the encryption operation (SUCCESS or FAILURE)
  • statusCode: Status code of the operation
  • encryptedPayload: Base64 encoded encrypted payload
  • keyId: Identifier for the encryption key used
  • encryptionAlgorithm: The encryption algorithm used
  • timestamp: Timestamp of the encryption operation
Language
Click Try It! to start a request and see the response here!