Collect payments.
Pay out. Reconcile it all.

One API and one dashboard for card payments, payouts, multi-currency wallets and reconciliation, wherever your customers are.

Multi-currency
Instant payouts
Developer-first API
Bank-grade security

Everything you need to move money.

Six systems that usually live in six different tools, built into one platform.

Collect payments

Cards, bank transfers and wallets, accepted through a single integration and settled to one balance.

Send payouts

Pay suppliers, partners and customers in bulk, on your schedule.

Multi-currency wallets

Hold and settle balances in multiple currencies.

Developer API

Webhooks, idempotent requests and a sandbox that mirrors production.

Reporting & reconciliation

Every transaction matched automatically against your ledger.

Compliance & security

Built to PCI DSS standards, encrypted in transit and at rest.

From signup to your first payout.

Connect

Add your business details and connect a bank account.

Configure

Drop in the API, or set everything up from the dashboard.

Get paid

Accept payments and send payouts the same day.

Security is the foundation, not a feature.

Every payment runs through the same controls we would want protecting our own money.

Encrypted everywhere

Data is encrypted in transit and at rest.

PCI DSS aligned

Built around card scheme and PCI DSS requirements.

Full audit trail

Every transaction and change is logged and traceable.

Built by developers, for developers.

A predictable REST API, clear webhooks and a sandbox that mirrors production, so nothing surprising happens on launch day.

  • Idempotent requests, so retries never double-charge.
  • Webhooks for every state change, delivered with signed payloads.
  • A full sandbox environment for testing before you go live.
# Create a payment
curl https://api.veriqpay.com/v1/payments \
  -H "Authorization: Bearer sk_live_..." \
  -d amount=4200 \
  -d currency=GBP \
  -d customer=cus_9f2a1b

# Response
{
  "id": "pay_7hq2df",
  "status": "succeeded",
  "amount": 4200,
  "currency": "GBP"
}

Ready to get paid faster?

Tell us about your business and we will get your account set up.