POST api/v1/Payment/GoogleApple
Request Information
URI Parameters
None.
Body Parameters
CheckOutGoogleAppleName | Description | Type | Additional information |
---|---|---|---|
isApple | boolean |
None. |
|
stripeToken | string |
None. |
|
linkguid | string |
None. |
|
id | string |
None. |
|
PID | integer |
None. |
|
PlinkGuid | string |
None. |
|
PBC | boolean |
None. |
|
userAgent | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "isApple": true, "stripeToken": "sample string 1", "linkguid": "sample string 2", "id": "sample string 3", "PID": 4, "PlinkGuid": "sample string 5", "PBC": true, "userAgent": "sample string 7" }
application/xml, text/xml
Sample:
<PRS.CheckOutGoogleApple xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortalEntities.Models"> <PBC>true</PBC> <PID>4</PID> <PlinkGuid>sample string 5</PlinkGuid> <id>sample string 3</id> <isApple>true</isApple> <linkguid>sample string 2</linkguid> <stripeToken>sample string 1</stripeToken> <userAgent>sample string 7</userAgent> </PRS.CheckOutGoogleApple>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CheckoutResponseName | 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>