PaymentSession object
Represents a payment session.
Required access
read_payment_sessions
access scope.
On this page
Fields
-
id (
ID!
)A globally unique identifier.
-
nextAction (
PaymentSessionNextAction
)The next action expected by the partner.
-
status (
PaymentSessionStatus!
)The payment status.
Mutations for PaymentSession
-
Rejects an open payment session. After the
paymentSessionReject
mutation completes on a given payment session, anypaymentSessionResolve
mutation attempts will fail. SubsequentpaymentSessionReject
mutation attempts will succeed, but theRejectionReasonInput
argument will be ignored. -
Resolves an open payment session. After the
paymentSessionResolve
mutation completes on a given payment session, anypaymentSessionReject
mutation attempts will fail. SubsequentpaymentSessionResolve
mutation attempts will succeed, but theDetails
argument will be ignored.
Represents a payment session.
Required access
read_payment_sessions
access scope.
On this page
Fields
-
id (
ID!
)A globally unique identifier.
-
nextAction (
PaymentSessionNextAction
)The next action expected by the partner.
-
status (
PaymentSessionStatus!
)The payment status.
Mutations for PaymentSession
-
Rejects an open payment session. After the
paymentSessionReject
mutation completes on a given payment session, anypaymentSessionResolve
mutation attempts will fail. SubsequentpaymentSessionReject
mutation attempts will succeed, but theRejectionReasonInput
argument will be ignored. -
Resolves an open payment session. After the
paymentSessionResolve
mutation completes on a given payment session, anypaymentSessionReject
mutation attempts will fail. SubsequentpaymentSessionResolve
mutation attempts will succeed, but theDetails
argument will be ignored.
Represents a payment session.
Required access
read_payment_sessions
access scope.
On this page
Fields
-
id (
ID!
)A globally unique identifier.
-
nextAction (
PaymentSessionNextAction
)The next action expected by the partner.
-
status (
PaymentSessionStatus!
)The payment status.
Mutations for PaymentSession
-
Rejects an open payment session. After the
paymentSessionReject
mutation completes on a given payment session, anypaymentSessionResolve
mutation attempts will fail. SubsequentpaymentSessionReject
mutation attempts will succeed, but theRejectionReasonInput
argument will be ignored. -
Resolves an open payment session. After the
paymentSessionResolve
mutation completes on a given payment session, anypaymentSessionReject
mutation attempts will fail. SubsequentpaymentSessionResolve
mutation attempts will succeed, but theDetails
argument will be ignored.
Represents a payment session.
Required access
read_payment_sessions
access scope.
On this page
Fields
-
id (
ID!
)A 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. After the
paymentSessionReject
mutation completes on a given payment session, anypaymentSessionResolve
mutation attempts will fail. SubsequentpaymentSessionReject
mutation attempts will succeed, but theRejectionReasonInput
argument will be ignored. -
Resolves an open payment session. After the
paymentSessionResolve
mutation completes on a given payment session, anypaymentSessionReject
mutation attempts will fail. SubsequentpaymentSessionResolve
mutation attempts will succeed, but theDetails
argument will be ignored.