• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Pulling the invoice link via stripe api?

I’m new to all this but I’m wanting to get the unique stripe invoice url using hosted_invoice_url string.
What workflow would I use to pull this?
I’m looking to send this unique url via email (I have the automated email setup already)

thank you!
 
P

Pabblymember11

Guest
Hey @amendolaro

You can use the "Stripe: Retrieve a Payment Intent" and Stripe: Send an Invoice action step after the trigger event of Stripe to retrieve the Invoice URL and to send the Invoice respectively.

2022-06-06_11h55_30.png




2022-06-06_11h55_36.png
 
Hey @amendolaro

You can use the "Stripe: Retrieve a Payment Intent" and Stripe: Send an Invoice action step after the trigger event of Stripe to retrieve the Invoice URL and to send the Invoice respectively.

View attachment 11654



View attachment 11655
We have stripe send an automatic email via gmail when payments fail. Can I use these steps to include the invoice url in the email I’m sending? Or does this action step only send them the invoice from stripe directly?
 
P

Pabblymember11

Guest
Hey @amendolaro

Or does this action step only send them the invoice from stripe directly?
Stripe will automatically send invoices to customers according to your subscription settings. However, if you’d like to manually send an invoice to your customer out of the normal schedule, you can do so. When sending invoices that have already been paid, there will be no reference to the payment in the email. This action step can also be used to send an Invoice manually by the user. You can try this at your end with a test submission.


Moreover, to use this action step you have to turn this option on to always email your customers a finalized invoice. This setting only affects invoices where the collection_method is set to send_invoice.

Ref Documentation- https://stripe.com/docs/invoicing/automatic-collection#manage-invoices-sent-customers ,

 
Top