GET v1/admin/company/{id}/OrderHistory/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 |
|
| PayPalCustomerid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
makePaymentPayPalConfigInfoOutput| 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_Admin_CompanyEndpointController.makePaymentPayPalConfigInfoOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_Admin_CompanyEndpoint"> <outputPayPalConfig>sample string 1</outputPayPalConfig> </v1_Admin_CompanyEndpointController.makePaymentPayPalConfigInfoOutput>