Add Country to Payment Method (Internal)

Associates a country with a payment method. 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.
countryCodestringRequired

Two-letter ISO country code

Errors