PaymentSession object
Version unstable
Represents a payment session.
Required access
read_payment_sessions
access scope.
On this page
Fields
-
id (
ID!
)Globally unique identifier.
-
redirectUrl (
URL!
)The url of the Checkout to redirect the buyer to.
-
status (
PaymentSessionStatus!
)The payment status.
Mutations for PaymentSession
-
Rejects an open payment session.
-
Resolves an open payment session.
Version 2021-04 (Release candidate)
Represents a payment session.
Required access
read_payment_sessions
access scope.
On this page
Fields
-
id (
ID!
)Globally unique identifier.
-
redirectUrl (
URL!
)The url of the Checkout to redirect the buyer to.
-
status (
PaymentSessionStatus!
)The payment status.
Mutations for PaymentSession
-
Rejects an open payment session.
-
Resolves an open payment session.
Version 2021-01 (Latest)
Represents a payment session.
Required access
read_payment_sessions
access scope.
On this page
Fields
-
id (
ID!
)Globally unique identifier.
-
redirectUrl (
URL!
)The url of the Checkout to redirect the buyer to.
-
status (
PaymentSessionStatus!
)The payment status.
Mutations for PaymentSession
-
Rejects an open payment session.
-
Resolves an open payment session.