provider POST /v1/test_helpers/issuing/transactions/{transaction}/refund
@utdk/stripe /v1/test_helpers/issuing/transactions/{transaction}/refund
Refund a test-mode transaction
<p>Refund a test-mode Transaction.</p>
transaction path required
string

Try it

Authentication
Configure credentials for Stripe API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

posttesthelpersissuingtransactionstransactionrefund
POST/v1/test_helpers/issuing/transactions/{transaction}/refund
<p>Refund a test-mode Transaction.</p>

Parameters

required

Input

Specifies which fields in the response should be expanded.

The total amount to attempt to refund. This amount is in the provided currency, or defaults to the cards currency, and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import stripe from '@utdk/stripe';

await stripe.posttesthelpersissuingtransactionstransactionrefund()