Wp-graphql-woocommerce: Missing Amazon Payment, Apple Pay (Stripe) and Google Pay (Stripe) buttons

Created on 18 Dec 2020  ·  7Comments  ·  Source: wp-graphql/wp-graphql-woocommerce

Is your feature request related to a problem? Please describe.

  • I installed the WooCommerce Amazon Pay plugin, but there is no way to get the Amazon Pay Button currently.
  • Apple Pay and Google Pay buttons (activated through Stripe) do not appear in the Payment Gateways either.

This WooCommerce option:

image

…does not generate any GraphQL output yet.

Describe the solution you'd like
Those payment options are generated buttons, which should appear through the payment gateways.

awaiting author response

All 7 comments

@MobyDigg The best solution for getting support for these features would probably be to offload you session to the WooCommerce checkout page upon checkout page.

I current don't have an example of this, but @jacobarriola, along with myself have been working a reliable way of things this. Feel free to ask questions and I'll try to feel in the blanks.

Typically, you have to implement these yourself as the code itself is javascript that passes a token to WooCommerce.

@kidunot89 thank you so much for continuous hard work.
I am new to gatsby with woocommerce development. The most challenging thing for me to implement the strip payment system.
Is it possible to use the existing checkout mutation to pass the strip token along with the post request to make a successful order?
Can you give me clear workflow or steps how it can be implemented?

@kidunot89 thank you so much for continuous hard work.
I am new to gatsby with woocommerce development. The most challenging thing for me to implement the strip payment system.
Is it possible to use the existing checkout mutation to pass the strip token along with the post request to make a successful order?
Can you give me clear workflow or steps how it can be implemented?

Just found out an awesome article by @jacobarriola
https://jacobarriola.com/post/headless-woocommerce-stripe-checkout-graphql
Thanks a ton!!

@MobyDigg The best solution for getting support for these features would probably be to offload you session to the WooCommerce checkout page upon checkout page.

Hi, I'm trying to implement @kidunot89 suggestion but I'm a bit lost, which would be the easiest way to offload the customer's session to the default WooCommerce checkout page? 🤔

Thanks in advance!

@nonlinearcom I wrote a post about one way to offload checkout to your WC site. https://jacobarriola.com/post/hosted-woocommerce-checkout-headless-application

FYI @kidunot89 ☝🏽

Thanks @jacobarriola, this is exactly what I was looking for!

Was this page helpful?
0 / 5 - 0 ratings