This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Transaction api to fetch the status of payment. #1230
sudhir-pratap-singh
started this conversation in
General
Replies: 1 comment 1 reply
-
You would need to use the order api and the docs show an example https://shopify.dev/api/admin-rest/2022-10/resources/order#get-orders-order-id Then if you wanted a certain status you would just pass it as a param to your api call and make the api call get all orders of that status rather than a specific one. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use the order/transaction api to fetch the status of payment whether the payment is success or failed, anyone can help with that?
Beta Was this translation helpful? Give feedback.
All reactions