POST register/refund_payment_intent

Request Information

URI Parameters

None.

Body Parameters

StringNumeric
NameDescriptionTypeAdditional information
Message

string

None.

Amount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Amount": 2
}

application/xml, text/xml

Sample:
<StringNumeric xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RegisterService.Models">
  <Amount>2</Amount>
  <Message>sample string 1</Message>
</StringNumeric>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'StringNumeric'.

Response Information

Resource Description

JsonResultOfStringNumeric
NameDescriptionTypeAdditional information
Content

StringNumeric

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.