MagicStack Payment API

This service implements a small Yoco-backed payment system. All requests require an X-Tenant-ID header.

Endpoints

Notes

Quick Example (create)

POST //payments/create
Content-Type: application/json
X-Tenant-ID: TENANT_ABC

{
  "orderId": "ORD-123",
  "amount": 157.5,
  "currency": "ZAR"
}