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
200

OK

application/json
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?