provider POST /v1/test_helpers/issuing/authorizations/{authorization}/fraud_challenges/respond
@utdk/stripe /v1/test_helpers/issuing/authorizations/{authorization}/fraud_challenges/respond
Respond to fraud challenge
<p>Respond to a fraud challenge on a testmode Issuing authorization, simulating either a confirmation of fraud or a correction of legitimacy.</p>
authorization 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.

posttesthelpersissuingauthorizationsauthorizationfraudchallengesrespond
POST/v1/test_helpers/issuing/authorizations/{authorization}/fraud_challenges/respond
<p>Respond to a fraud challenge on a testmode Issuing authorization, simulating either a confirmation of fraud or a correction of legitimacy.</p>

Parameters

required

Input

required

Whether to simulate the user confirming that the transaction was legitimate (true) or telling Stripe that it was fraudulent (false).

Specifies which fields in the response should be expanded.

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