Worldpay is a global payment processing company that provides technology and services for merchants to accept payments. Its main purpose is to enable businesses of all sizes, from small local shops to large international corporations, to take payments from customers through various methods. This includes credit and debit cards, online payments, and point-of-sale (POS) systems. Worldpay handles the complex process of authorizing and settling transactions between the customer's bank and the merchant's bank. The company has a long history and was previously part of Fidelity National Information Services (FIS). It now operates as an independent entity, focusing on providing secure and reliable payment solutions across many countries and industries.
Worldpay offers a complete set of features for payment processing. These features help businesses manage their sales and revenue effectively.
Worldpay's pricing is typically customized for each business. They do not have standard public pricing tiers listed on their website. Instead, the cost depends on factors like business size, industry, transaction volume, and the specific services needed. Businesses must contact the Worldpay sales team to get a custom quote.
There are generally two main pricing models offered:
Worldpay does not offer a free plan for its payment processing services. As a merchant service provider, its revenue comes from fees charged on transactions. There is also no standard free trial period because setting up an account involves an application and underwriting process. To understand the costs and services, businesses need to speak with a sales representative to receive a proposal tailored to their specific needs.
Getting started with Worldpay involves a few key steps to set up your merchant account and begin processing payments.
Pros:
Cons:
Worldpay integrates with a wide range of business software and platforms to create a seamless workflow. These integrations help connect payment processing with other essential business operations.
Yes, Worldpay provides a comprehensive set of APIs for developers to integrate payment processing directly into their applications, websites, and software. The Worldpay Developer Portal contains detailed documentation, guides, and API references for their various products.
To get API keys, a developer or business must first have an active Worldpay merchant account. Once the account is approved and set up, API credentials can be generated from the merchant portal or by request. These keys are used to authenticate API requests and ensure secure communication.
Example API Request (Conceptual - Creating an Order):
{
"transactionReference": "your-unique-transaction-id",
"instruction": {
"value": {
"amount": 1000,
"currency": "USD"
},
"paymentInstrument": {
"type": "card/plain",
"cardHolderName": "John Doe",
"cardNumber": "1111222233334444",
"cardExpiryDate": {
"month": 12,
"year": 2028
},
"cvc": "123"
}
}
}
Worldpay does not have a traditional affiliate program where individuals can sign up for a link and earn commissions. Instead, they offer structured Partner Programs for businesses and developers.
To join one of these programs, you typically need to contact their partnerships team through their website. They will discuss your business and determine the best partnership model for you.
Show your users that Worldpay is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/worldpay?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-worldpay" target="_blank"><img src="https://saasprofile.com/worldpay/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="Worldpay badge" loading="lazy" /></a>