Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
gateways:paypal:paypal_plus [2016/11/18 14:25] – [Obtaining a Test Account] adam | gateways:paypal:paypal_plus [2025/03/04 18:11] (current) – [Setting Up PayPal Plus for FoxyCart] adam | ||
---|---|---|---|
Line 1: | Line 1: | ||
---- dataentry gateway ---- | ---- dataentry gateway ---- | ||
- | type : gateway | + | type |
- | + | name | |
- | # Add the full name of the gateway after the colon below. | + | countries |
- | name | + | support-added |
- | + | support-removed | |
- | # Supported Countries. Please use 2-character ISO Country Codes available at | + | supports-3dsecure |
- | # http:// | + | |
- | # Separate multiple country codes by commas. | + | |
- | countries | + | |
- | + | ||
- | # Enter the FoxyCart versions where support was added or removed (if applicable). | + | |
- | # Version numbers should include applicable decimals, such as " | + | |
- | support-added | + | |
- | support-removed : | + | |
- | + | ||
- | # Features and Details | + | |
auth-net-emulation : # enter " | auth-net-emulation : # enter " | ||
- | supports-3dsecure | + | gateway_url |
- | + | ||
- | # Gateway URL | + | |
- | gateway_url | + | |
---- | ---- | ||
+ | |||
Line 31: | Line 19: | ||
===== Setting Up PayPal Plus for FoxyCart ===== | ===== Setting Up PayPal Plus for FoxyCart ===== | ||
- | PayPal Plus requires a fully verified PayPal merchant account and goes through a vetting process. To apply for PayPal Plus go to www.paypal.de/ | + | PayPal Plus requires a fully verified |
- | ==== Disable Editable Cart and Coupons on Checkout ==== | + | |
- | Because of how the PayPal Plus flow works, you need to disable | + | <WRAP center round important 90%> |
+ | Subscriptions are not supported with PayPal Plus at this time. If you intend to sell subscriptions with your FoxyCart store, you will also need to make use of another payment gateway that does. | ||
+ | </ | ||
+ | ==== Important Notes ==== | ||
+ | |||
+ | * At this time, it is not possible to process subscriptions with PayPal Plus | ||
+ | * Cart editing and the ability to add coupons is disabled | ||
+ | |||
+ | ==== Create a PayPal Developer App ==== | ||
+ | |||
+ | To get started, PayPal recommend setting up a developer account | ||
+ | |||
+ | ==== Making | ||
+ | |||
+ | When you're ready to go live with your PayPal Plus payment option, follow the following steps: | ||
+ | |||
+ | - Within the PayPal Developer portal, find the REST API app you created previously | ||
+ | - In the top right of the details screen, | ||
+ | - You'll need to copy the Client ID and Secret into your FoxyCart administration' | ||
+ | - You'll also need to set up a new live webhook in the same way that you activated the test webhooks earlier with a URL like '' | ||
- | {{ : | ||
===== Testing ===== | ===== Testing ===== | ||
Line 60: | Line 65: | ||
===== Important Notes and Caveats ===== | ===== Important Notes and Caveats ===== | ||
+ | ==== Possible Action: Datafeed Handling ==== | ||
+ | |||
+ | At the time of the customer completing the transaction - we don't necessarily know whether the transaction was completed yet or not. We instead rely on a notification from the gateway after the checkout has been completed to confirm whether the transaction was approved or not. To handle this, transactions are initially marked as pending, and when we get a confirmation from the gateway on the result of the transaction, | ||
+ | |||
+ | The '' | ||
+ | ==== Pay Upon Invoice ==== | ||
+ | |||
+ | If a customer selects to pay using the Pay Upon Invoice option, they' | ||
+ | As part of the email, we also include a specific language string letting the customer know that they still need to complete some actions. You can alter this language string from the " | ||
===== User Notes and Experiences ===== | ===== User Notes and Experiences ===== | ||
<wrap tip>If you have tips, experience, or helpful notes related to this gateway that would benefit others, please add them below, including your name and the date.</ | <wrap tip>If you have tips, experience, or helpful notes related to this gateway that would benefit others, please add them below, including your name and the date.</ |