Discussing APIs and development related to customers, discounts, and order management.
I am using bogus payment for testing payments. I placed few orders with bogus payment gateway.
To fetch all the transactions, i used balance transactions api. Iam getting 404 response.
Solved! Go to the solution
This is an accepted solution.
Hi RED,
The Transactions API will only access transactions made via a Shopify Payments account. Other gateways (and the bogus gateway) will not be accessible via this resource. You could try using the transaction API instead.
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
This is an accepted solution.
Hi RED,
The Transactions API will only access transactions made via a Shopify Payments account. Other gateways (and the bogus gateway) will not be accessible via this resource. You could try using the transaction API instead.
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Hi
I have a store in a country that do not support shopify payments. You suggested me to use this transaction api.
But for every order, i need to make an api call to get transactions.Instead of that, i want to make an api to get all the transactions list irrespective of orders, say from some date.
Is there any api to do that in shopify?
Thank you.
Hi
I have a store in a country that do not support shopify payments. You suggested me to use this transaction api.
But for every order, i need to make an api call to get transactions.Instead of that, i want to make an api to get all the transactions list irrespective of orders, say from some date.
Is there any api to do that in shopify?
Thank you.
It's possible that you may be able to achieve this with the Bulk API?
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog