Difference between revisions of "PayPal Website Payments Pro"
m |
|||
Line 1: | Line 1: | ||
+ | == About this Module == | ||
+ | |||
+ | The PayPal Website Payments Pro payment gateway module is available in WHMCS. | ||
{{gateways | {{gateways | ||
| type = cc | | type = cc | ||
Line 6: | Line 9: | ||
| 3dsecure = yes | | 3dsecure = yes | ||
}} | }} | ||
+ | == Adding the PayPal Website Payments Pro Payment Gateway== | ||
− | + | To set up the PayPal Website Payments Pro payment gateway in WHMCS: | |
+ | |||
+ | # Go to '''Configuration (<i class="fa fa-wrench" aria-hidden="true"></i>) > System Settings > [[Payment Gateways]]''' or, prior to WHMCS 8.0, '''Setup > Products/Services > Payment Gateways'''. | ||
+ | # Choose the '''All Payment Gateways''' tab. | ||
+ | # Click '''PayPal Website Payments Pro'''. | ||
+ | # Check '''Show on Order Form''' to display this payment method in the Client Area during checkout. | ||
+ | # Retrieve your details for the Payflow Pro API: [[File:PayPal_API_Access1.png|thumb|PayPal API Step 2]] | ||
+ | ## Log in to PayPal.[[File:PayPal_API_Access2.png|thumb|PayPal API Step 2]] | ||
+ | ## Select your name and company at the top right. | ||
+ | ## From the menu, select '''Account settings'''. | ||
+ | ## Scroll down and select '''Website payments'''. | ||
+ | ## Select '''Update''' for '''API Access'''. | ||
+ | ## Under '''NVP/SOAP API integration (classic)''', select '''Manage API credentials'''. | ||
+ | ## Copy the API credentials. | ||
+ | # Enter your PayPal credentials. | ||
+ | #* 3D Secure uses '''Processor ID''', '''Merchant ID''', and '''Transaction PW'''. PayPal Pro Accounts are usually enrolled for this by default. | ||
+ | #** If you are enrolled, PayPal will provide the details. | ||
+ | #** If they haven't or you don't want to use the 3D Secure feature, leave these fields blank. | ||
+ | # Click '''Save Changes'''. | ||
− | + | === Test Mode === | |
− | |||
− | |||
− | |||
− | |||
− | + | You can use test mode to simulate payment processing without actually causing a transaction to occur. This can be useful to test your configuration. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | ==PayPal Pro Reference Payments== | ||
+ | <div class="docs-alert-warning"> | ||
+ | This module does not support adding or updating card data via the Admin Area. Instead, admins can do this by paying an invoice on behalf of a client. | ||
+ | </div> | ||
+ | This gateway helps reduce your PCI compliance liability. Instead of storing card details, the ID of the last transaction is used to make repeat charges. If you use this, clients '''must''' reenter their card details to change payment gateways. | ||
{{gateways | {{gateways | ||
| type = token | | type = token | ||
Line 48: | Line 49: | ||
}} | }} | ||
− | + | === Adding the PayPal Pro Reference Payments Payment Gateway === | |
− | + | ||
− | + | To set up this payment gateway in WHMCS: | |
− | + | ||
− | === | + | # Go to '''Configuration (<i class="fa fa-wrench" aria-hidden="true"></i>) > System Settings > [[Payment Gateways]]''' or, prior to WHMCS 8.0, '''Setup > Products/Services > Payment Gateways'''. |
− | + | # Choose the '''All Payment Gateways''' tab. | |
− | To | + | # Click '''PayPal Pro Reference Payments'''. |
− | # Go to '''Configuration | + | # Check '''Show on Order Form''' to display this payment method in the Client Area during checkout. |
− | # Choose '''PayPal Pro Reference Payments''' | + | # Enter your PayPal Pro Reference Payments credentials. |
− | # Enter | + | #* '''Processor ID''', '''Merchant ID''', and '''Transaction PW''' are used by the 3D Secure process. |
− | # | + | #** PayPal Pro accounts are enrolled for this by default. If you are enrolled, PayPal will provide details. |
+ | #** If they haven't or you don't want to use the 3D Secure feature, leave this information blank in WHMCS. This will disable the 3D Secure process and WHMCS will not use it during the checkout process. | ||
+ | #* To find your details for the Payflow Pro API: | ||
+ | #*# Log in to PayPal. | ||
+ | #*# Go to '''Profile > My selling preferences > API Access'''. [[File:Pp_api2.png|thumb|PayPal API Step 2]] | ||
+ | #*# Choose '''Option 2''' to request API credentials to create your own API username and password. | ||
+ | #*# Choose '''Request API signature'''. | ||
+ | #*# Click '''Agree and Submit'''. | ||
+ | #*# Copy the provided username, password, and signature. | ||
+ | #*# Click '''Done'''. | ||
# Click '''Save Changes'''. | # Click '''Save Changes'''. | ||
− | |||
− | |||
− | |||
− | |||
− | + | == Limitations == | |
PayPal applies a time limit for repeating against a transaction. 24 months after the original payment, you will see a '''Referenced transaction or order is too old''' error. | PayPal applies a time limit for repeating against a transaction. 24 months after the original payment, you will see a '''Referenced transaction or order is too old''' error. | ||
Line 71: | Line 77: | ||
To resolve this, the client must log in and submit payment manually. This will generate a new transaction that further repeats can be made against. Whenever a client pays manually via the Client Area, it is stored as the most recent transaction for any further repeats to be made against. The standard "Credit Card Payment Declined" email template will send to a client when the capture fails due to the expired reference transaction. | To resolve this, the client must log in and submit payment manually. This will generate a new transaction that further repeats can be made against. Whenever a client pays manually via the Client Area, it is stored as the most recent transaction for any further repeats to be made against. The standard "Credit Card Payment Declined" email template will send to a client when the capture fails due to the expired reference transaction. | ||
− | ==Declined Payments== | + | == Declined Payments == |
If you experience an error while processing payments, go to '''Billing > Gateway Log'''. The full response from PayPal is displayed in the debug field. Refer to the <tt>L_ERRORCODE0</tt> value, and the following two values will then briefly explain the error. | If you experience an error while processing payments, go to '''Billing > Gateway Log'''. The full response from PayPal is displayed in the debug field. Refer to the <tt>L_ERRORCODE0</tt> value, and the following two values will then briefly explain the error. | ||
Line 78: | Line 84: | ||
For more detailed descriptions of the errors and instructions for correcting them, [https://cms.paypal.com/uk/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_errorcodes click here]. | For more detailed descriptions of the errors and instructions for correcting them, [https://cms.paypal.com/uk/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_errorcodes click here]. | ||
+ | |||
+ | == Troubleshooting == | ||
+ | |||
+ | ''N/A'' | ||
{{modules}} | {{modules}} |
Revision as of 21:16, 31 March 2022
Contents
About this Module
The PayPal Website Payments Pro payment gateway module is available in WHMCS.
Supported Features
Type | One Time | Recurring | Refunds | 3D Secure |
---|---|---|---|---|
Credit Card | Yes | Yes | Yes | Yes |
Adding the PayPal Website Payments Pro Payment Gateway
To set up the PayPal Website Payments Pro payment gateway in WHMCS:
- Go to Configuration () > System Settings > Payment Gateways or, prior to WHMCS 8.0, Setup > Products/Services > Payment Gateways.
- Choose the All Payment Gateways tab.
- Click PayPal Website Payments Pro.
- Check Show on Order Form to display this payment method in the Client Area during checkout.
- Retrieve your details for the Payflow Pro API:
- Log in to PayPal.
- Select your name and company at the top right.
- From the menu, select Account settings.
- Scroll down and select Website payments.
- Select Update for API Access.
- Under NVP/SOAP API integration (classic), select Manage API credentials.
- Copy the API credentials.
- Enter your PayPal credentials.
- 3D Secure uses Processor ID, Merchant ID, and Transaction PW. PayPal Pro Accounts are usually enrolled for this by default.
- If you are enrolled, PayPal will provide the details.
- If they haven't or you don't want to use the 3D Secure feature, leave these fields blank.
- 3D Secure uses Processor ID, Merchant ID, and Transaction PW. PayPal Pro Accounts are usually enrolled for this by default.
- Click Save Changes.
Test Mode
You can use test mode to simulate payment processing without actually causing a transaction to occur. This can be useful to test your configuration.
PayPal Pro Reference Payments
This module does not support adding or updating card data via the Admin Area. Instead, admins can do this by paying an invoice on behalf of a client.
This gateway helps reduce your PCI compliance liability. Instead of storing card details, the ID of the last transaction is used to make repeat charges. If you use this, clients must reenter their card details to change payment gateways.
Supported Features
Type | One Time | Recurring | Refunds | 3D Secure |
---|---|---|---|---|
Token | Yes | Yes | Yes | No |
Remote Update Card | Remote Delete Card | AddPayMethod API |
---|---|---|
No | No | Yes |
Adding the PayPal Pro Reference Payments Payment Gateway
To set up this payment gateway in WHMCS:
- Go to Configuration () > System Settings > Payment Gateways or, prior to WHMCS 8.0, Setup > Products/Services > Payment Gateways.
- Choose the All Payment Gateways tab.
- Click PayPal Pro Reference Payments.
- Check Show on Order Form to display this payment method in the Client Area during checkout.
- Enter your PayPal Pro Reference Payments credentials.
- Processor ID, Merchant ID, and Transaction PW are used by the 3D Secure process.
- PayPal Pro accounts are enrolled for this by default. If you are enrolled, PayPal will provide details.
- If they haven't or you don't want to use the 3D Secure feature, leave this information blank in WHMCS. This will disable the 3D Secure process and WHMCS will not use it during the checkout process.
- To find your details for the Payflow Pro API:
- Log in to PayPal.
- Go to Profile > My selling preferences > API Access.
- Choose Option 2 to request API credentials to create your own API username and password.
- Choose Request API signature.
- Click Agree and Submit.
- Copy the provided username, password, and signature.
- Click Done.
- Processor ID, Merchant ID, and Transaction PW are used by the 3D Secure process.
- Click Save Changes.
Limitations
PayPal applies a time limit for repeating against a transaction. 24 months after the original payment, you will see a Referenced transaction or order is too old error.
To resolve this, the client must log in and submit payment manually. This will generate a new transaction that further repeats can be made against. Whenever a client pays manually via the Client Area, it is stored as the most recent transaction for any further repeats to be made against. The standard "Credit Card Payment Declined" email template will send to a client when the capture fails due to the expired reference transaction.
Declined Payments
If you experience an error while processing payments, go to Billing > Gateway Log. The full response from PayPal is displayed in the debug field. Refer to the L_ERRORCODE0 value, and the following two values will then briefly explain the error.
L_SHORTMESSAGE0 => Security error indicates that the API details you entered at Configuration () > System Settings > Payment Gateways or, prior to WHMCS 8.0, Setup > Payments > Payment Gateways are invalid.
For more detailed descriptions of the errors and instructions for correcting them, click here.
Troubleshooting
N/A
Server Modules
cPanel/WHM - DirectAdmin - Plesk - Helm 3 - Helm 4 - Ensim - InterWorx - WebsitePanel - Cloudmin
Lxadmin - Virtualmin Pro - XPanel - HyperVM - SolusVM - Cloudmin - WHMSonic - VPS.Net
CentovaCast - SCPanel - MediaCP - GameCP - TCAdmin - Reseller Central - Auto Release - Heart Internet
Registrar Modules
Enom - ResellerClub - Nominet - OpenSRS - ResellOne - OnlineNIC - PlanetDomain - Affordable Domains
TPP Wholesale - TPPInternet - Stargate - Namecheap - NetEarthOne - Bizcn - InternetBS - GMO Internet
12Register - Registercom - DotDNS - WebNIC - Dot.TK - HexoNet - Realtime Register - Registereu
RRPProxy - ResellerCamp - TransIP - Heart Internet - IPMirror - NetRegistry - OVH - VentraIP Wholesale
Email - 101Domain
Fraud Modules
MaxMind - VariLogiX FraudCall - Telesign
Gateway Modules
2CheckOut - AsiaPay - Auth.net Echeck - Authorize.net - Authorize.net CIM - Bank Transfer - BidPay
BluePay - BluePay Echeck - BluePay Remote - Boleto - CashU - CC Avenue - ChronoPay - Direct Debit
EMatters - E-Path - eProcessingNetwork - eWAY Tokens - F2B - Finansbank - GarantiBank - Gate2Shop
Inpay - InternetSecure - IP.Pay - Kuveytturk - Modulo Moip - Mail In Payment - Merchant Partners
Merchant Warrior - IDEALMollie - Moneris - Moneris Vault - Skrill 1-Tap - NaviGate - NETbilling
Netregistry Pay - NoChex - Offline Credit Card - Optimal Payments - PagSeguro - Payflow Pro - Pay Junction
Paymate AU and NZ - Payment Express - PayPal - PayPal Card Payments - PayPal Express Checkout
PayPal Payments - PayPal Payments Pro - PayPoint.net (SecPay) - Payson - Planet Authorize - ProtX VSP Form
PSIGate - Quantum Gateway - Quantum Vault - SagePay - SagePay Tokens v2 - SecurePay
SecurePay AU - Secure Trading - TrustCommerce - USA ePay - WorldPay - WorldPay Invisible