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.