Card Registration
"Generate Webview" API is used to initiate card registration. Client will hit the generate webview API request and in the response, a url will be returned.
Client will then need to open the URL in their platform to enable user to start the registration journey.
Note that end user will be required to input the following information:
- Card Number
- Cardholder Name
- Expiration Date
- CVV number
Upon success registration, client will get callback containing card token which will then be used in payment charge API.
Through this feature, you can:
- Get Webview URL - Obtain webview url used to initiate card registration.
- Get Card Token - Obtain encrypted card token that will be used during payment charge via callback.
Updated about 2 months ago