Currency | Enable/Disable https://docs.herald-api.rare-able.com/api/currencies/{{currencyId}}
PATCH

This endpoint is used to update the status of a merchant's supported currency by using merchant currency's unique id. It will enable or disable the supported currency for the merchant

Query PARAMS

currencyId string required
Required | Must be a valid merchant currency'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"

currency "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"