GET
method and does not require a request body. Users need to call the API endpoint to fetch the next available payment voucher number for a new payment transaction.ApiKey: ********************
curl --location --request GET 'https://app.hisabkitab.co/third-party/payment-transactions/next-invoice-number' \
--header 'ApiKey;'
{
"data": "3",
"success": true,
"message": "Payment Transaction voucher Number retrieved successfully."
}