Skip to main content
These endpoints power the Payments Library, a JavaScript library that renders payment buttons for cards, Apple Pay, Google Pay, PayPal, Bank Pay, and UPI. Your server calls these endpoints; the client-side library handles the payment UI.

How It Works

  1. Your server calls Start Session to create a payment session
  2. The library displays payment options and collects payment details from the customer
  3. Your server calls Validate Results to verify the payment completed successfully
These are server-side endpoints. For client-side integration, see the Library Setup Guide.

Endpoints