如何在 Stripe 结帐中禁用国家/地区下拉菜单?

Jim*_*mes 6 api stripe-payments stripe-checkout

我仅向美国大陆销售/运送,并希望禁用(如果无法将其设为只读,则设为只读或完全删除)国家/地区下拉列表:

在此处输入图片说明

我正在使用这种 javascript 格式:

<script
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
data-name="Secure Payment Via Stripe"
data-description="100% Arabica Roasted Coffee Beans - 1 lb"
data-allow-remember-me="false"
data-locale="en"
data-billingAddress="true"
data-shippingAddress="true">
</script>
Run Code Online (Sandbox Code Playgroud)

感谢您的帮助!

Ala*_*udy -1

您可以在创建结账会话之前预先填写这些字段。