Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The invoice creation for payments is not fully implemented #579

Open
RaZFire77 opened this issue Nov 6, 2023 · 0 comments
Open

The invoice creation for payments is not fully implemented #579

RaZFire77 opened this issue Nov 6, 2023 · 0 comments
Labels

Comments

@RaZFire77
Copy link

Bug report

firestore-stripe-payments

Describe the bug

When enabling invoice creation in the checkout for payments, the invoices sub-collection is not created after a successful payment. It appears that this event is not currently supported by the webhook handler.

image

To Reproduce

  1. Enable invoice creation for payments by adding the following to the checkout document:
    invoice_creation: { enabled: true }
  2. Make a successful payment.

Expected behavior

I expect to have an "invoices" sub-collection within the payment document, similar to the "subscriptions" sub-collection. This would allow us to access invoice data, including the invoice PDF URL.

System information

  • OS: Linux
  • Firebase emulator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants