Action | Method | Resource | Description |
---|---|---|---|
Get all |
|
| Get all business paymethods. |
Get |
|
| Get business paymethod with id |
Create |
|
| Create a business paymethod with |
Update |
|
| Update business paymethod with |
Delete |
|
| Delete business paymethod with |
The business paymethod model is composed of the following attributes:
Attribute | Type | Required | Description |
---|---|---|---|
paymethod_id | string | no, required to create. | The business paymethod's name. |
sandbox | boolean | no, required to create. | The business paymethod's sandbox. |
data | json | no, required to create. | The business paymethod's data. |
data_sandbox | json | no, required to create. | The business paymethod's data sandbox. |
enabled | boolean | no | The business paymethod's status. |
maximun | string | no | The paymethod's maximun amount allowed to place order |