Documentation Index
Fetch the complete documentation index at: https://payglocal.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
SDKs & Libraries
Production-ready SDKs for your favorite programming languages. Start integrating in minutes with comprehensive features and excellent documentation.All SDKs provide identical functionality with language-specific optimizations.
Available SDKs
Node.js
For JavaScript / TypeScript backends. Promise-based API with full TypeScript types.Built-in JWE/JWS encryption, request signing, and status helpers.
Python
For Python services and scripts. Sync and async support.Built-in JWE/JWS encryption, key management helpers, and webhook validators.
Java
For JVM-based services. Maven and Gradle support.Built-in JWE/JWS encryption, request signing, and Spring-friendly configurations.
Bash / cURL
For shell scripts and direct API testing. Reference scripts in our sample repo.Includes openssl-based encryption + signing helpers.
SDK source code and language-specific quickstarts are distributed via the PayGlocal sample-client GitHub repository. Contact your PayGlocal representative or [email protected] for repository access.
What All SDKs Provide
| Capability | Description |
|---|---|
| JWE encryption | Encrypts request payloads using PayGlocal’s public certificate |
| JWS signing | Signs every request with your private key |
| Header construction | Adds x-gl-token-external, x-gl-merchantid, x-gl-kid |
| Endpoint routing | UAT vs Production via single config flag |
| Response decoding | Decodes x-gl-token callbacks and verifies signatures |
| Status helpers | Wraps GET Status, Refund, Capture, Reversal, SI APIs |
| Webhook verification | Validates incoming webhook signatures |
Ready to Get Started?
View Documentation
Browse the integration guides to learn how PayGlocal APIs work end-to-end.
API Reference
Field-by-field endpoint reference with an interactive playground.

