#vova
1 messages · Page 1 of 1 (latest)
Hi there. Let's chat in this thread
Yeah you can collect required documents with express onboarding
is it automatically handled by onboarding? Do I need to implement anything additionally?
It's handled by Express onboarding if required at onboarding time. If they are future requirements, you'll need to bring the account holder back to collect the requirements. See this guide: https://stripe.com/docs/connect/custom-accounts/future-requirements
For: ```Is it possible(using API) to send via email a request for payment (payment link to payment page + invoice) if we use Stripe Express? https://stripe.com/invoicing
Yeah that's possible
You would specify the transfer data on the invoice: https://stripe.com/docs/api/invoices/create#create_invoice-transfer_data-destination
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Recomend reading https://stripe.com/docs/connect/invoices
Specifically this section if you're using Express: https://stripe.com/docs/connect/invoices#destination
You are again sharing article for Custom accounts, I need Express
Invoice = payment link to the payment page?
That link is for Custom accounts but the concept of Future Requirements applies to Express accounts as well
You still need to listen to account.updated events
An invoice is a hosted payment page by Stripe
We have multiple integration flows though, so you need to determine what's right for you