PayPal Insights SDK - Payment Method Selected Event

DOCS

Last updated: Aug 15th, 6:05am

This event signifies that a user has selected a payment method to checkout with.

    1window.paypalInsight('event', 'select_payment_method',
    2 SELECT_PAYMENT_METHOD_PAYLOAD);

    SELECT_PAYMENT_METHOD_PAYLOAD

    • type: object
    • required: true
    • props:

    Example

      1window.paypalInsight("event", "select_payment_method", { session_id:
      2 "session-12345", payment_method_selected: "venmo", page_type: "checkout",
      3 experiment: [ { exp_name: "axo-experiment", treatment_name: "test", ramp:
      4 "50%" } ] });