POST v1/ShoppingCarts/Checkout/GetRemotePaymentRequest

Retrieves the remote payment request data for checkout.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

RemotePaymentOutput
NameDescriptionTypeAdditional information
outputPaymentURL

The generated request data for remote payment.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "outputPaymentURL": "sample string 1"
}

text/html

Sample:
{"outputPaymentURL":"sample string 1"}

application/xml, text/xml

Sample:
<v1_ShoppingCarts_ShoppingCartEndpointController.RemotePaymentOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_ShoppingCarts_ShoppingCartEndpoint">
  <outputPaymentURL>sample string 1</outputPaymentURL>
</v1_ShoppingCarts_ShoppingCartEndpointController.RemotePaymentOutput>