Transaction Status

SiQURO provides a GET endpoint to retrieve the status of a transaction

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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 Authorization header must include the word Basic followed by a space and a base64-encoded string in the format username:password
  • Example:
    To authenticate as merchantId 1 with the token EXAMPLE, the client must send the following header:
Authorization: Basic MTpFWEFNUExF
Path Params
string
required

The merchantId provided by the SiQURO team, which is used in the body during transaction creation

string
required

Transaction ID

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json