For the complete documentation index, see llms.txt. This page is also available as Markdown.

Fiat Currency

Some description

Get Currencies List

get

Retrieves list of supported fiat currencies. These are the currencies that can be used for invoice creation.

Query parameters
vinteger · enumRequired

API version, must be 1

Possible values:
app_idstring · uuidOptional

Show supported currencies in specific app in response

Responses
200

List of currencies successfully retrieved

application/json

Represents a fiat currency

idstring · uuidOptional

Unique identifier of the currency

symbolstringOptional

Currency symbol (e.g., USD)

codeintegerOptional

ISO 4217 numeric currency code

get/currency
GET /currency?v=1 HTTP/1.1
Host: api.simplepay.ai
Accept: */*
[
  {
    "id": "5e091838-d7bb-4365-a395-84d82d1ac7c2",
    "symbol": "USD",
    "code": 840
  }
]

Last updated