POST Integrations/Stripe/Refunds/Create

Request Information

URI Parameters

None.

Body Parameters

StripeRefundDto
Name Type Description Additional information
StripeAccountId string

None.

PaymentIntentId string

None.

Amount integer

None.

Request Formats

application/json, text/json

Sample:
{
  "StripeAccountId": "sample string 1",
  "PaymentIntentId": "sample string 2",
  "Amount": 3
}

application/xml, text/xml

Sample:
<StripeRefundDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tevalis.API.App.Models">
  <Amount>3</Amount>
  <PaymentIntentId>sample string 2</PaymentIntentId>
  <StripeAccountId>sample string 1</StripeAccountId>
</StripeRefundDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.