List of all gateways that can be retrieved from new checkout webhook

List of all gateways that can be retrieved from new checkout webhook

mylittlepony
Visitor
2 0 0

Hello,

 

There is a 'gateway' parameter value you can retrieve with the 'new checkout' webhook.
It is filled for example with 'Cash on Delivery (COD)'.

What is the value when you checked out with credit card, klarna, etc.
I need to find out all possible values for this, but cannot find a way to retrieve it.

It is not easy for me to do all possible checkouts just for finding out about that.
It should be the same for every shopify developer, so please enlight me with a list.

I have this list of labels, but not actual gateway parameter values:
VISA, MASTERCARD, PAYPAL, AMAZON PAY, AMERICAN EXPRESS, MAESTRO, DEBIT CARD, BANCONTACT, EPS ÜBERWEISUNG, IDEAL, KLARNA RECHNUNG, KLARNA SOFORT BEZAHLEN, GOOGLE PAY, APPLE PAY, SHOP PAY

Thank you!

Replies 2 (2)

mylittlepony
Visitor
2 0 0

I found something here:
https://docs.richcommerce.co/advanced-rules/payment-gateways

Looking good 🙂 Is this still recent?

KristiAtKlarna
Shopify Partner
205 14 39

You can also view an order's payment gateway by adding ".json" (or ".xml") to the shopify store admin URL, e.g. https://YOUR_STORE_DOMAIN/admin/orders/ORDER_NUMBER.json

 

for Klarna's new payment integration (https://docs.klarna.com/platform-solutions/shopify/payments/klarna-payments/), note: gateway value is different from Klarna's previous HPSDK integrations (https://docs.klarna.com/platform-solutions/shopify/payments/installing-klarna-payments-as-an-alterna...), an order would have:

 

"gateway": "Klarna",