Preauthorizations
Get all preauthorizations by customers
Returns all preauthorizations of specified customers.
Request
[PlatformAddress]/api/connector/v1/preauthorizations/getAllByCustomers
Property
Type
Contract
Description
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.
Response
Property
Type
Contract
Description
Preauthorization
Property
Type
Contract
Description
Id
string
required
Unique identifier of the preauthorization.
CreditCardId
string
required
Unique identifier of the credit card.
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