Payment Session

The Payment Session represents a temporary object created to initialize and manage a payment flow between your application and the payment provider. It ensures that all necessary parameters are passed securely before the customer is redirected to complete the transaction.

A Payment Session is typically used when:

  • You want to generate a unique session for a checkout flow.

  • Customers need to be redirected to a hosted payment page.

  • You want to track the session lifecycle from creation → redirection → completion.

Last updated