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

Stripe Create Refund for Stripe Connect charges #2767

Closed
spencern opened this issue Aug 30, 2017 · 1 comment
Closed

Stripe Create Refund for Stripe Connect charges #2767

spencern opened this issue Aug 30, 2017 · 1 comment
Assignees
Labels
chore For issues that describe a task that does not affect the release, such as tests or CI configuration

Comments

@spencern
Copy link
Contributor

spencern commented Aug 30, 2017

The Stripe Connect implementation is currently incomplete.

The stripe/payment/createCharges method is capable of creating direct charges on behalf of another stripe account, but our stripe create refund method does not currently support creating a refund of direct charges.

This ticket is for creating a refund for a stripe charge, this method does not currently work with Stripe Connect direct charges.

My best guess as to where to start would be that we need to pass the merchant stripe_account into the create refund call.

I think this is a good time to update the existing Stripe create refund method to use the node-stripe lib as well and you should be able to follow the patterns set in the stripe/payment/createCharges method to figure that part out.

Resources and other notes

@aaronjudd aaronjudd added chore For issues that describe a task that does not affect the release, such as tests or CI configuration and removed chore For issues that describe a task that does not affect the release, such as tests or CI configuration labels Sep 11, 2017
@brent-hoover brent-hoover self-assigned this Sep 20, 2017
@spencern
Copy link
Contributor Author

spencern commented Oct 3, 2017

Resolved by #2912

@spencern spencern closed this as completed Oct 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore For issues that describe a task that does not affect the release, such as tests or CI configuration
Projects
None yet
Development

No branches or pull requests

3 participants