POST api/v1/Payment/RealexApplePay
Request Information
URI Parameters
None.
Body Parameters
CheckoutRealexGoogleApple| Name | Description | Type | Additional information |
|---|---|---|---|
| isApple | boolean |
None. |
|
| accessToken | string |
None. |
|
| PID | integer |
None. |
|
| PlinkGuid | string |
None. |
|
| PBC | boolean |
None. |
|
| userAgent | string |
None. |
|
| response | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"isApple": true,
"accessToken": "sample string 1",
"PID": 2,
"PlinkGuid": "sample string 3",
"PBC": true,
"userAgent": "sample string 5",
"response": "sample string 6"
}
application/xml, text/xml
Sample:
<PRS.CheckoutRealexGoogleApple xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortalEntities.Models"> <PBC>true</PBC> <PID>2</PID> <PlinkGuid>sample string 3</PlinkGuid> <accessToken>sample string 1</accessToken> <isApple>true</isApple> <response>sample string 6</response> <userAgent>sample string 5</userAgent> </PRS.CheckoutRealexGoogleApple>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CheckoutResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccessful | string |
None. |
|
| Message | string |
None. |
|
| Type | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccessful": "sample string 1",
"Message": "sample string 2",
"Type": "sample string 3"
}
application/xml, text/xml
Sample:
<PRS.CheckoutResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortalEntities.Models"> <IsSuccessful>sample string 1</IsSuccessful> <Message>sample string 2</Message> <Type>sample string 3</Type> </PRS.CheckoutResponse>