#Romdick
1 messages · Page 1 of 1 (latest)
Hi there, how can I help?
Hello, if I may ask, how the customer can pay the quote once the quote is already created in the stripe profile?
Stripe will generate invoices for the quotes, and your customer can pay the invoices accordingly. Is you question about how your customer pay a invoice?
So basically the quote invoice will be sent to the customer? Where I can find the payment link for the quote?
and once it is paid, the stripe will automatically create the subscription? is that how it works?
it depends, if the collection_method of the subscription is send_invoice, then Stripe will send invoices to the customers and ask them to pay on a Stripe hosted invoice page. If the colleection_method is set to charge_automatically, Stripe will charge your customer automatically with the payment method on file without sending an invoice
https://stripe.com/docs/api/quotes/create#create_quote-collection_method you can set it through API
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But how about for those that we already created? How can we see the payment link? Or is there's a way to delete the one we create? i am seeing only the cancel but no option to delete.
You mean you want cancel the subscriptions that you created earlier?
I mean I want to delete the quote that I created.
Also, one more question.
check the photo, why that one in circle doesn't have a circle arrow? What does circle arrow means? Is that manually created invoice?
https://stripe.com/docs/quotes/overview#cancel this is how you cancel a quote