POST api/Paypal/Execute

Documentation for 'Execute'.

Request Information

Parameters

NameDescriptionAdditional information
paypment
Documentation for 'paypment'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "paymentId": "sample string 1",
  "payerId": "sample string 2",
  "token": "sample string 3"
}

application/xml, text/xml

Sample:
<PaypalPaymentVM xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PaymentId>sample string 1</PaymentId>
  <PayerId>sample string 2</PayerId>
  <Token>sample string 3</Token>
</PaypalPaymentVM>

application/x-www-form-urlencoded

Sample:

Sample not available.