Skip to main content
Anchor to PaymentSessionModalPayload

PaymentSessionModalPayload

payload

Return type for paymentSessionModal mutation.

•PaymentSession

The updated payment session.

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

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

Arguments

•ID!
required

The payment session ID.

•DateTime

The date and time the modal will expire, in UTC

•ModalAction!
required

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



Was this section helpful?