GET v1/ProfilePersons/{id}/OrderHistory/MakePayment/CardInfo/{PayPalorderid}

get Card basic details using paypal order ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

PayPalorderid

string

Required

Body Parameters

None.

Response Information

Resource Description

makePaymentPersonPayPalCardInfoOutput
NameDescriptionTypeAdditional information
outputorderdetails

PayPal Card details

string

None.

Response Formats

application/json, text/json

Sample:
{
  "outputorderdetails": "sample string 1"
}

text/html

Sample:
{"outputorderdetails":"sample string 1"}

application/xml, text/xml

Sample:
<v1_ProfilePersons_ProfilePersonEndpointController.makePaymentPersonPayPalCardInfoOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_ProfilePersons_ProfilePersonEndpoint">
  <outputorderdetails>sample string 1</outputorderdetails>
</v1_ProfilePersons_ProfilePersonEndpointController.makePaymentPersonPayPalCardInfoOutput>