Skip to main content
Anchor to PaymentSessionModalPayload

PaymentSessionModalPayload

payload

Return type for paymentSessionModal mutation.

•PaymentSession

The updated payment session.

Show fields
•[PaymentSessionModalUserError!]!
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

Raises a modal that will be displayed to the buyer after a checkout is completed. Included data will be used to populate the UI extension in the modal.

Show payload

Arguments

•ModalAction!
required

The buyer action and corresponding data that will be made available in the modal at runtime.

Show input fields
•DateTime

The date and time the modal will expire, in UTC

•ID!
required

The payment session ID.



Was this section helpful?