Add Currency to Payment Method (Internal)

Associates a currency with a payment method. Optionally override min/max amounts. Requires admin API key.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

paymentMethodCodestringRequired
Payment method code

Headers

x-admin-api-keystringRequired

Request

This endpoint expects an object.
currencySymbolstringRequired
Currency symbol
minAmountdoubleOptional
Override minimum amount for this currency
maxAmountdoubleOptional
Override maximum amount for this currency

Errors