21,032 questions
Advice
0
votes
0
replies
63
views
How to handle license revocation for App Store plugins when refunds are processed via PayPal directly?
I am a developer with an AutoLISP application on the Autodesk App Store. My app uses the Autodesk Entitlement API to verify user subscriptions during startup.
The Workflow: When a user purchases my ...
Score of 0
1 answer
88 views
Opayo Pi - PayPal Integration - Enabling Opayo/PayPal Connection
I am having problems trying to enable the Opayo/PayPal connection on paypal.com.
Has anyone recently managed to do this (adding the Opayo api on PayPal)?
The Opayo documentation (https://developer....
Advice
0
votes
2
replies
74
views
Refresh or handle amount change on credit/debit card paypal smart button
I have implemented paypal smart buttons on a modal, then i realized that if open the credit/debit card form and then close the modal to chose another product. The amount that is configurated is still ...
Advice
0
votes
1
replies
63
views
The client Id for paypal smart buttons need some kind of protection?
I'm going to apply payments to my page and the smart buttons take my attention, but what worries me its what happens if someone change the client-id before making the purchase? How paypal verifies ...
Advice
0
votes
5
replies
92
views
Is it possible to integrate paypal payments as guest without the smart buttons or how to implement the buttons securely?
I will test if it is possibe based on the official documentation, but i'd like to know if someone has done this before or confirm if it is even possible.
If not i would like to know if with the smart ...
Score of 0
0 answers
53 views
PayPal API V2 displays "One More Step – Finish Paying at Test Store" AFTER buyer has approved payment
Our many sites accept PayPal payments using PayPal’s legacy html interface that POSTs a form (with <input type=…> values) to https:// paypal.com/cgi-bin/webscr, and uses IPN for order and ...
Tooling
0
votes
1
replies
56
views
Implications of using a PayPal developer account
I have a quesion that I cannot get answered by the internet, and certainly not by the ai bot that PP provides...
I maintain a software product for a company, that can service multiple merchants, each ...
Score of 0
0 answers
184 views
Wordpress webhook is not live to paypal API and simulator
I am buliding a wordpress plugin. To take payment I am using Paypal. Users wil get an paypal link to pay the payment. I am using webhook for backend confirmation. But paypal can't reach may webhook ...
Score of 0
0 answers
96 views
Paypal Payment API - call back on HTTP errors
I am calling the Paypal API from .NET using their published client script, e.g. in a page called Default.aspx:
<script>
paypal.Buttons({
createOrder: function () {
return ...
Score of 0
0 answers
178 views
Need small tweak to PayPal NCP button
I have PayPal NCP (No-Code Payment) buttons - they're working fine, but I want to go directly to the cart every time an item is added (nearly all of our orders are for exactly 1 item), but the ...
Score of 0
0 answers
84 views
PayPal Orders API: shipping.options not persisted / PATCH replace fails when shipping address is missing
Question
I’m using the PayPal Orders v2 API and trying to update shipping.options without providing shipping address data.
Issue
When I create an order with shipping.options but without shipping....
Advice
0
votes
2
replies
98
views
Paypal API endpoints for getting zipcode information
We've been asked to provide a breakdown of our US customers transactions on Paypal and I'm looking for a zipcode field which does not seem to exist on our US customers' transaction details. This is ...
Score of 0
0 answers
74 views
Paypal Void Authorization Fails with PERMISSION_DENIED but Capture Works
I'm testing Paypal Sanbox payments using the v2 Orders API.
I create an order with intent=AUTHORIZE, authorize it and then try to either capture (release) or void (cancel) the authorization.
Capture ...
Score of 1
0 answers
89 views
Recalculate order just before sending user to external payment - Drupal Commerce and Paypal
Summary: Customer could be charged a different amount from what is displayed in the Payment step panel if an auto-applied promotion gets published or unpublished just before external payment is ...
Score of 0
0 answers
93 views
Paypal webhook simulator not firing
To test a PayPal integration that also reacts to webhook events, I have created an endpoint https://example.com/paypal/webhook (POST) that logs all requests to see whether webhook calls are received ...
