WalletPaymentAction

Buyer action required to settle a wallet top-up (today: a 3DS challenge).

  • object
    Type: string

    Resource type identifier.

  • type
    enum
    const:  
    stripe_3ds

    Action kind. Today always stripe_3ds.

    values
    • stripe_3ds = WalletPaymentActionType3DS
  • client_secret
    Type: string

    Stripe client secret the frontend completes the challenge with. Sensitive.

  • publishable_key
    Type: string

    Stripe publishable key for the Elements / Stripe.js client.