provider POST /v1/terminal/refunds
@utdk/stripe /v1/terminal/refunds
Create a refund using a Terminal-supported device.
<p>Internal endpoint for terminal use to create a refund for a card_present or card charge.</p> <p>You can optionally refund only part of a charge.</p>

Try it

Authentication
Configure credentials for Stripe API
postterminalrefunds
POST/v1/terminal/refunds
<p>Internal endpoint for terminal use to create a refund for a card_present or card charge.</p> <p>You can optionally refund only part of a charge.</p>

Input

Specifies which fields in the response should be expanded.

Configure credentials above to enable sending.

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

TypeScript

import stripe from '@utdk/stripe';

await stripe.postterminalrefunds()