Paygrid API

Here you'll find all the documentation you need to get up and running with the Paygrid API.

The Paygrid API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

The API key you use to authenticate the request determines whether the request is live mode or sandbox test mode (coming soon). You can use the Paygrid API in sandbox testnet mode, which doesn’t affect your live data or interact with the blockchain mainnet networks.

Paygrid core APIs provide a suite of interconnected-APIs to streamline and manage payment lifecycle and merchant account-related operations.

  • Account API: This API is responsible for wallet account management for seamless onboarding, profile management, and settings.

  • Payment Transaction API: The core of transactional operations, the Payment API manages the entire lifecycle of payments. From initiation and relaying blockchain processing to tracking and confirmation, it ensures a smooth transactional flow.

Want to jump right in?

Feeling like an eager beaver? Jump in to the quick start docs and start making your first request:

Quickstart

Want to deep dive?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

API References

Last updated