Payment Settings

Get store payment settings

get

Retrieves payment settings 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
Responses
200

OK

application/json
get
/v1/stores/{storeId}/payment-settings

Updates store payment settings

patch

Updates payment settings 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
Body
show_all_payment_methods_for_subscriptionsbooleanOptional
store_tax_inclusive_pricingbooleanOptional
block_prepaid_cardsstring · enumOptional

Defines when prepaid cards should be blocked from use.

Possible values:
Responses
patch
/v1/stores/{storeId}/payment-settings

No content

Last updated

Was this helpful?