Skip to main content
GET
cURL
Once a payment is executed, its full payload, including its status can be retrieved using this endpoint.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

uuid
string
required

The uuid of the payment you would like to query.

Required string length: 32

Response

200 - application/json
processingTime
string<date-time>
Example:

"2025-07-23 18:32:26"

uuid
string
Example:

"ce1797873467e1bbddda9f99c42f126a"

merchantUuid
string
Pattern: ^[a-f0-9]{32}$
Example:

"xfe3539cb23ad9731be57905b8a0c099"

amount
number<double>
Example:

10.99

currency
string
Example:

"GBP"

reference
string
Example:

"1A2B3C4D"

result
object
customer
object
cart
object
device
object
customParameters
object