LC Pay API
  1. Pagamentos
  • Pagamentos
    • Criar intenção de pagamento (PIX Dinâmico)
      POST
    • Criar cobrança PIX (Pix Cobrança)
      POST
    • Consultar status da transação
      GET
    • Reemissão de cobranças PDF
      POST
    • Devolução (Refund)
      POST
    • Criar cobrança PIX (Pix Cobrança) Integração
      POST
  • Webhooks
    • Acionar webhook
      POST
  1. Pagamentos

Consultar status da transação

GET
/api/accounts/{accountId}/consultarTransactions/{transactionId}
Consulta o status atual de uma transação PIX previamente criada.

Requisição

Parâmetros de Caminho

Respostas

🟢200Sucesso
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/accounts/Id da conta localizada dentro do portal do cliente/consultarTransactions/Id da transação retornada em cada solicitação de pagamentos'
Response Response Example
{
    "data": {
        "transactions": [
            {
                "accountHolderId": "9C9EAF58-A3DE-1E77-07C5-50F5911042BA",
                "accountId": "93AB5727-0199-B341-FA9C-8741F9CE9767",
                "transactionId": "5E27E256-56AE-B023-9335-72C7ACD87B93",
                "endToEndId": "E23114447202411191116dZxvD1ZCzj8",
                "transactionType": "PaymentInstantPayment",
                "transactionStatus": "APPROVED",
                "totalAmount": 100,
                "paidAmount": 100,
                "transactionDate": "2024-11-19T08:16:44.598-03:00",
                "instantPayment": {
                    "sender": {
                        "name": "CONTA DE PAGAMENTO DE PIX",
                        "taxIdentifier": {
                            "taxId": "74866698000169",
                            "country": "BRA",
                            "taxIdMasked": "74.***.***/****-69"
                        },
                        "account": {
                            "branch": "1",
                            "account": "12920",
                            "accountType": "IP"
                        },
                        "psp": {
                            "id": "23114447",
                            "name": "FLAGSHIP",
                            "country": "BRA"
                        }
                    },
                    "recipient": {
                        "alias": "64db2296-98c1-46ef-9806-39bd10843cb4",
                        "name": "DROGARIA REIS CARVALHO SN LTDA",
                        "taxIdentifier": {
                            "taxId": "42967772000147",
                            "country": "BRA",
                            "taxIdMasked": "42.***.***/****-47"
                        },
                        "account": {
                            "branch": "403",
                            "account": "446246",
                            "accountType": "IP"
                        },
                        "psp": {
                            "id": "23114447",
                            "name": "FLAGSHIP",
                            "country": "BRA"
                        }
                    },
                    "endToEndId": "E23114447202411191116dZxvD1ZCzj8",
                    "paymentReceived": [
                        {
                            "sender": {
                                "name": "CONTA DE PAGAMENTO DE PIX",
                                "taxIdentifier": {
                                    "taxId": "74866698000169",
                                    "country": "BRA",
                                    "taxIdMasked": "74.***.***/****-69"
                                },
                                "account": {
                                    "branch": "1",
                                    "account": "12920",
                                    "accountType": "IP"
                                },
                                "psp": {
                                    "id": "23114447",
                                    "name": "FLAGSHIP",
                                    "country": "BRA",
                                    "currencies": [
                                        "BRL"
                                    ]
                                }
                            },
                            "receivedAmount": 100,
                            "transactionTimestamp": "1732015023155",
                            "legacyTransactionId": "01934423-e447-91c5-9b1b-1860f42e6383",
                            "endToEndId": "E23114447202411191116dZxvD1ZCzj8"
                        }
                    ],
                    "legacyReconciliationIdentifier": "QRS1TXQM0LDIYLIMXSE1GZBCXB1LMIMTVLT"
                },
                "pendingCharges": []
            }
        ]
    }
}
Modificado em 2026-02-10 14:30:48
Página anterior
Criar cobrança PIX (Pix Cobrança)
Próxima página
Reemissão de cobranças PDF
Built with