Update Payment Method Currency Association (Internal)

Updates min/max amounts or isActive for a currency association. 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
currencySymbolstringRequired
Currency symbol

Headers

x-admin-api-keystringRequired

Request

This endpoint expects an object.
minAmountdoubleOptional
Override minimum amount for this currency
maxAmountdoubleOptional
Override maximum amount for this currency
isActivebooleanOptional
Is active

Errors