POST v1/OrderDetails/{id}/{orderId}/MakePayment/GetRemotePaymentRequest

Get remote payment request data for make payment without login.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

orderId

integer

Required

Body Parameters

None.

Response Information

Resource Description

makepaymentWithoutLoginRemoteOutput
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_MakePaymentWithoutLogin_MakePaymentWithoutLoginEndpointController.makepaymentWithoutLoginRemoteOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_MakePaymentWithoutLogin_MakePaymentWithoutLoginEndpoint">
  <outputPaymentURL>sample string 1</outputPaymentURL>
</v1_MakePaymentWithoutLogin_MakePaymentWithoutLoginEndpointController.makepaymentWithoutLoginRemoteOutput>