Payment Service
Ecommerce Payment service, part of the microbase ecosystem.
Features
- Default implementations for some providers
- Easy implement your own gateway
Entities
Payment Method
| Field | Description | Type | Required | Default |
|---|---|---|---|---|
| id | Internal unique Cart identifier | String | yes | System generated |
| title | The method description | String | yes | - |
| active | The method is active or disabled | Boolean | yes | true |
| gateway | Processing gateway code | String | yes | - |
API
The full API documentation can be accessed in the microbase web http://docs.microbase.io
