POST api/MercadoPago/NotificarPago
Request Information
URI Parameters
None.
Body Parameters
MercadoPagoNotificacion| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| type | string |
None. |
|
| date_created | string |
None. |
|
| application_id | integer |
None. |
|
| user_id | integer |
None. |
|
| action | string |
None. |
|
| data | Pago |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"type": "sample string 2",
"date_created": "sample string 3",
"application_id": 4,
"user_id": 5,
"action": "sample string 6",
"data": {
"id": 1
}
}
application/xml, text/xml
Sample:
<MercadoPagoNotificacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WsServicios.Dtos">
<action>sample string 6</action>
<application_id>4</application_id>
<data>
<id>1</id>
</data>
<date_created>sample string 3</date_created>
<id>sample string 1</id>
<type>sample string 2</type>
<user_id>5</user_id>
</MercadoPagoNotificacion>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.