#daimyotoan-connect
1 messages · Page 1 of 1 (latest)
@dark valley https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed should help!
Learn how Connect platforms can use webhooks and the API to handle identity and business verification.
thank you 🙂
another question: do we have api to create set invoice items ?
currently we have to loop all our items and call invoice item api creation
it depends a little, if it's for a subscription then you can use https://stripe.com/docs/api/subscriptions/create#create_subscription-add_invoice_items
but otherwise you have to create them one by one yes
hmm, in our case, it's manual invoice, not subscription