Preauthorizations
Get all preauthorizations by customers
Returns all preauthorizations of specified customers.
Request
[PlatformAddress]/api/connector/v1/preauthorizations/getAllByCustomers
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
CustomerIds
array of string
required, max 1000 items
Response
Preauthorizations
required
Preauthorization
Id
string
required
Unique identifier of the preauthorization.
CreditCardId
string
required
Unique identifier of the credit card.
Amount
required
Value of the preauthorization.
State
required
State of the preauthorization.
ReservationId
string
optional
Code
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