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

refund creation doesn't pass metadata to charge.refunded event #2224

Closed
tamar-yavetz opened this issue Nov 6, 2024 · 1 comment
Closed
Labels

Comments

@tamar-yavetz
Copy link

Describe the bug

we are creating a refund using stripe version "^17.0.0".
we are calling stripe.refunds.create function and we pass some information in the metadata object.
when the refund is been created we get in the response the metadata.
however when we receive the notification for charge.refunded the metadata obj is empty obj.

To Reproduce

we are creating a refund using stripe version "^17.0.0".
we are calling stripe.refunds.create function and we pass some information in the metadata object.
when the refund is been created we get in the response the metadata.
however when we receive the notification for charge.refunded the metadata obj is empty obj.

Expected behavior

getting the metadata from charge.refunded event

Code snippets

No response

OS

macOs

Node version

Node v18.19.1

Library version

17.0.0

API version

2024-10-28.acacia

Additional context

No response

@ramya-stripe
Copy link
Contributor

@tamar-yavetz Github issues are limited to bugs with the SDK itself. The issue you have is more related to integration that is better directed at our support team https://support.stripe.com/contact or our Discord server where we help developers: https://stripe.com/go/developer-chat

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