Shopify Webhooks
Set Up Webhooks for your Shopify orders
You can set up webhooks to receive notification alerts and data regarding payments made on your Shopify store via Solana Pay.
Prerequisites
Before setting up the webhook, ensure you do the following:
Log in to the Shopify Merchant Dashboard.
Retrieve your API Keys.
Obtain your Shopify Pay Link ID – This is the ID found at the end of the URL of the Shopify Pay Link.
Set Up The Webhook
Follow the steps here to configure the webhook for receiving payment notifications.
Shopify Payment Webhook Payload
Upon successful payment, you will receive the following payload:
In the payload above, the shopifyPaymentDetails
object contains the following identifiers, which are useful for referencing payments made on your Shopify store:
shopifyPaymentGid
- A global unique identifiershopifyPaymentId
- A reference ID for the payment
Last updated