Skip to main content

GLODIPAY API V2

GLODIPAY logo

Unified API reference

The complete GLODIPAY integration reference.

This site turns the raw GLODIPAY v2 specifications into a cleaner developer experience: one entry point, clearer endpoint navigation, and live browser-side API playgrounds for the main payment flows.

6 live endpoints Sandbox-first playgrounds for checkout, query, iframe, S2S card, refund, and refund query.

RSA + MD5 signing Request and callback payloads follow the same natural-sort and sign / verify flow.

Guided endpoint pages Each API flow has its own prefilled playground, request preview, and code snippet output.

Base endpoints

EnvironmentBase URL
Sandboxhttps://payment-sandbox.gpayprocessing.com
ProductionProvided in the Merchant Dashboard

Signature flow

  • Remove signature from the payload before signing or verifying.
  • Sort keys in natural ascending order.
  • Trim string values recursively, then serialize to JSON.
  • Sign requests with the RSA Private Key using md5WithRSAEncryption.
  • Verify responses and webhooks with the RSA Public Key.

Bookmarks

No bookmarks yet.
Hover over a heading and click to save a section.