Listar Transações
GET
/v1/marketplace/transactions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/marketplace/transactions' \
--header 'integration-key: {{integration-key}}' \
--header 'x-token: {{x-token}}'
Response Response Example
{
"total": 0,
"perPage": 0,
"page": 0,
"lastPage": 0,
"data": [
{
"_id": "string",
"status": "string",
"amount": 0,
"original_amount": 0,
"fees": 0,
"type": "string",
"gateway_key": "string",
"gateway_authorization": "string",
"card": {
"brand_name": "string",
"first4_digits": "string",
"last4_digits": "string",
"expiration_month": "string",
"expiration_year": "string",
"holder_name": "string",
"_id": "string"
},
"point_of_sale": {
"type": "string",
"identification_type": "string"
},
"acquirer": {
"name": "string",
"key": "string",
"gateway_key": "string",
"_id": "string",
"acquirer_nsu": 0,
"mid": "string"
},
"emv": "string",
"antifraud": [
{
"analyse_status": "string",
"_id": "string",
"analyse_required": "string"
}
],
"created_at": "string",
"installments": 0,
"payment_response": {
"code": null,
"message": "string",
"reference": null,
"authorization_code": null,
"nsu": null,
"reason_code": null,
"_id": "string"
}
}
]
}
Requisição
Parâmetros Header
integration-key
string
requerido
Exemplo:
{{integration-key}}
x-token
string
requerido
Exemplo:
{{x-token}}