Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CheckedAccountBalance

After choosing Bank Transfer, when user clicks on save & continue on the payment page, the balance account is checked

This schema describes events sent to Segment from [[clickedBalanceAccountCheck]]

example
 {
   action: "checkedAccountBalance",
   flow: "Make Offer",
   context_page_owner_type: "orders-payment",
   order_id: "407dd09f-4afd-4aad-a6cc-1d6704dc2b11"
   amount: 2000,
   currency: "USD"
   payment_method: "bank transfer"
   subject: "balance account check"
   outcome: "sucess"
 }

Hierarchy

  • CheckedAccountBalance

Index

Properties

action

action: checkedAccountBalance

amount

amount: number

context_page_owner_type

context_page_owner_type: string

currency

currency: string

flow

flow: string

order_id

order_id: string

outcome

outcome: string

payment_method

payment_method: string

subject

subject: string

Generated using TypeDoc