Settings
Store configuration, payment gateways, email settings, and general preferences.
Everything that lives in the settings panel. Store configuration, payment method management, module toggles, licence activation, confirmation pages, storage drivers, and plugin addons.
Endpoints
Store
| Method | Endpoint | Description |
|---|---|---|
GET | Get store settings | Currency, address, checkout options, and page assignments |
GET | Get module settings | Module configuration and activation states |
GET | Get confirmation shortcodes | Available confirmation page shortcodes |
POST | Save store settings | Update store configuration |
POST | Save module settings | Update module activation states |
POST | Save confirmation settings | Save confirmation page settings |
Payment Methods
| Method | Endpoint | Description |
|---|---|---|
GET | Get all payment methods | All configured payment methods |
GET | Get payment method settings | Settings for a specific method |
GET | Get connect info | OAuth URLs and connection info |
POST | Save payment method settings | Save method configuration |
POST | Save payment method design | Save checkout display settings |
POST | Reorder payment methods | Change method display order |
POST | Disconnect payment method | Disconnect a payment method |
PayPal
| Method | Endpoint | Description |
|---|---|---|
GET | Check PayPal webhook | Check webhook configuration status |
POST | Get PayPal seller auth token | Retrieve seller auth token |
POST | Setup PayPal webhook | Configure PayPal webhook |
Payment Addons
| Method | Endpoint | Description |
|---|---|---|
POST | Install payment addon | Install a payment method addon |
POST | Activate payment addon | Activate an installed addon |
POST | Check addon update | Check for available updates |
POST | Update payment addon | Update to the latest version |
Plugin Addons
| Method | Endpoint | Description |
|---|---|---|
GET | Get plugin addons | Available plugin addons |
POST | Install plugin addon | Install a plugin addon |
POST | Activate plugin addon | Activate an installed addon |
POST | Check addon update | Check for available updates |
POST | Update plugin addon | Update to the latest version |
Licence
| Method | Endpoint | Description |
|---|---|---|
GET | Get license settings | Licence activation status and details |
POST | Activate license | Activate a FluentCart Pro licence key |
DELETE | Deactivate license | Deactivate the current licence |
Storage
| Method | Endpoint | Description |
|---|---|---|
GET | Get active storage drivers | Currently active storage drivers |
GET | List storage drivers | All available storage drivers |
GET | Get driver settings | Settings for a specific driver |
POST | Save driver settings | Save driver configuration |
POST | Verify connection | Test storage driver connection |
Permissions
| Method | Endpoint | Description |
|---|---|---|
GET | Get permissions | Current permission assignments |
POST | Save permissions | Update role capability assignments |