Payment Method Types

Get store payment method types

get

Retrieves all payment method types associated with a store

Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
Responses
chevron-right
200

OK

application/json
idstringRequired
namestringRequired
logo_urlstring · nullableOptional
checkout_logo_url_lightstring · nullableOptional
checkout_logo_url_darkstring · nullableOptional
categorystringRequired
confirmationstringRequired
enabledbooleanRequired
refunds_supportedbooleanRequired
subscriptions_supportedbooleanRequired
kyc_requiredbooleanRequired
supported_currenciesstring[]Required
supported_settlement_currenciesstring[]Required
supported_countriesstring[]Required
revenue_usageinteger · int64Required
monthly_revenue_limitinteger · nullableOptional
default_monthly_revenue_limitinteger · nullableOptional
settlement_timestring · nullableOptional
get
/v1/stores/{storeId}/payment-method-types

Toggle a store payment method type

patch

Enables or disabled a payment method type for a store

Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
paymentMethodTypeIdstringRequired
Body
enabledbooleanRequired
Responses
patch
/v1/stores/{storeId}/payment-method-types/{paymentMethodTypeId}/toggle

No content

Last updated

Was this helpful?