Anchor to shopPayPaymentRequestReceiptshop
shopPayPaymentRequestReceipt
query
Requires Requires store on the Shopify Components plan.
Returns a Shop Pay payment request receipt.
Anchor to Arguments
Arguments
- Anchor to tokentoken•String!required
Unique identifier of the payment request receipt.
Was this section helpful?
Anchor to Possible returnsPossible returns
- Anchor to ShopPayPaymentRequestReceiptShop•
Pay Payment Request Receipt The receipt of Shop Pay payment request session submission.
- created
At •Datenon-nullTime! The date and time when the payment request receipt was created.
- order•Order
The order that's associated with the payment request receipt.
- payment
Request •Shopnon-nullPay Payment Request! The shop pay payment request object.
- processing
Status •Shopnon-nullPay Payment Request Receipt Processing Status! The status of the payment request session submission.
- source
Identifier •String!non-null The source identifier provided in the
mutation.
- token•String!non-null
The token of the receipt, initially returned by an
mutation.
- created
Was this section helpful?
Query Reference
{
shopPayPaymentRequestReceipt(token) {
# shopPayPaymentRequestReceipt fields
}
}