#amisael-checkout
1 messages · Page 1 of 1 (latest)
that's the billing address detail right?
assuming you are using Checkout, You can pass billing_address_collections=required when you create the checkout session https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-billing_address_collection
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
is the verification of user data (onboarding) of customized accounts
ooops, sorry.
I should've read the url
Those address collection is automatic and depends on the verification requirement of country/region of the account.
https://stripe.com/docs/connect/required-verification-information
Learn what required verification information you need to collect for each country when using Connect.
It might just be that the account region and their business type does not require the address
ok, could it be because of the account type? but I get disabled and the data it asks me is from Portugal
Verification requirements differ based on:
The country connected accounts are created in.
The capabilities connected accounts requested.
The business type (e.g., individual, company) and structure (e.g., public corporation, private partnership).
The service agreement type the connected accounts are under.
The account type does not really matter but the business type and other 3 things
ok, I'll look at that and any questions I have I'll write them here ... thanks a lot for the help