• Resolved Philip Sola

    (@philsola)


    On The official WooCommerce documentation for the Store API, they suggest reaching out to the authors of the payment gateway plugins you’re working with for further information.

    I am needing to implement PayPal for a headless WooCommerce site and the only viable option is the Store API which has cart, and checkout endpoints.

    I have to submit an array for payment_data with the POST request but I can’t find anywhere what this array would be for this plugin using PayPal.

    Please can you advise?

    Many thanks,

    Phil

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Philip Sola

    (@philsola)

    Hi,

    It’s been quite a few days with no response, I was wondering if I could get some support please?

    Thanks,

    Phil

    Plugin Support Krystian from Syde

    (@inpsydekrystian)

    Hello @philsola

    Thanks for reaching out to us, we’re here to help.

    I apologize for the delay; I needed to discuss this with our developers.

    The data submitted by the plugin during the checkout process can usually be observed from the Network activity in the browser dev tools. For example when checking out via the “Proceed to PayPal” button on the block Checkout page, you should be able to see this data upon order submission in the?checkout?request (may require preserving the network activity log since it redirects to another page).

    While the Store API is utilized on the block pages, PayPal Payments still heavily depends on the WooCommerce frontend for a lot of features. So I’m not sure if the plugin will work in a headless setup as this is not something we have tested or officially support for this integration at this time.

    Please, let us know if you need further clarification on this.

    Kind regards,
    Krystian

    Plugin Support Krystian from Syde

    (@inpsydekrystian)

    Hello @philsola

    Since we haven’t heard back from you, we’ll assume everything is working as needed.

    If you have any more questions, feel free to start a new thread or directly reach out for help. You can get support by opening a ticket with our service desk here: Request Support. Please include this thread’s URL in your ticket for reference.

    Kind regards,
    Krystian

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.