What's your biggest current challenge? Have your say in Community Polls along the right column.
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.

Shop Pay Wallet API

Shop Pay Wallet API

jamoren1
Shopify Partner
1 0 0

I am currently trying to experiment with the Shop Pay Wallet API (https://shopify.dev/api/shop-pay-wallet/reference/index) and attempting to get an authorization code through Oauth.

Ex: 

 

https://shop.app/pay/authorize?response_type=code&client_id=ch4rl1nh0&scope=uma:pay:address:read uma:pay:credit_card:read uma:pay:credit_card:read_payment_session&redirect_uri=http://awesome-partner-app.io/pay/wallet/redirect&state=123456

 

ButI  do not understand where the client_id is coming from? It only mentions that it's coming from Shop Pay, but from my understanding there is no Shop Pay Admin configuration currently.

 

Also is the Shop Pay Wallet API only available for Public Apps with Sales Channel Enabled? Or can this also be used by custom private apps as well?

 

Thank you!

Reply 1 (1)

alvarezvicto-mm
Visitor
1 0 0

Could you find the answer to this?