Short definition
Payment provider — a service provider that enables online payment methods and manages payment requests, status updates, and often payouts.
Also known as: Payment Service Provider, PSP.
A payment provider lets an online store offer methods such as cards, Bancontact, or iDEAL without integrating directly with every payment network.
How does a payment provider work?
The online store creates a payment request through a secure API. The customer pays through a hosted or integrated interface. The provider sends status updates and settles funds according to the contract. Costs, supported countries, payment methods, chargebacks, and payout terms differ between providers.
What does this mean for a small business?
Do not choose based on transaction fees alone. Consider the methods your customers use, support quality, reporting, subscriptions, refunds, and the accounting integration. Store orders in a provider-independent model and keep the provider behind a clear integration layer so switching does not make your order data unusable.
What should you watch for in a payment provider?
- compare total costs, including fixed fees and international rates;
- check supported countries, currencies, and payment methods;
- use hosted payment fields to keep card data off your server;
- reconcile provider transactions with orders and payouts;
How it relates to other website choices
The checkout integrates with the provider’s interface. A signed webhook can report a status change. The online store verifies the signature, processes each event idempotently, and can confirm the current payment status through an API.
Reliable source and further reading
For further guidance, read Stripe on payment service providers.