Payment Methods
Get Payment Methods
Retrieves the payment methods.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegerCreate Payment Method
Creates a new payment method.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/jsonRequiredtypeRequiredstring"CUSTOMERBALANCE" | "STRIPE" | "SQUARE" | "SUMUP" | "MOLLIE" | "SKRILL" | "AUTHORIZENET" | "LEMONSQUEEZY" | "NMI" | "ADYEN" | "SHOPIFY" | "AMAZONPS" | "PAYPAL" | "PAYPALFF" | "CASHAPP" | "VENMO" | "BTC" | "LTC" | "MANUAL"nameRequiredstringMust not be greater than 100 characters.
icon_image_idintegerThe id of an existing record in the images table.
labelstringMust not be greater than 100 characters.
fixed_feenumberMust be at least -100. Must not be greater than 100.
percentage_feenumberMust be at least -50. Must not be greater than 50.
min_amountnumberMust be at least 0. Must not be greater than 999999.
max_amountnumberMust be at least 0. Must not be greater than 999999.
currency_overridestringMust not be greater than 3 characters.
hide_powered_bybooleanis_activebooleanPath Parameters
shopIdRequiredintegerGet Payment Method
Retrieves a specific payment method.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegerpaymentMethodIdRequiredintegerDelete Payment Method
Deletes a payment method.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegerpaymentMethodIdRequiredintegerUpdate Payment Method
Updates a payment method.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/jsonRequiredtypeRequiredstring"CUSTOMERBALANCE" | "STRIPE" | "SQUARE" | "SUMUP" | "MOLLIE" | "SKRILL" | "AUTHORIZENET" | "LEMONSQUEEZY" | "NMI" | "ADYEN" | "SHOPIFY" | "AMAZONPS" | "PAYPAL" | "PAYPALFF" | "CASHAPP" | "VENMO" | "BTC" | "LTC" | "MANUAL"nameRequiredstringMust not be greater than 100 characters.
icon_image_idintegerThe id of an existing record in the images table.
labelstringMust not be greater than 100 characters.
fixed_feenumberMust be at least -100. Must not be greater than 100.
percentage_feenumberMust be at least -50. Must not be greater than 50.
min_amountnumberMust be at least 0. Must not be greater than 999999.
max_amountnumberMust be at least 0. Must not be greater than 999999.
currency_overridestringMust not be greater than 3 characters.
hide_powered_bybooleanis_activebooleanPath Parameters
shopIdRequiredintegerpaymentMethodIdRequiredintegerUpdate Payment Method Order
Updates the order of payment methods.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/jsonRequiredpaymentMethodsRequiredarray<object>Path Parameters
shopIdRequiredintegerToggle Payment Method
Toggles the active status of a payment method.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegerpaymentMethodIdRequiredinteger