Skip to content

Commit

Permalink
Merge pull request #2419 from mercadopago/feature/payments-search-que…
Browse files Browse the repository at this point in the history
…ry-params

feature/payments-search-query-params
  • Loading branch information
hgaldino authored Jul 26, 2024
2 parents cbde3b0 + fefd200 commit 9ff603a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions reference/api-json/payments.json
Original file line number Diff line number Diff line change
Expand Up @@ -5452,6 +5452,34 @@
"type": "string",
"example": 58930090
}
},
{
"name": "collector.id",
"in": "query",
"description": {
"en": "Parameter used to filter payment searches by the identification of the person who receives the payment (collector).",
"pt": "Parâmetro utilizado para filtrar a busca de pagamentos pelo identificador da pessoa que recebe o pagamento (collector).",
"es": "Parámetro utilizado para filtrar la búsqueda de pagos por el identificador de la persona que recibe el pago (collector)."
},
"required": false,
"schema": {
"type": "string",
"example": 448876418
}
},
{
"name": "payer.id",
"in": "query",
"description": {
"en": "Parameter used to filter searches by the identification of the person who makes the payment (payer).",
"pt": "Parâmetro utilizado para filtrar a busca pelo identificador da pessoa que efetua o pagamento (payer).",
"es": "Parámetro utilizado para filtrar la búsqueda por el identificador de la persona que realiza el pago (payer)."
},
"required": false,
"schema": {
"type": "string",
"example": 1162600213
}
}
],
"responses": {
Expand Down

0 comments on commit 9ff603a

Please sign in to comment.