GET v1/admin/company/{id}/OrderHistory/MakePayment/CardInfo/{PayPalorderid}
get Card basic details using paypal order ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| PayPalorderid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
makePaymentPayPalCardInfoOutput| Name | Description | Type | Additional 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_Admin_CompanyEndpointController.makePaymentPayPalCardInfoOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_Admin_CompanyEndpoint"> <outputorderdetails>sample string 1</outputorderdetails> </v1_Admin_CompanyEndpointController.makePaymentPayPalCardInfoOutput>