- Getting Started with the PAX Semi-Integrated Solution
- Activating a Terminal in the Acceptance Devices App
- Processing Payment Transactions in Semi-Integrated Mode
- Processing Payment Transactions in Cloud Mode
On This Page
REST API
REST Example: Customizing Parameters Using a REST API Request
Request
{ "type": "organization", "id": "{{organization id}}", "customizations": { "OPERATING_MODE": "SEMI_INTEGRATED", "TIPPING_TYPE": "TIP_AMOUNT", "SIGNATURE_TYPE": "ON_RECEIPT" } }
Response to a Successful Request
The body of the response is empty. A successful response is indicated with a
200 OK
status.{ }