Install and configure the Orchestra Payments Library.
This page is part of the Payments Library Guides. Prefer direct API calls instead? See REST API Guides.
Prerequisites:API key, Payment Gateway Account, and eWallet Account configured.The Orchestra Payments Library displays payment buttons and handles the payment UI. It supports card entry, Apple Pay, Google Pay, PayPal, bank payments, and UPI.
Your server creates a session with Orchestra and passes the JWT to the client. The client initializes the library, displays payment buttons, and handles customer interaction. After payment, the result JWT is returned to the client, which passes it to your server for validation with Orchestra.
Each payment method requires its own container element with a unique selector. If you add multiple payment methods, create a separate container for each.