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


  1. adamaliau
    Member

    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_mode

    Files 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 results

    If 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,
    _adam

    Posted 10 years ago #

RSS feed for this topic

Reply