processing_method 'wallet'

Solved

processing_method 'wallet'

georgehpalmer
Visitor
1 0 0

I am seeing some orders with processing method  as 'wallet'. I cannot see this value listed in the order resource  documentation for processing_method. https://shopify.dev/docs/api/admin-rest/2022-10/resources/order  Does this refer to Shopify Wallet and/or other wallets?

Accepted Solution (1)

ShopifyDevSup
Shopify Staff
1453 238 509

This is an accepted solution.

Hi @georgehpalmer ,

 

Please note that the 'processing_method' attribute of Orders has been deprecated and is scheduled for removal, with the recommendation to use attributes of Transactions instead when possible depending on the use case.

 

The 'wallet' value is indeed not listed in the docs so if you're seeing it in Orders then the best way to get a report to the right place is to scroll to the bottom of the section of the docs where it's not listed and click 'No' next to the 'Was this section helpful?' question. This will open a small form where you can explain the issue and it will be routed to the correct team automatically for further review.

 

Thanks and hope you have a great day

Developer Support @ Shopify
- Was this reply helpful? Click Like to let us 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 4 (4)

ShopifyDevSup
Shopify Staff
1453 238 509

This is an accepted solution.

Hi @georgehpalmer ,

 

Please note that the 'processing_method' attribute of Orders has been deprecated and is scheduled for removal, with the recommendation to use attributes of Transactions instead when possible depending on the use case.

 

The 'wallet' value is indeed not listed in the docs so if you're seeing it in Orders then the best way to get a report to the right place is to scroll to the bottom of the section of the docs where it's not listed and click 'No' next to the 'Was this section helpful?' question. This will open a small form where you can explain the issue and it will be routed to the correct team automatically for further review.

 

Thanks and hope you have a great day

Developer Support @ Shopify
- Was this reply helpful? Click Like to let us 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

hatsumih
Shopify Partner
4 1 0

Which attribute from Transactions is the corresponding to the "processing_method" deprecated from Orders?

I saw the Transactions attributes and read the descriptions, but I didn't find it.

ShopifyDevSup
Shopify Staff
1453 238 509

Hey @hatsumih that field is deprecated from orders, and there isn't an exact "processing_method" field under the transaction object as it appeared under orders. As of the latest 2023-10 API, additional processing fields have been added to the payment_details field so that should definitely help to get more information about the processing method. 

If you have a specific use case where the current values in transactions don't give you the processing details that you require, I'd be really interested to hear that so I can pass it on to our product teams. 

 

Hope that helps, 

 

- Kyle G. 

Developer Support @ Shopify
- Was this reply helpful? Click Like to let us 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

KPal99
Shopify Partner
6 0 0

When I query the transaction object for a specific order I don't see the additional payment_details listed in the docs here such as credit_card_wallet. I'm querying the transaction object by navigating to the admin URL for the order and appending /transactions.json to the end. 

 

Does the credit_card_wallet field give information such as if ApplePay, ShopPay etc. was used to pay for the order? Additionally, is there a reason why the wallet feature isn't included in the payload when I query the order transactions?

 

Thanks!