curl --location --request GET 'https://api.jokoor.com/v1/pay/invoices//receipts' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"receipt_number": "string",
"receipt_url": "string",
"amount": "string",
"payment_date": "2019-08-24T14:15:22Z",
"status": "string"
}
]
}