Transações
Chame a API de Pagamentos para solicitar transações.
GET /transaction/{id}
Chamada
curl -v --location --request GET 'https://api-uat.jumppag.com/transaction/{id}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <Access-Token>' \'Resposta
{
"requestId": "a2435636-5f69-447d-8e22-8382f62ef7dd",
"data": {
"id": "744252be-fe0b-4209-838c-93635b157951",
"customer_id": "58f0c005-3b7d-4c75-81f3-93b9a6fee864",
"transaction_id": "b08e3897-6505-4bb4-81a5-6e3a1d29e277",
"amount": "300.00",
"currency": "BRL",
"status": "pending",
"type": "payment",
"method": "pix",
"payment_status": "pending",
"created_at": "2024-11-11T19:08:20.000000Z",
"updated_at": "2024-11-11T19:08:20.000000Z"
}
}Detalhes da Reposta
id
customer_id
transaction_id
amount
currency
status
type
method
payment_status
payout_status
created_at
updated_at
GET /transactions
Chamada
Detalhes dos Parametros
limit
page
sort
start_time
end_time
customer_id
transaction_id
Resposta
Detalhes da Reposta
id
customer_id
transaction_id
amount
currency
status
type
method
payment_status
payout_status
created_at
updated_at
Atualizado
Isto foi útil?

