Options
All
  • Public
  • Public/Protected
  • All
Menu

A user views a displayed payment method option in checkout. Does not include saved payment methods

This schema describes events sent to Segment from NewPaymentMethodViewed

example
 {
   action: "newPaymentMethodViewed",
   context_page_owner_type: "orders-checkout",
   context_page_owner_id: "6164889300d643000db86504",
   flow: "Buy now" | "Make offer" | "Partner offer"
   payment_methods: ["CREDIT_CARD", "US_BANK_ACCOUNT", "SEPA_DEBIT", "WIRE_TRANSFER"]
 }

Hierarchy

  • NewPaymentMethodViewed

Index

Properties

action

action: newPaymentMethodViewed

context_page_owner_id

context_page_owner_id: string

context_page_owner_type

context_page_owner_type: PageOwnerType

flow

flow: string

payment_methods

payment_methods: string[]

Generated using TypeDoc