Recursos para IA
Obter reembolso específicohttps://api.mercadopago.com/v1/payments/{id}/refunds/{refund_id}
Consultar reembolso específico de determinado pagamento.
GET
Request parameters
Header
Authorization
string
OBRIGATÓRIO
Access Token obtido através do painel de desenvolvedores. Obrigatório ser enviado em todas as requisições.
Path
id
string
OBRIGATÓRIO
Identificador de pagamento.
refund_id
string
OBRIGATÓRIO
Identificador do reembolso.
Response parameters
id
number
Identificador do reembolso.
payment_id
number
Identificador do pagamento.
amount
number
Valor do reembolso.
metadata
array
Contém metadados de pagamento que nos são enviados no post de payment
Erros
400Erro
400
Bad-Request
401Erro
5
Must-provide-your-access-token-to-proceed
404Erro
2000
Payment-not-found
2032
Refund-not-found
Request
curl -X GET \
'https://api.mercadopago.com/v1/payments/{id}/refunds/{refund_id}'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer APP_USR-1*********685765-12*********1b4332e5c*********e077d7679*********664' \
curl -X GET \
'https://api.mercadopago.com/v1/payments/{id}/refunds/{refund_id}'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer APP_USR-1*********685765-12*********1b4332e5c*********e077d7679*********664' \
curl -X GET \
'https://api.mercadopago.com/v1/payments/{id}/refunds/{refund_id}'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer APP_USR-1*********685765-12*********1b4332e5c*********e077d7679*********664' \
curl -X GET \
'https://api.mercadopago.com/v1/payments/{id}/refunds/{refund_id}'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer APP_USR-1*********685765-12*********1b4332e5c*********e077d7679*********664' \
curl -X GET \
'https://api.mercadopago.com/v1/payments/{id}/refunds/{refund_id}'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer APP_USR-1*********685765-12*********1b4332e5c*********e077d7679*********664' \
Response
{
"id": 1032332129,
"payment_id": 18552260055,
"amount": 10,
"metadata": [
{}
],
"source": [
{
"name": {
"en": "Firstname Lastname",
"pt": "Nome e sobrenome",
"es": "Nombre y apellido"
},
"id": "1003743392",
"type": "collector"
}
],
"date_created": "2021-11-24T13:58:49.312-04:00",
"unique_sequence_number": null,
"refund_mode": "standard",
"adjustment_amount": 0,
"status": "approved",
"reason": null,
"label": [
{}
],
"partition_details": [
{}
]
}