Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
I am building a Shopify app. I would like to be able to access the value of the authorization code associated with a transaction (usually a 6-digit number; printed on paper receipts). In the GraphQL API, this is what I am referring to:
{
order(id: "xxxx") {
transactions {
authorizationCode
}
}
}
So far in my experimentation with a test store and in-development app, we have only seen Stripe payment intent id's in the response. My questions are:
User | RANK |
---|---|
6 | |
5 | |
5 | |
4 | |
4 |