Payment Methods
Get Payment Methods
Retrieves the payment methods.
Authorization
Authorization
RequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopId
RequiredintegerCreate Payment Method
Creates a new payment method.
Authorization
Authorization
RequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/json
Requiredtype
Requiredstring"CUSTOMERBALANCE" | "STRIPE" | "SQUARE" | "SUMUP" | "MOLLIE" | "SKRILL" | "AUTHORIZENET" | "LEMONSQUEEZY" | "NMI" | "ADYEN" | "SHOPIFY" | "AMAZONPS" | "PAYPAL" | "PAYPALFF" | "CASHAPP" | "VENMO" | "BTC" | "LTC" | "MANUAL"
name
RequiredstringMust not be greater than 100 characters.
icon_image_id
integerThe id of an existing record in the images table.
label
stringMust not be greater than 100 characters.
fixed_fee
numberMust be at least -100. Must not be greater than 100.
percentage_fee
numberMust be at least -50. Must not be greater than 50.
min_amount
numberMust be at least 0. Must not be greater than 999999.
max_amount
numberMust be at least 0. Must not be greater than 999999.
currency_override
stringMust not be greater than 3 characters.
hide_powered_by
booleanis_active
booleanPath Parameters
shopId
RequiredintegerGet Payment Method
Retrieves a specific payment method.
Authorization
Authorization
RequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopId
RequiredintegerpaymentMethodId
RequiredintegerDelete Payment Method
Deletes a payment method.
Authorization
Authorization
RequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopId
RequiredintegerpaymentMethodId
RequiredintegerUpdate Payment Method
Updates a payment method.
Authorization
Authorization
RequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/json
Requiredtype
Requiredstring"CUSTOMERBALANCE" | "STRIPE" | "SQUARE" | "SUMUP" | "MOLLIE" | "SKRILL" | "AUTHORIZENET" | "LEMONSQUEEZY" | "NMI" | "ADYEN" | "SHOPIFY" | "AMAZONPS" | "PAYPAL" | "PAYPALFF" | "CASHAPP" | "VENMO" | "BTC" | "LTC" | "MANUAL"
name
RequiredstringMust not be greater than 100 characters.
icon_image_id
integerThe id of an existing record in the images table.
label
stringMust not be greater than 100 characters.
fixed_fee
numberMust be at least -100. Must not be greater than 100.
percentage_fee
numberMust be at least -50. Must not be greater than 50.
min_amount
numberMust be at least 0. Must not be greater than 999999.
max_amount
numberMust be at least 0. Must not be greater than 999999.
currency_override
stringMust not be greater than 3 characters.
hide_powered_by
booleanis_active
booleanPath Parameters
shopId
RequiredintegerpaymentMethodId
RequiredintegerUpdate Payment Method Order
Updates the order of payment methods.
Authorization
Authorization
RequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/json
RequiredpaymentMethods
Requiredarray<object>Path Parameters
shopId
RequiredintegerToggle Payment Method
Toggles the active status of a payment method.
Authorization
Authorization
RequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopId
RequiredintegerpaymentMethodId
Requiredinteger