GET v1/OrderDetails/{id}/{orderId}/MakePayment/PayPalConfig/{PayPalCustomerid}
Get PayPal configuration details to load the PayPal Javascript SDK.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| orderId | integer |
Required |
|
| PayPalCustomerid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
withoutloginuserPayPalConfigInfoOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| outputPayPalConfig |
PayPal order details |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"outputPayPalConfig": "sample string 1"
}
text/html
Sample:
{"outputPayPalConfig":"sample string 1"}
application/xml, text/xml
Sample:
<v1_MakePaymentWithoutLogin_MakePaymentWithoutLoginEndpointController.withoutloginuserPayPalConfigInfoOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_MakePaymentWithoutLogin_MakePaymentWithoutLoginEndpoint"> <outputPayPalConfig>sample string 1</outputPayPalConfig> </v1_MakePaymentWithoutLogin_MakePaymentWithoutLoginEndpointController.withoutloginuserPayPalConfigInfoOutput>