最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

stripe payments - Is there a way to provide an invoice footer value for a subscription when the customer checks out? - Stack Ove

programmeradmin4浏览0评论

I'm creating a checkout session (mode: subscription) and under "subscription_data", I see "invoice_settings" only allows setting the issuer object. In the Stripe dashboard, they allow you to set an invoice footer value on the subscription itself but I see no such thing documented in the public API.

I need certain text to show up on the invoice after the customer completes checkout. I looked into updating the invoice but it seems to get finalized right away meaning no updates can be made to it.

I'm creating a checkout session (mode: subscription) and under "subscription_data", I see "invoice_settings" only allows setting the issuer object. In the Stripe dashboard, they allow you to set an invoice footer value on the subscription itself but I see no such thing documented in the public API.

I need certain text to show up on the invoice after the customer completes checkout. I looked into updating the invoice but it seems to get finalized right away meaning no updates can be made to it.

Share Improve this question asked 8 hours ago rgrace-puckrgrace-puck 9455 silver badges9 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

This isn't currently possible with Stripe Checkout -- you could reach out to their Support team to put in a feature request.

In order to customize text on the initial invoice for the Subscription you would have to create the Subscription directly and use a customer flow (Payment Element) to collect the PaymentMethod or use a Checkout Session with mode: setup and then create the Subscription using that PaymentMethod.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论