Overview
Rubean enables its customers to have control over their terminals using ROS (Rubean Onboarding Service).
The API supports five methods:
- Create terminal
- Update terminal
- Amend terminal
- Deactivate terminal
- Reset terminal
- Get onboarding status
General endpoint structure
| Type | Endpoint |
|---|---|
| Create | /api/{acquirer}/{client}/create |
| Update | /api/{acquirer}/{client}/update |
| Amend: | /api/{acquirer}/{client}/amend |
| Deactivate | /api/{acquirer}/{client}/deactivate/{terminalId} |
| Reset | /api/{acquirer}/{client}/reset/{terminalId} |
| Get status | /api/{acquirer}/{client}/status/{requestId} |
Corresponding parameters will be provided by Rubean during initial onboarding setup