Skip to main content
Anchor to PaymentSessionRejectPayload

PaymentSessionRejectPayload

payload

Return type for paymentSessionReject mutation.

•PaymentSession

The updated payment session.

Show fields
•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

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

Show payload

Arguments

•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.

Show input fields
•ID!
required

The payment session ID.

•PaymentSessionPaymentDetails

The payment details used to process the transaction.

Show input fields
•PaymentSessionRejectionReasonInput!
required

The rejection reason.

Show input fields


Was this section helpful?