# MD for: https://www.mercadopago.com.mx/developers/pt/docs/wallet-connect/payment-flow/get-payment-information.md \## Get payment information This endpoint is used to obtain the data of a payment made from your id. See the diagram below that illustrates the payment capture process via the Wallet Connect API Payments endpoint. !\[get-payment-info\](https://www.mercadopago.com.mx/images/wallet-connect/get-payment-information-en-v1.png) To obtain information on a specific payment, send a \*\*GET\*\* to the endpoint \[/v1/advanced\_payments/{advanced\_payment\_id}\](https://www.mercadopago.com.mx/developers/en/reference/wallet\_connect/\_advanced\_payments\_advanced\_payment\_id/get) and execute the request or, if you prefer, use the \`curl\` below. * [curl ](#editor%5F1) curl ``` curl -X GET \ 'https://api.mercadopago.com/v1/advanced_payments/ADVANCED_PAYMENT_ID' \ -H 'Authorization: Bearer YOUR_ACCESS_TOKEN' ``` Copiar When running the \`request\` you may receive different types of responses originating from specific reasons. See the \[Responses\](https://www.mercadopago.com.mx/developers/en/docs/wallet-connect/payment-flow/capture-payment/responses) section for more information.