Shops > Payment Methods
While processing payments for the shop, we securely store your payment credentials as a Payment Method. All sensitive payment information is securely handled by Stripe, a leading online payment processing platform.
The Payment Methods API allows you to manage and customize your payment methods. You have the option to designate your preferred payment method using the default_payment_method_id field in the ShopSettingsCreate API. This provides flexibility and convenience in managing your shop's billing information.
Endpoints
Endpoint | Description |
---|---|
paymentMethods | Get payment methods |
paymentMethodsCreate | Create payment methods |
paymentMethodsDelete | Delete payment methods |
paymentMethodsModify | Modify payment methods |
Types
Types |
---|
PaymentMethod |
PaymentMethodCreate |
PaymentMethodModify |