All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi I am new to shopify .
Please help me on this how I can receive the payment status.
I am calling below graphql for payment page
const response = await admin.graphql(
`#graphql
query {
currentAppInstallation {
id
activeSubscriptions {
id
trialDays
currentPeriodEnd
createdAt
}
}
}`,
);