Skip to main content
GET
/
v1
/
api
/
marketplace
/
gateway
/
{gateway_id}
/
transactions
Get Gateway Transactions
curl --request GET \
  --url https://api.lygosapp.com/v1/api/marketplace/gateway/{gateway_id}/transactions \
  --header 'api-key: <api-key>'
[
{
"transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"creation_date": "2023-11-07T05:31:56Z",
"buyer_price": 123,
"product_price": 123,
"buyer": {
"buyer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"full_name": "<string>",
"email": "<string>",
"phone_number": "<string>",
"country": {
"name": "CMR",
"iso_code": "CMR"
},
"operator": {
"name": "MTN",
"value": "MTN_MOMO_CMR"
}
},
"additional_info": [
{
"fieldName": "<string>",
"value": "<string>"
}
]
}
]

Headers

api-key
string | null
required

Path Parameters

gateway_id
string<uuid>
required

Response

Successful Response

transaction_id
string<uuid>
required
status
string
required
creation_date
string<date-time>
required
buyer_price
number
required
product_price
number
required
buyer
BuyerDetails · object
required
additional_info
MarketFormBlockValue · object[] | null