Shopify / mobile-buy-sdk-ios

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 Apple Pay or their credit card.
MIT License
452 stars 199 forks source link

CheckoutCompleteWithCreditCardV2 #1013

Closed samir76Git closed 5 years ago

samir76Git commented 5 years ago

[Buy.Graph.QueryError.Reason(message: "CheckoutCompleteWithCreditCardV2 access denied", line: nil, column: nil)]

rebeccajfriedman commented 5 years ago

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.

I'm going to close this issue, but feel free to reopen it if the problem persists once you have proper access.

ksmks0921 commented 4 years ago

When I am gonna complete checkout with CheckoutCompleteWithCreditCardV2 , the response is nil. Please help me with this. I have done address update, shipping line update, associate user, get vault id.