Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

How to sol404 response in balance transactions api

Solved

How to sol404 response in balance transactions api

RED_ENTERPRISES
Shopify Partner
3 0 0

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.

Accepted Solution (1)

Liam
Community Manager
3108 344 910

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

View solution in original post

Replies 5 (5)

Liam
Community Manager
3108 344 910

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

RED_ENTERPRISES
Shopify Partner
3 0 0

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.

RED_ENTERPRISES
Shopify Partner
3 0 0

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.

Liam
Community Manager
3108 344 910

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

LongPT12213
Not applicable
1 0 0

Hi @Liam 

I'm reading about the Transaction API in here and there is no processing time parameter filter. How can get all transactions from a specific date?

And when i export transactions from admin page, i can see value of Presentment Amount, but the result of API is not. How can i get it via API?