Skip to main content
mutation

Requires write_payment_sessions access scope.

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.

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

Anchor to PaymentSessionModalPayload returnsPaymentSessionModalPayload returns

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