🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
api_key: ********************curl --location '/v1/transactions/refund-details?source=&order_ref=&psp_reference=&timezone=' \
--header 'api_key: <api-key>'{
"data": [
{
"amount": 0,
"time": "string",
"psp_reference": "string"
}
],
"timezone": "string"
}