API Documentation & Integration Guide

Back to Home

API Reference

This interactive API reference provides detailed information about all available endpoints, request/response schemas, and authentication requirements for the FundPay payment gateway API.

Use the expandable sections below to explore the API endpoints. Each endpoint includes detailed documentation on required parameters, authentication methods, and response formats.

Authentication

API Key Authentication

Used for creating new transactions. Add the x-api-key header to your request with your API key value.

Example Request:
POST /api/v1/deposit
Headers:
Content-Type: application/json
x-api-key: YOUR_API_KEY
Body:
{"data": "..."}

API Token Authentication

Used for querying transaction details. Add the x-api-token header to your request with your API token value.

Example Request:
GET /api/v1/deposit/DP12345678
Headers:
Content-Type: application/json
x-api-token: YOUR_API_TOKEN