For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
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
min_transaction_amountinteger · nullableOptional
max_transaction_amountinteger · nullableOptional
b2c_supportedbooleanRequired
b2b_supportedbooleanRequired
approval_requiredbooleanRequired
approval_statusstring · enumOptionalPossible values:
approval_decline_reasonstring · nullableOptional
approval_requested_atstring · nullableOptional
approval_decided_atstring · 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
204

No Content

No content

patch/v1/stores/{storeId}/payment-method-types/{paymentMethodTypeId}/toggle

No content

Request approval for a store payment method type

post

Requests approval to use a payment method type that requires manual review

Authorizations
AuthorizationstringRequired

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

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
paymentMethodTypeIdstringRequired
Responses
204

No Content

No content

post/v1/stores/{storeId}/payment-method-types/{paymentMethodTypeId}/request-approval

No content

Last updated

Was this helpful?