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

Ability to define what charge a dispute is created when triggering a charge.dispute.created event. #1068

Open
that-guy-iain opened this issue May 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@that-guy-iain
Copy link

Problem

Trigger a dispute for a specific charge or customer.

If I define a customer I get an error that the source tok_createDisputeInquiry does not exist. If I define a source that does exist it'll just create a charge that doesn't get a dispute created.

What I'm trying to do is to test a workflow for when a dispute is created and what happens to the customer after the dispute is created. A dispute with no customer info doesn't help.

Feature

The ability trigger a dispute for a specific charge or customer.

Examples

stripe trigger charge.dispute.created --override charge:customer=cus_NWumfBHklanbrA to create a dispute for that customer.

@that-guy-iain that-guy-iain added the enhancement New feature or request label May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant