Payment cards
Last updated
Last updated
Fetch details about the listed payment cards, in particular the Authorization state.
[ApiBaseUrl]/api/distributor/v1/paymentCards/getAll
Property | Type | Contract | Description |
---|---|---|---|
Authorized
- Finite state. The payment card has been authorized.
Authorizable
- Non-finite state. The payment card can be authorized.
Unauthorizable
- Finite state. The payment card cannot be authorized.
Request authorization of the specified payment card.
[ApiBaseUrl]/api/distributor/v1/paymentCards/authorize
Authorized
- Finite state. The payment card authorization has been successfully completed.
Requested
- Non-finite state. The payment card authorization is requested from the user.
Pending
- Non-finite state. The payment card authorization is waiting to be requested from the user.
Declined
- Finite state. The payment card authorization has been declined.
Canceled
- Finite state. The payment card authorization has been canceled.
Property | Type | Contract | Description |
---|---|---|---|
Property | Type | Contract | Description |
---|---|---|---|
Property | Type | Contract | Description |
---|---|---|---|
Property | Type | Contract | Description |
---|---|---|---|
Property | Type | Contract | Description |
---|---|---|---|
PaymentCardIds
array of string
required
Unique identifiers of the Payment cards.
PaymentCards
array of Payment cards
required
The payment cards.
Id
string
required
Unique identifier of the payment card.
AuthorizationState
string Authorization state
required
Authorization state of the card.
EnterpriseId
string
required
Unique identifier of the enterprise which has access to the payment card.
PaymentCardId
string
required
Unique identifier of the payment card.
BrowserInfo
required
Information about the user's browser.
ScreenWidth
number
required
Integer value of the user screen width.
ScreenHeight
number
required
Integer value of the user screen height.
ColorDepth
number
required
Integer value of the user screen color depth.
UserAgent
string
required
Value of the browser user agent.
Language
string
required
Value of the browser language.
JavaEnabled
boolean
required
Value of the browser information on whether Java is enabled. This will always be false
.
TimeZoneOffset
number
required
Integer value of the user timezone offset.
Id
string
required
Unique identifier of the payment card authorization attempt.
PaymentCardId
string
required
Unique identifier of the payment card being authorized.
State
string Authorization request state
required
State of the card authorization attempt.