Forum Posts

Venmo Desktop Issue

Hello, We integrated Venmo to our site & started testing in PROD.But we have a Desktop version issue, after the QR code is generated in Desktop & scanned with Venmo mobile app to pay, there is no error in Venmo app but there is no handshake between o...

TejeshM by New Community Member
  • 612 Views
  • 0 replies
  • 0 kudos

Create subscription creates invalid orders, why?

I'm using @paypal/react-paypal-js to create subscriptions. However, when I click to pay by card, no details are requested and I receive an order number (no errors). Under subscriptions the order isn't found, unless I search on the order number, which...

jasonfi by Contributor
  • 697 Views
  • 0 replies
  • 0 kudos

PayPal Checkout Hosted Fields

I have followed all of the instructions on the following page to setup PayPal Checkout Hosted Fields and I'm always getting the message I'm ineligble   https://developer.paypal.com/docs/business/checkout/advanced-card-payments/   paypal.HostedFields....

nkavian by Contributor
  • 4482 Views
  • 3 replies
  • 1 kudos

Unauthorized for my own data?

When using the clientID and clientSecret for my own company, I get a 401 Unauthorized error.  We do not wish to create a product to access any data except our own.  Do I need to fill out the form here https://www.paypal.com/us/webapps/mpp/partner-pro...

BJScharf by Contributor
  • 965 Views
  • 1 replies
  • 0 kudos

Payum PayPal express-checkout

I am using PayPal PLUS (REST/PHP SDK) and want to switch to PayPal Checkout.Now I had a look at Payum and Omnipay. Would like to use one of them, perhaps Payum.But, express-checkout is not the same as Checkout?https://github.com/Payum/Payum/blob/mast...

Paused subscriptions: Are remaining days kept?

Hi, I was wondering, when I pause payment collection for a subscription and let's say the client had 2 weeks left of what they already paid. Once I reactivate the subscription, will they have those two weeks left until the next payment or the billing...

Get type of payment for paypal-checkout

I implemented Paypal-Checkout which works fine so far. My problem is that I don't know which type of payment was used: Was it a "pay now"-option or a "pay later"-option?I know that for me as a dealer it doesn't matter, but the customers are confused,...