#totilloxv2
1 messages · Page 1 of 1 (latest)
Hello
You can't issue refunds client-side so I'm a bit confused by what you mean by:
Im using stripe.js to create refunds
Sorry my bad
Sounds like you may be mixed up and need to actually be making this request from your backend
And that should solve things
Im using nodejs with stripe api
requestId: 'req_f5qEUtgV4Y1ifF',
here I leaves you more info
code: 'parameter_unknown',
doc_url: 'https://stripe.com/docs/error-codes/parameter-unknown',
message: 'Received unknown parameter: instructions_email',
param: 'instructions_email',
Thanks, looking
Okay so that PaymentIntent was paid via a Card
instructions_email is only used for specific payment methods without refund support for the funds to be sent directly back to the PaymentMethod
Which you can't use with Card
So let's back up
What you are actually looking for is to send an email to your customer letting them know a refund was issued to their card, correct?
Yep
Understood what you told me
I want to sent back an email telling them that refund was issued and the information there
Gotcha, in that case you just toggle on the refund receipt email setting at https://dashboard.stripe.com/settings/emails in your Dashboard
And an email will be sent to the email associated with the Customer
Ok perfect! Thank you so much I will gonna review it
👍