GET v1/ProfilePersons/{id}/OrderHistory/MakePayment/PayPalConfig/{PayPalCustomerid}

Get PayPal configuration details to load the PayPal Javascript SDK.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

PayPalCustomerid

string

Required

Body Parameters

None.

Response Information

Resource Description

makePaymentPersonPayPalConfigInfoOutput
NameDescriptionTypeAdditional 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_ProfilePersons_ProfilePersonEndpointController.makePaymentPersonPayPalConfigInfoOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_ProfilePersons_ProfilePersonEndpoint">
  <outputPayPalConfig>sample string 1</outputPayPalConfig>
</v1_ProfilePersons_ProfilePersonEndpointController.makePaymentPersonPayPalConfigInfoOutput>