- Home
- All APIs
- WPG guide
- Alternative payment methods
- About Alternative Payment Methods
About Alternative Payment Methods
An outline of our Alternative Payment Methods (APMs), and how they behave differently to credit and debit card payments.
What APMs are
Worldpay defines APMs as branded payments other than credit and debit card payments (such as Visa and Mastercard). APMs can behave in different ways, and this guide outlines the different behaviours so that you can streamline your integration.
All the APMs we offer, and where they operate.
Payment method | Payment type | Shopper country |
---|---|---|
eWallet | China | |
Local card scheme | Belgium | |
eWallet, prepaid cards, local cards | India | |
eWallet | Bulgaria | |
Bank transfer | Finland | |
Bank transfer | Germany | |
Bank transfer | Netherlands | |
Bank transfer | Canada | |
eWallet and post-pay | Austria, Finland, Germany, Netherlands, Norway, Sweden, United Kingdom | |
Bank transfer and post-pay | Japan | |
Post-pay | Portugal | |
Pre-pay | Belgium, France, Italy, and Spain | |
Bank transfer | United Kingdom | |
Bank transfer | Belgium, France, Italy, Spain | |
eWallet | Global | |
Pre-pay | Austria, Belgium, Cyprus, Czech Republic, Denmark, France, Germany, Greece, Ireland, Italy, Liechtenstein, Luxembourg, Netherlands, Norway, Poland, Portugal, Romania, Slovakia, Slovenia, Spain, Sweden, Switzerland, United Kingdom | |
Bank transfer | Poland | |
Bank transfer | Australia | |
Pre-pay | Poland | |
Bank transfer | Austria, Brazil, Costa Rica, Mexico, Peru, Spain | |
Direct debit | Austria, Belgium, France, Germany, Ireland, Italy, Netherlands, Spain | |
Bank transfer | Austria, Germany | |
Bank transfer | Denmark, Estonia, Finland, Poland, Spain and Sweden | |
Bank transfer and local card scheme | China, Hong Kong, Macau | |
eWallet | China |
How APMs are different to credit and debit cards
A summary of what's different about APMs.
Authorisation, authentication and capture
- With card payments in the Direct integration model:
- You receive an authorisation response in the XML - with APMs, you receive a
redirect URL to send the shopper to - You capture payment details - with many APMs, the provider captures the payment details
- You receive an authorisation response in the XML - with APMs, you receive a
- Card payments are near real-time (authorisation happens almost immediately) - APMs are all asynchronous to varying degrees (there are usually delays between the shopper interaction and authorisation)
- Card payments can be manually captured, whereas APMs generally can't (APMs jump to the CAPTURED status automatically)
- For all APMs, authentication is carried out by the APM provider
Payment journey, statuses and outcomes
- With many APMs, the
statement narrative becomes more relevant because it provides continuity and confidence throughout the shopper journey - APMs add
additional payment statuses that you need to code into your system - APMs add new payment outcomes (result URLs)
- With APMs, there are two concepts for non-completion of a payment:
- Shopper drop-off (i.e. the shopper didn't attempt a payment)
- A declined payment (i.e. the APM provider declined the payment, error, etc.)
Disputes and refunds
- APMs can have a different dispute process to card payments
Refunds for APMs can work in different ways, and have different restrictions
Restrictions
- APMs are subject to local rules and regulations, and may restrict the types of goods and services that shoppers can buy
- Many APM providers support only a subset of the languages offered by Worldpay
Fundamental differences between APMs
When comparing APMs these are the main differences:
- For most APMs there's a small subset of data you need to capture (amount, currency, payment method), but some APMs also need additional data
- The delay between the end of the payment journey (on the website) and you receiving notification of the payment being authorised can be either a few seconds or several days
- There can be multiple ways for shoppers to complete a payment within one APM (we call these payment options)
- APMs have different payment amount limits (even within the same APM, if it has different payment options)
- A small number of APMs have specialised payment statuses
- Some APMs are not refundable
- Some APMs do not support partial refunds, and some do not support multiple partial refunds (only a single partial refund)