What merchants actually need from an API
The obvious requirement is charging a card and getting an authorization response. The less obvious — but more important — requirements are everything that happens afterward. Merchants need clean refund flows, dispute lifecycle handling, reliable payouts, and reporting that ties every settlement back to the original transactions.
They also need PCI scope reduction. A modern merchant API issues client-side tokens so raw card data never touches the merchant's servers, dramatically simplifying compliance.
Core capabilities to expect
A merchant API worth building on should give you everything you need to run acceptance and payouts without stitching together five vendors.
- Client-side tokenization to keep merchants out of PCI scope
- 3-D Secure and network tokenization for lower fraud and higher approvals
- Refunds, partial refunds, and voids as first-class operations
- Dispute and chargeback lifecycle with evidence submission
- Payouts on flexible schedules with clear settlement reporting
- Webhooks for every state change, signed and idempotent
Approval rates are the metric that actually matters
Fees get attention because they are visible on every statement. Approval rate rarely does — and yet a two-point improvement in approval rate almost always outweighs a small pricing difference. Good merchant APIs invest heavily in network tokenization, intelligent retries, and issuer-side optimization, and expose the data you need to see it working.
Frequently asked questions
Is the merchant API PCI-DSS compliant?
Yes. Tokenization ensures merchants integrating via our SDK stay in the smallest possible PCI scope.
Do you support marketplaces and split payments?
Yes. Split funding, delayed capture, and multi-party payouts are supported.
What payout schedules are available?
Daily, weekly, monthly, or on-demand payouts are configurable per merchant.