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.Documentation Index
Fetch the complete documentation index at: https://developers.orchestrasolutions.com/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
- Your server calls Start Session to create a payment session
- Your server passes the session JWT to the client, which uses it to initialize the library. The library then displays payment options and collects payment details from the customer
- The library returns the transaction result to the client, which passes it to your server
- 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
Start Session
Create a payment session for the client-side library.
Validate Results
Verify payment results returned from the library.