A simple, powerful API for transactions, ledger management, and fraud evaluation. Get started in minutes with our sandbox.
# Create your first payment
curl -X POST https://api.uat.payments-central.com/api/v1/transactions \
-H "Authorization: Bearer pc_test_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"amount": 4999,
"currency": "USD",
"gateway": "stripe",
"merchant_ref": "order-8821"
}'
Sandbox Sandbox access is free — no approval required
Generate test API keys from your dashboard and start making calls to UAT in seconds. No approval, no cost.
Try every endpoint directly in the browser. Request/response examples for all resources.
Step-by-step setup for WooCommerce and Odoo. Be live in production in under 30 minutes.
From zero to your first payment in 4 steps
Sign up at core.payments-central.com. Your account comes with a UAT environment pre-configured.
In the dashboard go to Settings → API Keys → Create key. Select the sandbox scope. Copy the key — it starts with pc_test_.
Use the sandbox base URL: https://api.uat.payments-central.com. See the quickstart guide for full curl and SDK examples.
Switch your API key to a production key (pc_live_) and update the base URL to https://api.payments-central.com. That's it.
All endpoints are available in sandbox and production
/api/v1/transactions
Create and execute a charge against a payment gateway.
/api/v1/transactions
List transactions with pagination and status filters.
/api/v1/transactions/redirect
Create a hosted-payment redirect session (for WooCommerce, Odoo).
/api/v1/fraud/evaluate
Score a transaction for fraud risk before charging.
/v1/ledger/accounts
Retrieve the merchant chart of accounts (double-entry ledger).
/v1/ledger/trial-balance
Get debit/credit totals per account for any date.
Step-by-step guides for common integration patterns
Your first API call in under 5 minutes
API keys, scopes, key rotation
Receive real-time event notifications
Status codes, retries, idempotency
Accept payments on your WordPress store
Sync invoices and payments with Odoo ERP