Payductor

API

REST create, list, and status, plus HMAC-signed webhooks and a sandbox. Store secrets on your server. Live credentials are issued from the merchant dashboard after KYB.

POST /api/v1/payment/create
X-API-Key: <server-only>
X-API-Secret: <server-only>

{ "amount": 99.99, "currency": "USD", "title": "Order" }