#GabrielZapp-invoicing

1 messages · Page 1 of 1 (latest)

sharp knoll
#

hi there

#

you don't need to 'disable' anything specifically, if you don't want to use our Invoicing product you don't have to! You simply would not use that part of the API if that's the goal.

tepid python
#

yeah, but the problems is that if any payment failed because of 3DS, when the user open the link of Stripe to complete verification, the user can download the invoice

sharp knoll
#

hmm. What is this "link of Stripe" you're mentioning?

#

it sounds like you are using our Invoices then?

#

or maybe when you say Invoice you actually mean "receipt"?

#

I'm a bit lost.

tepid python
#

i mean

#

we generate a "subscription" to any customer, we try to charge into the credit card

#

but the payment fail because of the 3DS

#

Stripe generate a uniq URL and send to the customer and email

#

to "complete verification"

#

the user click in this link and complete it

#

appear a Stripe Screen with "Subscription complete"

#

but here, at this point, the user be able to "download a receipt" and "download an invoice"

sharp knoll
#

If you'e using our Subscriptions product then you are using our Invoices, they're inherently tied together.

#

but if you don't want us to email the user about the invoice status so you can build your own email system based on listening to webhook, that's totally an option, you can disable all that in your settings

tepid python
#

but in the screen the user be able to download the invoice

#

the problem is that, we need to use subscription, but then we need to give commision to other customer, so we need to create a custom invoices flow

#

for example

sharp knoll
tepid python
#

i understand

#

we are trying to do this

#

We charge 100€ to "Customer 1"

#

we give 5€ to Customer 2, and 10€ to Customer 3

#

and the others 85€ for us

#

like "Managed account"

#

but with more than 1 receivers

sharp knoll
#

fair enough! That's very complicated to build, but it's possible sure. You use Connect and create Stripe connected accounts for "customer" 2 and 3 and then after each time you process a payment on the subscription, manually make transfers to those accounts. (https://stripe.com/docs/connect/charges-transfers)

tepid python
#

and we can do it without connected accounts?

sharp knoll
#

nope

tepid python
#

inserting € in the customer account?

sharp knoll
#

nope

#

you can only do this by using Connect, any entity that you send money to must have a Stripe account of some kind(Standard/Express/Custom) and complete identity verification to comply with anti-money laundering and KYC regulations

tepid python
#

ok, understand

#

Thanks you very much