skip to Main Content

Paypal api – Paypal sandbox window closed on subscribe button click with "create_order_error : Token Failure"

Here is the code to create subscription and user consent from paypal sandbox. paypal.Buttons({ style: { shape: 'rect', color: 'white', layout: 'horizontal', label: 'subscribe', tagline: false, }, createSubscription: function(data, actions) { if( subscriber_id !== null ){ return actions.subscription.revise(subscriber_id, { 'plan_id':…

VIEW QUESTION

Paypal api – Paypal Marketplace Platform – How to implement partner fee?

So I've followed the Paypal documentation to the best of my ability. Specifically these: https://developer.paypal.com/docs/platforms/get-started/ https://developer.paypal.com/docs/platforms/seller-onboarding/before-payment/ https://developer.paypal.com/docs/platforms/checkout/immediate-capture/ I'm able to onboard my sandbox seller, and I'm able to create an order (via the steps/example in immediate-capture link) however, when I…

VIEW QUESTION
Back To Top
Search