This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
PayPal Express Checkout
Started 10 years ago by adamaliau | 1 post |
-
Hello,
I have a requirement to support PayPal Express Checkout. Currently Machform supports PayPal Standard and PayPal REST API but not PayPal Express Checkout.
Database needs to be updated (7 new columns for ap_forms):
===============================================
payment_paypal_express_live_username
payment_paypal_express_live_password
payment_paypal_express_live_signature
payment_paypal_express_test_username
payment_paypal_express_test_password
payment_paypal_express_test_signature
payment_paypal_express_enable_test_modeFiles need to be updated:
===================="payment_settings.php"
"js/payment_settings.js"
"css/main.css"New PHP pages to be developed:
==========================1. PHP page to get a token from PayPal and redirect user browser
2. PHP page to
• Extract token from request
• Get user details from PayPal (GetExpressCheckoutDetails)
• Display the final transaction to the user
• Handle submission (DoExpressCheckoutPayment)
• Display final transaction resultsIf anyone has gone through the same exercise, I would appreciate if you can share some knowledge specially for the new PHP pages that needs to be created.
The exercise is a bit Painful but it would be great if we all share it.
Cheers,
_adamPosted 10 years ago #
Reply
You must log in to post.