Developers

Build with DigitGoPay. Simple APIs for checkout, payments, and webhooks.

Quick Start (Preview)

Request API access: support@digitgopay.com

Base URL (planned):
https://api.digitgopay.com

Create Checkout
POST /v1/checkout
{
  "amount": "100.00",
  "currency": "USD",
  "assets": ["BTC", "ETH", "USDC"],
  "success_url": "https://yourdomain.com/success",
  "cancel_url": "https://yourdomain.com/cancel"
}

Webhooks (planned events):
- checkout.created
- payment.pending
- payment.confirmed
- payment.failed
- payout.sent

Want early API access?

Contact Sales

Planned Documentation

  • Authentication (API keys)
  • Checkout links
  • Embedded checkout
  • Webhooks & signatures
  • Settlement & payouts
  • Error codes