Tokenization
Generate a link to open the Hosted Payment Page (HPP) for capturing transactions.
Key Points
-
If the payload is pre-filled with data (e.g., amount, currency, customer details, return_url, payment method), these details will be reflected on the HPP, providing a streamlined user experience.
-
If the payload lacks certain data, the customer will need to manually enter the missing information on the HPP.
-
Ensure that the necessary headers and authentication details are included to successfully generate the HPP link.
Flow diagram
Notes
store_payment_method
: Must be set to true
in the payload to store the card token for future use.
Setting store_payment_method
to true
ensures that the card token is stored for future transactions without needing to re-enter card details.
The stored_payment_method_id
can be used in the Use of Card Token API for future transactions without needing to re-enter card details.
Api Parameters
Authorizations
API Key for Authorization. Format: 'Basic YOUR_API_KEY_HERE'
API Key specific to x-api-key.
Body
The request payload to generate an HPP link.
The body is of type object
.
Response
HPP link generated successfully
The response is of type object
.