GET Integrations/Stripe/Payments/Capture?stripeAccountId={stripeAccountId}&paymentIntentId={paymentIntentId}

Captures a payment intent for a given Stripe Account Id

Request Information

URI Parameters

Name Type Description Additional information
stripeAccountId string

The customer's Stripe Account Id

paymentIntentId string

The id of the Payment Intent to capture

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.