Skip to main content
GET
/
status
/
{transaction_id}
cURL
curl --request GET \
  --url https://api.fortunapay.com.br/v1/status/{transaction_id} \
  --header 'Authorization: Bearer <token>'
{
  "transaction_id": "<string>",
  "qr_code": "<string>",
  "image": "<string>",
  "transaction_amount": 123,
  "transaction_total": 123,
  "status": "<string>",
  "amount": 123,
  "paid": 123,
  "end2end_id": "<string>",
  "transaction_reference": "<string>",
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID da transação Pix

Response

Detalhes da transação retornado

transaction_id
string
qr_code
string
image
string
transaction_amount
number
transaction_total
number
status
string
amount
number
paid
integer
end2end_id
string
transaction_reference
string
timestamp
string<date-time>