Skip to content

Order details

Check P2P orders status and more details.

You can check the transaction status at any time:

GET /v1/orders/{latam_id}
Host: query-binance.latamgateway.com
Content-Type: application/json
ACCOUNT_TOKEN: "<token>"

The response will be:

{
    "latam_id": "1ax234b5-67cd-8aab-118a-0d629796d28d",
    "code": "01234567899910215680042611",
    "secondary_code": "123",
    "customer_name": "Customer Name",
    "original_amount": "100.0",
    "status": "paid",
    "final": true,
    "created_at": "2024-04-26T16:30:27-03:00",
    "paid_at": "2024-04-26T17:26:13-03:00",
    "payment_method": "pix",
    "payment": {
        "qrcode": "00000000000000br.gov.bcb.pix0000abcd0efe-0e00-000f-0a0a-cf0e00a000f00000Pagamento de servico00000000000000BR0000ZRO INSTITUICAO DE                     PAGAME0000Recife00000000ZROINSTI00000000000000ASA0000BF00",
        "payment_id": "a11a9ac23b77d503f5601776bcd5314f",
        "status": "paid",
        "txid": "1e7b53c4-cc1d-4e2a-9a3f-bac432eaffac",
        "payer_info": {
            "name": "Payer Name",
            "document": "123.456.789-00"
        }
    }
}

Response params descriptions

Param Description Value Type
latam_id Order ID into the Latam’s system String
code Order reference in your system String
customer_name Customer's full name String
original_amount Total order value Number (decimal)
status Order current status String
final Boolean to indicate if the order status is final Boolean
created_at Order’s creation Timestamp Timestamp
paid_at Order’s paid Timestamp Timestamp
payment_method Payment method String
payment Object containing payment details. Object
  • When checking the status of orders, please note that paid orders may still be modified unless the “Final” field is set to true.