Skip to main content

Currencies

The currency is needed when choosing the payment options for the insurance premium.

All Currencies

You can view a list of all currencies. This endpoint allows you to view list of currencies.

GET /api/v1/client/transactions/{id}/receipt.pdf

Response

CodeDescription
200List of currencies
409Unauthorized.

Example Success Response

Content type
application/json

[
{
"statusCode": 200,
"success": true,
"data": [
{
"flag": "https://www.currencyremitapp.com/wp-content/themes/currencyremitapp/images/countryimages/ghana.png",
"countryName": "Ghana",
"currency": "Cedis",
"code": "GHC",
"symbol": "¢"
}
],
"paginator": {
"itemsCount": 0,
"offset": 0,
"limit": 0,
"pageCount": 0,
"page": 0,
"pagingCounter": 0,
"hasPrevPage": true,
"hasNextPage": true,
"prevPage": 0,
"nextPage": 0
}
}

...
]