Shopify / mobile-buy-sdk-android

Shopify’s Mobile Buy SDK makes it simple to sell physical products inside your mobile app. With a few lines of code, you can connect your app with the Shopify platform and let your users buy your products using their credit card.
MIT License
214 stars 136 forks source link

checkout with credit card #573

Closed AmanWegile closed 4 years ago

AmanWegile commented 5 years ago

checkout using credit card option in testing mode gives a error as below

MobileBuySDK.Graph.QueryError.invalidQuery([MobileBuySDK.Graph.QueryError.Reason(message: "CheckoutCompleteWithCreditCard access denied", line: nil, column: nil)])

dri94 commented 5 years ago

Can you post your code?

rebeccajfriedman commented 4 years ago

Closing this as stale.

As mentioned in the API checkout guide: to complete the checkout using the checkoutcompletewithtokenizedpaymentv2 mutation you need to have the write_checkouts_payments scope enabled for your app. The scope is enabled by requesting payment processing.