When activating cards on behalf of your customers, you must follow the rules below to ensure data security and compliance.Card Number Format
- Always pass the card number in a partially masked format:
First 6 digits + 8 asterisks (**) + last 4 digits
Example:
123456********7890
- Algorithm: RSA
- Key: Contact the admin to obtain the RSA public key for production use
- Padding: PKCS#1 v1.5
- Encoding: UTF-8 for input, Base64 for output
- Only send the masked card number — never transmit the full card number.
- The PIN must always be encrypted using the platform’s RSA public key before sending via API.
- Do not attempt to decrypt the PIN — decryption is performed only by the platform using its private key.
- Always ensure you are using the latest RSA public key provided by the platform.
This is the account number mapped to a customer’s embedly wallet. Example:
`1234561234
This is the card number issued to the customer and mapped to the account
number above. Example:
123456********7890This is the random pin choosen by the customer. Example:
encrypted string