You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: