Discussing APIs and development related to customers, discounts, and order management.
Hi there,
In the receipts of charge transactions, there is an identifier for apple_pay and google_pay (Under source.token > tokenization_method).
However, for known shopify_pay accelerated checkout orders, I could not find an identifier in the receipt JSON which would help classify them as accelerated checkout.
I am not quite sure how Shopify reports do that and whether that field is captured somewhere else in the API.
The objective is to simply identify which transactions have come from accelerated checkouts. It would be great if someone could point me in the right direction.
Thank you!
Hey @KBetterReports ,
There should be two places where you can determine which payment gateway was used by the customer to complete the purchase
First in the Transaction resource of the Orders Admin API endpoint, with the parameter "gateway".
Secondly in the Payments resource of the Checkout Admin API endpoint, with the parameter "transactions"
Hope that helps
To learn more visit the Shopify Help Center or the Community Blog.
Hi @hassain,
Appreciate the response. However, my ask is not about the payment gateway. Gateway, I am sure of.
Rather, it is to identify whether the accelerated checkout method was used.
Hope you can help.
Thank you for the clarification. From my knowledge, while you are able to get the payment gateway name of a paid order transaction through our Shopify Admin API, there is no option of finding whether or not the "accelerated checkout" option of that payment gateway was used or not through the API.
To learn more visit the Shopify Help Center or the Community Blog.
Hello,
I've come to this thread in the search for data that would allow me to know wether the user paid using accelerated_checkout.
Was there a solution to this issue @hassain or @KBetterReports?
Thanks