POST api/StudyHubAPI/AffirmCapturePayments
Request Information
URI Parameters
None.
Body Parameters
AffirmCapturePayment| Name | Description | Type | Additional information |
|---|---|---|---|
| GrandTotalAmount | decimal number |
None. |
|
| AuthRequestId | string |
None. |
|
| StudentName | string |
None. |
|
| RequestId | string |
None. |
|
| Country | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GrandTotalAmount": 1.0,
"AuthRequestId": "sample string 2",
"StudentName": "sample string 3",
"RequestId": "sample string 4",
"Country": "sample string 5"
}
text/xml
Sample:
<PaymentProcess.AffirmCapturePayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CyberPaymentGateway"> <AuthRequestId>sample string 2</AuthRequestId> <Country>sample string 5</Country> <GrandTotalAmount>1</GrandTotalAmount> <RequestId>sample string 4</RequestId> <StudentName>sample string 3</StudentName> </PaymentProcess.AffirmCapturePayment>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
JsonResultOfResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Response |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.