appKey header. The default page size is 5 and the maximum is 100. Use search for exact filters, for example status:PAID,reference:order_123, and sort for a supported field-direction pair such as createdAt:DESC.curl --location 'https://api-vltzpay.beespokedev.com/api/v1.0/payments/transactions?page=&limit=&search=&sort=' \
--header 'appKey;'{
"success": true,
"response": {
"count": 0,
"rows": [
{
"amount": "string",
"currency": "string",
"status": "PENDING",
"transactionType": "PAYMENT",
"paymentMethod": "CARD",
"reference": "string",
"metadata": {
"property1": "string",
"property2": "string"
}
}
]
}
}