Why there is no billing address in stripe Checkout

前端 未结 2 2071
孤独总比滥情好
孤独总比滥情好 2021-02-07 10:05

I am using Stripe Checkout for credit card charging. But I don\'t see billing address in the popup window. How come they don\'t need a billing address? Why? Any other websites t

2条回答
  •  野的像风
    2021-02-07 11:10

    It's possible to force business address fields for checkout :

    billingAddressCollection: 'required', 
    

    More informations here : https://stripe.com/docs/payments/checkout/customization#billing-address-collection

提交回复
热议问题