Documentation

API Reference

Programmatic access to VoltPay payment flows and settlement infrastructure.

Create Payment

POST /v1/payments
{
  "amount": "12.50",
  "currency": "USDC",
  "network": "ethereum"
}
      

API endpoints are under active development. This reference illustrates expected request and response formats.