get
https://pay.siquro.com/transactions/status//
SiQURO provides a GET endpoint to retrieve the status of a transaction
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Request Details
- HTTP Method: GET
- Required Query Parameters:
- merchantId: Provided by the SiQURO team and used in the POST Create Transaction request body.
- txId: The SiQURO transaction ID
Authorization Requirements
The request requires Basic Authorization in the headers.
- The
Authorizationheader must include the wordBasicfollowed by a space and a base64-encoded string in the formatusername:password - Example:
To authenticate asmerchantId1 with the token EXAMPLE, the client must send the following header:
Authorization: Basic MTpFWEFNUExF