Skip to main content
Anchor to paymentSessionResolve

paymentSessionResolve

mutation

Requires write_payment_sessions access scope.

Resolves an open payment session. After the paymentSessionResolve mutation completes on a given payment session, any paymentSessionReject mutation attempts will fail. Subsequent paymentSessionResolve mutation attempts will succeed, but the Details argument will be ignored.

•PaymentSessionThreeDSecureAuthentication

The 3D Secure authentication data from the partner. Must be present if and only if the Redirect mutation has been called and the payment method is credit card.

Anchor to authorizationExpiresAtauthorizationExpiresAt
•DateTime

The date and time when an authorized payment session expires.

•ID!required

The payment session ID.

Anchor to networkTransactionIdnetworkTransactionId
•String

The transaction ID issued by the network when processing the payment.


Was this section helpful?

Anchor to PaymentSessionResolvePayload returnsPaymentSessionResolvePayload returns

•PaymentSession

The updated payment session.

•[UserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?