POST v1/ShoppingCarts/Checkout/ProcessRemotePaymentResponse
Processes the remote payment response data for checkout.
Request Information
URI Parameters
None.
Body Parameters
ProcessRemotePaymentResponseInput| Name | Description | Type | Additional information |
|---|---|---|---|
| responseData | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"responseData": "sample string 1"
}
text/html
Sample:
{"responseData":"sample string 1"}
application/xml, text/xml
Sample:
<v1_ShoppingCarts_ShoppingCartEndpointController.ProcessRemotePaymentResponseInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_ShoppingCarts_ShoppingCartEndpoint"> <responseData>sample string 1</responseData> </v1_ShoppingCarts_ShoppingCartEndpointController.ProcessRemotePaymentResponseInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ProcessRemotePaymentResponseOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId |
The ID of created order |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"OrderId": 1
}
text/html
Sample:
{"OrderId":1}
application/xml, text/xml
Sample:
<v1_ShoppingCarts_ShoppingCartEndpointController.ProcessRemotePaymentResponseOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_ShoppingCarts_ShoppingCartEndpoint"> <OrderId>1</OrderId> </v1_ShoppingCarts_ShoppingCartEndpointController.ProcessRemotePaymentResponseOutput>