This endpoint returns a list of currency codes and their names in the selected languages. To get the full list call the endpoint passing an empty body.
The currency codes returned are what is used as input and output for other endpoints.
Security
BearerAuth
- Production environmenthttps://demandapi.booking.com/3.1/common/payments/currencies
- Sandbox environmenthttps://demandapi-sandbox.booking.com/3.1/common/payments/currencies
curl -i -X POST \
https://demandapi.booking.com/3.1/common/payments/currencies \
-H 'Authorization: Bearer <YOUR_string_HERE>' \
-H 'Content-Type: application/json' \
-H 'X-Affiliate-Id: 0' \
-d '{
"languages": [
"en-gb",
"zh-cn"
]
}'