POST api/Cart/GetPendingMP

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MercadoPagoResult
NameDescriptionTypeAdditional information
preference_id

string

None.

payment_id

string

None.

payment_status

string

None.

payment_status_detail

string

None.

external_reference

string

None.

Response Formats

application/json, text/json

Sample:
{
  "preference_id": "sample string 1",
  "payment_id": "sample string 2",
  "payment_status": "sample string 3",
  "payment_status_detail": "sample string 4",
  "external_reference": "sample string 5"
}

application/xml, text/xml

Sample:
<MercadoPagoResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mastersoft.Ecommerce.Entities.Domain">
  <external_reference>sample string 5</external_reference>
  <payment_id>sample string 2</payment_id>
  <payment_status>sample string 3</payment_status>
  <payment_status_detail>sample string 4</payment_status_detail>
  <preference_id>sample string 1</preference_id>
</MercadoPagoResult>