Skip to main content
GET
/
api
/
v1
/
payments
/
{id}
Get a single transaction (API Key)
curl --request GET \
  --url http://localhost:7701/api/v1/payments/{id} \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

Company API key. Send in the X-API-Key header.

Path Parameters

id
string<uuid>
required

Response

Transaction found