PaymentSession object
Represents a payment session.
Required access
read_payment_sessions access scope.
On this page
Fields
- id (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
A globally unique identifier. - redirectUrl (
[URL!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01))
The url of the Checkout to redirect the buyer to. - status (
[PaymentSessionStatus!](https://shopify.dev/docs/admin-api/graphql/reference/orders/paymentsessionstatus))
The payment status. 
Mutations for PaymentSession
- paymentSessionReject
Rejects an open payment session. - paymentSessionResolve
Resolves an open payment session. 
