Lista Transação ID
GET
/v1/marketplace/transactions/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/marketplace/transactions/682b9d31852681ae93d23d97' \
--header 'integration-key: {{integration-key}}' \
--header 'x-token: {{x-token}}' \
--header 'Authorization: {{bearer_token}}'
Response Response Example
Sucesso PIX
{
"_id": "682ba212852681ae93d23e04",
"status": "PENDING",
"amount": 201,
"original_amount": 203,
"fees": 2,
"type": "PIX",
"gateway_key": "339f0fb1-051c-4771-8c67-b721581127db",
"gateway_authorization": "INOVPAY",
"card": null,
"customer": {
"first_name": "João",
"last_name": "da Silva",
"document": "10068114001",
"phone": "31992831122",
"email": "emaildocliente@gmail.com",
"_id": "682ba212852681ae93d23df2"
},
"point_of_sale": {
"type": "ONLINE",
"identification_type": "API"
},
"acquirer": {
"name": "ITAU",
"key": "60701190000104",
"gateway_key": "339f0fb1-051c-4771-8c67-b721581127db",
"_id": "682ba212852681ae93d23e13"
},
"expected_on": [
{
"date": "2025-05-20T12:00:00.435Z",
"amount": 201,
"status": "PENDING",
"installment": 1
}
],
"emv": "00020101021226910014BR.GOV.BCB.PIX2569spi-h.itau.com.br/pix/qr/v2/af581bdc-624e-4333-af38-1adaddfa6ce05204000053039865802BR5914PMD BASHAR RIO6009SAO PAULO62070503***6304E7DB",
"antifraud": [
{
"analyse_status": "NO_ANALYSED",
"_id": "682ba212852681ae93d23e02"
}
],
"created_at": "2025-05-19T21:26:42.439Z"
}
Requisição
Parâmetros Path
id
string
requerido
Exemplo:
682b9d31852681ae93d23d97
Parâmetros Header
integration-key
string
requerido
Exemplo:
{{integration-key}}
x-token
string
requerido
Exemplo:
{{x-token}}
Authorization
string
requerido
Exemplo:
{{bearer_token}}