Questions tagged [paypal-plus]
19 questions
6
votes
1 answer
Paypal Plus success data
I'm using Paypal Plus in my angular Project. Everything thing works fine.
How can I recognize that the payment was made successfully? Which data must I save in my database. In short which data am I waiting for in success?

ferhado
- 2,363
- 2
- 12
- 35
3
votes
0 answers
Browser back action does not work in Firefox when PayPal Plus iframe is rendered in page of react app
I integrated the PayPal Plus iframe into my react app by appending the PayPal library js-script to the document in componentDidMount, updating the component state when the script is loaded and then calling the library method to initialize the PayPal…

Andreas
- 31
- 3
2
votes
0 answers
Paypal Plus getting error ""purchase_units[0]" - Item amount must add up to specified amount subtotal (or total if amount details not specified)."
Hello I am working in magento 2. I have installed paypal plus payment.
https://marketplace.magento.com/iwaysgmbh-module-pay-pal-plus.html
All is working if I select country "Germany" in shipping address. I have configured in back-end and select…

David Coder
- 1,138
- 2
- 14
- 48
2
votes
0 answers
While payment using paypal it will return error
When i use this API "https://api.sandbox.paypal.com/v1/payments/payment" for get "approval_url".
It's give error like :
{"name":"VALIDATION_ERROR","details":[{"field":"redirect_urls","issue":"This
field required when payment_method is…

Dhaval
- 89
- 2
- 11
2
votes
1 answer
PayPal Plus - No "Pay upon Invoice" in Sandbox mode
I'm trying to integrate Paypal Plus in an online shop, using the REST API SDK, and so far everything is working fine. Only that the option "Pay upon Invoice" is missing.
The funny thing is: Two weeks ago it was working. And to my knowledge nothing…

Rolf
- 41
- 3
2
votes
2 answers
Payum Paypal Rest config_path
I am trying to implement paypal-rest payment with the payum bundle in symfony (3.1.4).
I need to get PayPal Plus running in my Symfony App.
Therefore I read this…

user3440145
- 793
- 10
- 34
1
vote
1 answer
how can I remove direct debit payment option from PayPal Plus's payment selection page
I have integrated PayPal Plus that is working fine. But as per PayPal plus its showing payment selection option wall that is showing by default three options - 1 - PayPal 2 - Direct debit 3 - credit card
I want to remove direct debit as our system…

Aashar
- 21
- 1
1
vote
1 answer
Payapl Rest-API / Paypal Plus: When should i execute the "Patch Payment"-Request after the "Create Payment"?
I try to integrate Paypal Plus. Everything works fine now (well, almost everything :) )
Create Payment
Render the Paypal Plus Iframe
Click an external Button to redirect the User to the Paypal hosted Pages
Display the Review-Page
Execute Payment…

MikeE
- 11
- 2
1
vote
1 answer
Paypal PLUS on behalf of merchant
Is it possible to open the Paypal REST-API for authorizing a Paypal-PLUS payment in such a way that the payment is made on behalf of a merchant?
Reason:
- we are a shop-hoster and every merchant has a shop with us.
- It would be awkward if every…

rnd
- 321
- 3
- 13
1
vote
0 answers
PaypalPLus CreatePayment // No BasketData Transmitted
i'm new to Paypal implementation. So please be patient :-)
I'm trying to integrate Paypal Plus into a TYPO3 Shop. With a Simple Paypal Button it does work fine.
For Paypal Plus i create a payment like this:
/*-------------------
Paypal…

Marek Böttcher
- 11
- 2
1
vote
1 answer
Magento Paypalplus - Deactivate Payment-Methods via PHP
we are using Magento with some Extensions, one of it is Paypalplus and it is essential.
Now we want to sell gift-coupons, which is explicitely forbidden by Paypal. So we need to deactivate Paypayplus, or at least some of its Payment Methods.
We…

Marcel Jöstingmeier
- 527
- 1
- 5
- 10
0
votes
1 answer
PayPal Plus Payment language
when paying with PayPal Plus I get a selection of possible payment methods (SEPA, credit card, ...) when paying in the store. I myself always see these in German, but I wonder if these are automatically translated? Does anyone know if PayPal…

Magnus
- 3
- 3
0
votes
1 answer
Paypal Plus Germany | Cusom payment Button
After long google searching and reading the documentation of Paypal Plus I didn't found any solution.
I'm trying to integrate Paypal Plus, I want to add a custom Payment on arrival to the List of Payment methods. Like in image
Is there any way to…

ferhado
- 2,363
- 2
- 12
- 35
0
votes
1 answer
Shopware6 cannot disable PayPal Ratepay Banner (auto-reenabled after page reload)
In Shopware 6, the PayPal Ratepay Banner (PayPal Pay Later Message) is enabled by default. Theoretically the banner should be possible to disable in Settings > Addons > PayPal. But after clicking the corresponding button, saving and reloading the…

cagcoach
- 625
- 7
- 24
0
votes
1 answer
PayPal Plus - Payment state for confirmation
I'm currently implementing PayPal Plus inside a custom TYPO3 extension. Everything works fine, but I'm wondering which payment states PayPal could possibly return.
As of now, when a payment went though, I get the state "approved" and handle my code…

Andreas
- 412
- 6
- 19