Asif Saleem
Asif Saleem

Reputation: 101

404 on shopify checkout payment api

Shopify checkout API does not allow to complete a checkout without a transaction. For the transaction, I am using Shopify checkout payment API but on GET or POST request Shopify returns 404 error. Checkout payment URL looks like: https://store.shopify.com/admin/checkouts/092b08d0598fd2a850e06ed9a6c92aee/payments.json

I don't know that is there anything that I have forgotten to configure on my partner Shopify dashboard.

Upvotes: 0

Views: 1041

Answers (1)

Raj Kumar
Raj Kumar

Reputation: 793

In order to use checkout API, you need to convert your app into sales channel. Then you need to request for payment processing to process payment.

More info: https://help.shopify.com/en/api/guides/sales-channel-sdk/getting-started

Upvotes: 0

Related Questions