All requests to GLODIPAY must include a signature field. All responses and IPN payloads from GLODIPAY include a signature field so you can verify authenticity.
GLODIPAY delivers real-time payment results to your server via Instant Payment Notification (IPN) — an HTTP POST to the notificationUrl you provided when creating the transaction.
Query the current status and full details of any transaction — whether created via Checkout, S2S Card, or iFrame.
All IPN payloads and query responses include both a status string and a numeric statusCode. Use statusCode for programmatic matching; status is for human readability and logging.
Static reference data for GLODIPAY API integrations.
In-browser developer utilities for Glodipay API integration — Base64, JSON, cryptography (AES/RSA/HMAC/SHA), regex tester, password generator and string comparison.