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 | JSON API |
|---|---|---|
| organizationsPaymentMethods | Get payment methods | GET:organizations/payment_methods.json |
| organizationsPaymentMethodsCreate | Create payment methods | POST:organizations/payment_methods.json |
| organizationsPaymentMethodsDelete | Delete payment methods | DELETE:organizations/payment_methods.json |
| organizationsPaymentMethodsModify | Modify payment methods | POST:organizations/payment_methods.json |
Types
| Types |
|---|
| PaymentMethod |
| PaymentMethodCreate |
| PaymentMethodModify |