Skip to content

Developers

An API your team can build around

Consistent objects, clear payment states and reliable webhooks for every step of the transaction lifecycle.

Quickstart

Create your first payment

  • 1Create sandbox credentials.
  • 2Tokenize or collect a payment method.
  • 3Create a payment with an idempotency key.
  • 4Listen for the final status via webhook.
curl https://api.psppoint.com/v1/payments \
  -H "Authorization: Bearer $API_KEY" \
  -H "Idempotency-Key: order_84012" \
  -d '{
    "amount": 24900,
    "currency": "EUR",
    "payment_method": "tok_demo_4242"
  }'

Sandbox

Simulate approvals, declines, challenges, refunds and webhook delivery before going live.

Webhooks

Keep your application synchronized with signed events and retry-aware delivery.

Operational clarity

Search transaction references, inspect statuses and troubleshoot payment journeys.