Apocor keys only
Exchange a
client_id + client_secret for a short-lived bearer token. That’s the only credential your services ever hold.Fully white-labeled
Responses expose Apocor resources only — no upstream provider names, ids, or keys ever leak to your app.
Consistent envelopes
Every resource response is wrapped in
{ "data": … }; every error is { "error": { "code", "message" } }.Interactive reference
Try any endpoint from the browser against your sandbox with your bearer token.
Viewing card details
Method 1 Widget.js or Method 2 PCI encrypted reveal for PAN/CVV.
How it fits together
Base URLs
Every path in this documentation is relative to one of these hosts. All examples target the sandbox — a live, fully functional environment with no real money movement — so you can copy, paste, and run them as-is.