Payment Settings
Retrieves payment settings for a store.
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816OK
Store payment configuration settings.
Whether to show all available payment methods for subscription purchases.
Whether store pricing is tax-inclusive.
Defines when prepaid cards should be blocked from use.
Defines the behavior of promo code stacking.
Whether the 'Adaptive Currency' feature is enabled.
Whether the displayed currency on the storefront should be the Adaptive Currency by default.
Maximum checkout amount allowed in cents.
Whether to force 3D Secure authentication for all transactions.
Defines the type of chargeback coverage provided.
Maximum per-transaction chargeback coverage amount in cents.
Error response
GET /v1/stores/{storeId}/payment-settings HTTP/1.1
Authorization: APIKey TOKEN_HERE
Accept: */*
{
"show_all_payment_methods_for_subscriptions": true,
"store_tax_inclusive_pricing": true,
"block_prepaid_cards": "unspecified",
"promo_code_stacking_behavior": "invalid",
"adaptive_currency_enabled": true,
"show_adaptive_currency_on_storefront": true,
"max_checkout_amount": 1,
"force_3d_secure": true,
"chargeback_coverage": "unspecified",
"chargeback_coverage_max_amount": null
}Updates payment settings for a store.
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816Defines when prepaid cards should be blocked from use.
Defines the behavior of promo code stacking.
No Content
No content
Error response
PATCH /v1/stores/{storeId}/payment-settings HTTP/1.1
Authorization: APIKey TOKEN_HERE
Content-Type: application/json
Accept: */*
Content-Length: 240
{
"show_all_payment_methods_for_subscriptions": true,
"store_tax_inclusive_pricing": true,
"block_prepaid_cards": "unspecified",
"promo_code_stacking_behavior": "invalid",
"adaptive_currency_enabled": true,
"show_adaptive_currency_on_storefront": true
}No content
Last updated
Was this helpful?
