Organizations > Payment Methods
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 lets you 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 OrganizationModify API. This provides flexibility and convenience in managing your shop's billing information.
Endpoints
| Endpoint | Description |
|---|---|
| organizationsPaymentMethods | Get payment methods |
| organizationsPaymentMethodsCreate | Create payment methods |
| organizationsPaymentMethodsDelete | Delete payment methods |
| organizationsPaymentMethodsModify | Modify payment methods |
Types
| Types |
|---|
| PaymentMethod |
| PaymentMethodCreate |
| PaymentMethodModify |