Tokenization Generate
Body
Tokenization request ID sent from Merchant. It will also be used for idempotent check. For example: use uuid to generate a unique serial no.
64The merchant's userId must be unique for each user of merchants.
64Types of requested tokenization: CARD.
32Merchant info.
The callback address to notify the merchant after the Tokenization is completed or failed.
256If your organization possesses the necessary PCI-DSS certification to store and process raw cardholder data, you may pass the sensitive card details (including pan, expiry, cvv, and name) directly within the tokenData object when calling this endpoint.
The cardholder's billing address.
Callbacks
POST{$request.body#/notifyUrl}tokenizationNotification
Body
Response
Merchant acknowledgement
Merchant's acknowledgement to the tokenization notification webhook. If failed/unknown is received, Waffo will retry the notification for up to 24 hours.
Processing result. Allowed values: success, failed, unknown.
success, failed, unknown "success"
Response
OK
Standard API response envelope.
Result code. "0" indicates success; any other value indicates failure.
Human-readable message corresponding to the result code.
Key-value parameters associated with the error message, used for templated errors.
Response payload. Empty when the request fails.