Anchor to PaymentSessionResolvePayloadPayment
payloadPayment Session Resolve Payload
Return type for mutation.
Anchor to FieldsFields
- paymentSession (PaymentSession)
- userErrors ([UserError!]!)
- Anchor to paymentSessionpayment•Payment
Session Session The updated payment session.
- Anchor to userErrorsuser•[User
Errors Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- paymentSessionResolve (PaymentSessionResolvePayload)
- •mutation
Resolves an open payment session. After the
mutation completes on a given payment session, anymutation attempts will fail. Subsequentmutation attempts will succeed, but theDetailsargument will be ignored.- •ID!required
The payment session ID.
- •Date
Time The date and time when an authorized payment session expires.
- Anchor to authenticationauthentication•Payment
Session Three DSecure Authentication 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 networkTransactionIdnetwork•String
Transaction Id The transaction ID issued by the network when processing the payment.
- Anchor to paymentDetailspayment•Payment
Details Session Payment Details The payment details used to process the transaction.
Arguments
- •ID!
Was this section helpful?