Currencies | List
https://docs.herald-api.rare-able.com/api/currencies?merchant={{merchantId}}&merchant_service={merchant_service}
GET
This endpoint is to retrive the supported currency list for mechant based on the service by using their merchant id and merchant's service id.
Query PARAMS
merchantId string required
Required | Must be a valid merchant's unique id
merchant_service string required
Required | Must be a valid merchant service's unique id
HEADERS
Accept "string"
application/json
x-api-key (Secret Key) "string"
To know how to generate please use
Merchant Secret
RESPONSES
success "boolean"
message "string"
code "integer"
data "object"
currencies "object"
unique_id "string"
status "integer"
status_formatted "string"
supported_currency "object"
code "string"
symbol "string"
icon "string"
type "string"
created_at "string"
updated_at "string"
success "boolean"
message "string"
code "integer"
data "array"