merchant-sdk-php | PHP SDK for integrating with PayPal 's Express Checkout | Ecommerce library
kandi X-RAY | merchant-sdk-php Summary
kandi X-RAY | merchant-sdk-php Summary
The merchant SDK can be used for integrating with the Express Checkout, Mass Pay, Web Payments Pro APIs.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Get the acct configuration
- Get config values
- Manage Recursive payment profile status
- Performs DoMobileCheckout API call
- Retrieves the getRecurringPaymentsProfileProfile information for a payment .
- Executes the ExecuteCheckout operations .
- Convert this instance to XML string .
merchant-sdk-php Key Features
merchant-sdk-php Examples and Code Snippets
Community Discussions
Trending Discussions on merchant-sdk-php
QUESTION
Please can anyone explain to me step by step cause i'm so confused about the example that Paypal give us, the "SetExpressCheckout.php", it contains a lot of stuff, i want only to generate a token so i can create a Recurring Payments Profile using "CreateRecurringPaymentsProfile.php"
Please help, i have read some tutorials but never showed from the beginning how to start to create a subscription or Recurring Payments.
I'm using the Merchant-SDK-PHP : https://github.com/paypal/merchant-sdk-php
Just in case someone want to know why i want to use Paypal's classic API, it's because the REST API does not have an option to hide the shipping address when creating a subscription, and Web Experience cannot be attached to a plan or an agreement.
...ANSWER
Answered 2018-Oct-09 at 10:38It was confusing because when you are in the samples pages, there's no where you can find what you should do after getting the token using SetExpressCheckOut.php.
So to pass the token to CreateRecurringPaymentsProfile.php, at the end of SetExpressCheckOut.php you need to redirect the costumer to > https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=$token
Where the $token is the Token you got in SetExpressCheckOut.php using :
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install merchant-sdk-php
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page