Preauthorizations
Get all preauthorizations by customers
Returns all preauthorizations of specified customers.
Request
[PlatformAddress]/api/connector/v1/preauthorizations/getAllByCustomers
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Token identifying the client application. |
| string | required | Access token of the client application. |
| string | required | Name and version of the client application. |
| array of string | required, max 1000 items | Unique identifier of the Customer. |
Response
Property | Type | Contract | Description |
---|---|---|---|
Preauthorizations | array of Preauthorization | required | Preauthorizations of the specified Customers. |
Preauthorization
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Unique identifier of the preauthorization. |
| string | required | Unique identifier of the credit card. |
| required | Value of the preauthorization. | |
| string Preauthorization state | required | State of the preauthorization. |
| string | optional | Unique identifier of the Reservation the preauthorization belongs to. |
| string | optional | Code of the preauthorization. |
Preauthorization state
Chargeable
- Created and prepared for the charging.Expired
- A preauthorization that is not charged and expired.Cancelled
- A preauthorization that was canceled before charging.Charged
- Charged preauthorization.
Last updated