Initialize Payment Session

Generate or input a unique Session ID before proceeding to the payment form.

ℹ️ What is a Payment Session ID?

A payment session ID is a unique identifier that links your payment request to the card payment form. This ID should be generated by your backend when creating a payment session.

Format: ps_{environment}_{timestamp}_{random}
Example Session ID (click to use)
Static UAT Session ps_uat_1736...
Generated Now (Dynamic) ps_uat_{timestamp}_test123