Prevail Group of Companies

API Reference

Admin — Transactions

Head-office transaction search. /api/v1/payments is scoped to the calling SBU by its own key, so these routes exist to answer questions across the group — 'which payment failed for this customer', 'what is stuck right now'. Every route needs X-Admin-Key; an SBU key is rejected here.

Get one transaction

A single transaction in full, by its order reference.

GET/api/v1/admin/payments/{orderReference}
Auth: X-Admin-Key

Path parameters

FieldTypeDescription
orderReferencestringe.g. TAPANDGO-3FD0A655EB7A4AE7.
Request
curl https://13-247-53-102.sslip.io/api/v1/admin/payments/TAPANDGO-3FD0A655EB7A4AE7 \
  -H 'X-Admin-Key: your_admin_key'