POST v1/admin/company/{id}/ShoppingCarts/Checkout/GetRemotePaymentRequest
Retrieves the remote payment request data for checkout.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
adminRemotePaymentOutputName | Description | Type | Additional 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_Admin_adminCarts_adminShoppingCartEndpointController.adminRemotePaymentOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_Admin_adminCarts_adminShoppingCartEndpoint"> <outputPaymentURL>sample string 1</outputPaymentURL> </v1_Admin_adminCarts_adminShoppingCartEndpointController.adminRemotePaymentOutput>