#jeswin-connect
1 messages · Page 1 of 1 (latest)
hi..
😃
To clarify, are you using Direct Charges on Standard for your Connect set up, like you create Invoices on other people's Stripe accounts? or something else?
We have one time invoice and retainers invoice like subscriptions.. so there are two scenarios. One after the first payment other subscription invoice amount will be auto debit from user accounts (if they enable auto payment option). the other one we need to send invoice every time and they will pay by using the url...
we were using direct charge..
from customer to vendor... directly
ok cool
- Is that possible i can disable the default invoice email sent from stripe (we wants to sent our own invoice email).
you can't, the person owning the account would have to do that, by visiting https://dashboard.stripe.com/settings/billing/automatic and disabling it there
they own this part of the relationship with the customer
2.How to use custom host URL for payment instead of stripe default payment link.
so like build your own payment page to process the invoice instead of using https://stripe.com/docs/invoicing/hosted ?
so i can disabled that email here... right..
so i cant keep that page inside my website...
like i want my customers to user my domain payment links instead of strip hosted url..
you can disable it on your own platform account, but that doesn't affect invoices you create on the connected accounts(vendors as you call them), only the holder of that account can disable them there
cool, then you'd build a payment page https://stripe.com/docs/connect/creating-a-payments-page?ui=elements (with Direct charges) but instead of creating a PaymentIntent directly as in those examples, you'd use the existing PaymentIntent of the Invoice you created on their account https://stripe.com/docs/api/invoices/object#invoice_object-payment_intent
and have a doubt when the payment intent for invoices will create for charge_automatically invoices