provider POST /v1/test_helpers/issuing/transactions/create_force_capture
@utdk/stripe /v1/test_helpers/issuing/transactions/create_force_capture
Create a test-mode force capture
<p>Allows the user to capture an arbitrary amount, also known as a forced capture.</p>

Try it

Authentication
Configure credentials for Stripe API
posttesthelpersissuingtransactionscreateforcecapture
POST/v1/test_helpers/issuing/transactions/create_force_capture
<p>Allows the user to capture an arbitrary amount, also known as a forced capture.</p>

Input

required

The total amount to attempt to capture. 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).

required

Card associated with this transaction.

The currency of the capture. If not provided, defaults to the currency of the card. Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).

Specifies which fields in the response should be expanded.

Details about the seller (grocery store, e-commerce website, etc.) where the card authorization happened.

Additional purchase information that is optionally provided by the merchant.

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.posttesthelpersissuingtransactionscreateforcecapture()