On This Page
Incremental Authorization
Use the information in this section to process a lodging incremental authorization.
You can add products and services to an existing authorization by using an
incremental authorization.
The incremental authorization service has these limitations:
- Maximum of 100 incremental authorizations per transaction, in addition to the initial authorization.
- Interchange optimization is not supported.
Endpoint
Production:
PATCH
https://api.cybersource.com
/pts/v2/payments/{id}
Test:
PATCH
https://apitest.cybersource.com
/pts/v2/payments/{id}
The is the transaction ID returned in the
original authorization response.
{id}
Incremental Authorization Service Scenario
This sequence is an example of how an incremental authorization can be used:
- The customer reserves a room for two nights at a cost of 200.00 per night. You request an authorization for 400.00. This initial authorization request is approved.
- The customer orders dinner through room service the first night. You request an incremental authorization of 50.00 for the dinner.
- The customer decides to stay an extra night. You request an incremental authorization of 200.00 for the additional night.
- The customer uses items from the mini-bar. The cost of these mini-bar items is 50.00. You request an incremental authorization of 50.00.
- When the customer ends their stay and checks out, they sign a receipt for 700.00, which is the total of all costs incurred.
- You request a capture for 700.00.