Process credit card payments, refunds and transfers with a single unified API. PCI DSS Level 1 compliant.
Accept payments from anywhere in the world with our battle-tested payments infrastructure.
curl -X POST https://api.aikdata.com/v1/payments/charge \
-H "Authorization: Bearer YOUR_TOKEN" \
-d '{"amount": 1500, "currency": "USD"}'
/charge
/charge/{id}
/charges
/refund
| Category | Payments |
| Version | v1.0 |
| Endpoints | 4 |
| Status | Active |
| Base URL |
https://api.aikdata.com/v1/payments
|