paypal

Sample code or demo for Digital Goods for PayPal Express Checkout in HTML? [closed]

给你一囗甜甜゛ 提交于 2020-01-23 07:43:30
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . The documentation for implementing PayPal Express Checkout in HTML is a little cryptic. In particular, we are interested in implementing the Digital Goods for Express Checkout experience in HTML. Is it similar to the code for the HTML implementation of Website Payments Standard?

Is it possible to have PayPal standard expand the 'Guest Payments' tab by default?

社会主义新天地 提交于 2020-01-23 02:05:14
问题 I am using PayPal Standard to process orders. I have the "Paypal Account Optional" feature set to on, which makes it possible to accept payments from customers who dont have paypal accounts. OpenCart is the shopping system that i am using. This is the screen that is displayed when a customer want to purchase goods: When you click the "Don't have a PayPal account?" link, the tab is expanded: Is it possible to have this tab expanded by default, perhaps through the code that is sent to the site

Removing (or prefilling) the address details for PayPal Express Checkout

寵の児 提交于 2020-01-23 01:25:46
问题 I am looking at using PayPal as a payment option for my custom shopping cart I have built. I already have a cart set up, and a checkout 'complete'. It asks the user for their address. Once they have completed all the fields, they hit 'Pay with PayPal'. This does not send them to PayPal yet. First it processes the data they entered, THEN redirects them off to PayPal to pay. This is all using PayPal Express Checkout. The desired flow is something like this. The user adds items to the cart. All

PayPal REST Subscriptions API not showing price in order summary

喜欢而已 提交于 2020-01-22 14:42:41
问题 I am testing the PayPal REST API for subscriptions in the sandbox environment, and have noticed that, when going to the approval URL returned after creating an agreement, no price is shown under the order summary pane on the left of the page. A description is shown but no price/tax etc. The plan id is passed to the call to create an agreement, which contains the information that I would expect to see as a user when approving the payment. Is this a bug or is there something that I am supposed

PayPal REST Subscriptions API not showing price in order summary

空扰寡人 提交于 2020-01-22 14:42:11
问题 I am testing the PayPal REST API for subscriptions in the sandbox environment, and have noticed that, when going to the approval URL returned after creating an agreement, no price is shown under the order summary pane on the left of the page. A description is shown but no price/tax etc. The plan id is passed to the call to create an agreement, which contains the information that I would expect to see as a user when approving the payment. Is this a bug or is there something that I am supposed

PayPal REST Subscriptions API not showing price in order summary

拟墨画扇 提交于 2020-01-22 14:42:05
问题 I am testing the PayPal REST API for subscriptions in the sandbox environment, and have noticed that, when going to the approval URL returned after creating an agreement, no price is shown under the order summary pane on the left of the page. A description is shown but no price/tax etc. The plan id is passed to the call to create an agreement, which contains the information that I would expect to see as a user when approving the payment. Is this a bug or is there something that I am supposed

paypal, php - integrate a paypal payment into a website

寵の児 提交于 2020-01-22 05:59:25
问题 Good day to all. I have a booking site. Here I need to integrate a paypal payment. Scenario is like this: X enters into the site, fill in a form with a lot of details (name, period, room type, whatever... about 20 fields). The details are sent to a script that calculate the price. Now what I need is to get the user to pay. I must use authorization & capture to do this (in order to be able to cancel a payment during the time limit of course). First try was to generate a pay now button. But

Embedded payments and 'This function is temporarily unavailable' error

佐手、 提交于 2020-01-22 02:04:46
问题 I am trying to implement Embedded chained payments. I have downloaded PHP PayPal SDK and it works fine without embedded option. The problem comes when I try to do it embedded: I get my payKey with sdk. It returns something like: Pay - Response responseEnvelope.timestamp: 2012-09-30T16:30:09.512-07:00 responseEnvelope.ack: Success responseEnvelope.correlationId: 297f1e4a38b63 responseEnvelope.build: 3779320 payKey: AP-9EB01133M3012281Y paymentExecStatus: CREATED * Redirect URL to Complete

Paypal Express Checkout : 10410 Invalid Token

自闭症网瘾萝莉.ら 提交于 2020-01-21 15:53:23
问题 I Am using the Paypal Express Checkout API on my web site, and encountering an error while on the sandbox site. The USER, PWD and SIGNATURE fields have been verified and are correct. I have replaced ampersands with newlines for readability. First, my SetExpressCheckout request: USER=xxx PWD=xxx SIGNATURE=xxx VERSION=76.0 METHOD=SetExpressCheckout RETURNURL=xxx CANCELURL=xxx REQCONFIRMSHIPPING=0 NOSHIPPING=1 LOCALECODE=FR SOLUTIONTYPE=Sole LANDINGPAGE=Billing PAYMENTREQUEST_0_AMT=86.11

remove/hide card.io/paypal logo android

依然范特西╮ 提交于 2020-01-21 07:53:05
问题 I am integrating Card.io in my android app and I want to remove the paypal logo. I searched stackoverflow and got to know the usage of EXTRA_USE_CARDIO_LOGO. Setting this to true or false, shows either Paypal or Card.io logo. My client requires that there should be no logo at all. Any help? 回答1: Update on this answer - as of 4.0+, card.io now supports full removal of the card.io logo with EXTRA_HIDE_CARDIO_LOGO. 回答2: Josh from card.io here. There is no way to entirely disable logos. 回答3: Jeff