Credenciais
Webhook Mercado Pago
Configure essa URL no painel do Mercado Pago quando o Hub estiver publicado.
https://financeiro.fos.net.br/api/webhooks/mercadopago
Em localhost, o Mercado Pago nao consegue chamar o webhook sem tunnel publico.
Ultimo teste
{
"ok": true,
"status": 200,
"body": {
"id": 7636369,
"nickname": "SLODKOWSKI",
"registration_date": "2010-07-30T12:58:44.000-04:00",
"first_name": "F\u00e1bio",
"last_name": "Slodkowski",
"gender": "",
"country_id": "BR",
"email": "fabio.os.poa@gmail.com",
"identification": {
"number": "81354835034",
"type": "CPF"
},
"address": {
"address": "Rua Doutor Campos Velho 1932",
"city": "Porto Alegre",
"state": "BR-RS",
"zip_code": "90820000"
},
"phone": {
"area_code": "51",
"extension": "",
"number": "998029383",
"verified": false
},
"alternative_phone": {
"area_code": "",
"extension": "",
"number": ""
},
"user_type": "normal",
"tags": [
"normal",
"messages_as_seller"
],
"logo": null,
"points": 34,
"site_id": "MLB",
"permalink": "http://perfil.mercadolivre.com.br/SLODKOWSKI",
"seller_experience": "NEWBIE",
"bill_data": {
"accept_credit_note": null
},
"seller_reputation": {
"level_id": null,
"power_seller_status": null,
"transactions": {
"canceled": 0,
"completed": 0,
"period": "historic",
"ratings": {
"negative": 0,
"neutral": 0,
"positive": 0
},
"total": 0
},
"metrics": {
"sales": {
"period": "60 months",
"completed": 0
},
"claims": {
"period": "60 months",
"rate": 0,
"value": 0
},
"delayed_handling_time": {
"period": "60 months",
"rate": 0,
"value": 0
},
"cancellations": {
"period": "60 months",
"rate": 0,
"value": 0
}
}
},
"buyer_reputation": {
"canceled_transactions": 0,
"tags": [],
"transactions": {
"canceled": {
"paid": null,
"total": null
},
"completed": null,
"not_yet_rated": {
"paid": null,
"total": null,
"units": null
},
"period": "historic",
"total": null,
"unrated": {
"paid": null,
"total": null
}
}
},
"status": {
"billing": {
"allow": true,
"codes": []
},
"buy": {
"allow": true,
"codes": [],
"immediate_payment": {
"reasons": [],
"required": false
}
},
"confirmed_email": true,
"shopping_cart": {
"buy": "allowed",
"sell": "allowed"
},
"immediate_payment": false,
"list": {
"allow": true,
"codes": [],
"immediate_payment": {
"reasons": [],
"required": false
}
},
"mercadoenvios": "not_accepted",
"mercadopago_account_type": "personal",
"mercadopago_tc_accepted": true,
"required_action": null,
"sell": {
"allow": true,
"codes": [],
"immediate_payment": {
"reasons": [],
"required": false
}
},
"site_status": "active",
"user_type": "complete_registration"
},
"secure_email": "fslodko.hmv9gy@mail.mercadolivre.com",
"company": {
"brand_name": "Fos Tech Studio",
"city_tax_id": "",
"corporate_name": "",
"identification": "",
"state_tax_id": "",
"cust_type_id": "CO",
"soft_descriptor": null
},
"credit": {
"consumed": 0,
"credit_level_id": "MLB5",
"rank": "payer"
},
"context": [],
"registration_identifiers": [
{
"user_identifier": "5551998029383",
"registration_type": "phone_identifier",
"creation_date": "2024-02-20T03:01:11-04:00",
"last_updated": "2024-02-20T03:01:11-04:00",
"metadata": {
"country_code": "55",
"number": "51998029383"
}
}
]
}
}