List authorization events
List card network and Moov platform events that affect the authorization and its hold on a wallet balance.
To use this endpoint from the browser, you’ll need to specify the /accounts/{accountID}/issued-cards.read
scope when generating
a token.
GET
/issuing/{accountID}/authorizations/{authorizationID}/events
|
|
Successfully retrieved authorization events.
[
{
"amount": "-14.89",
"createdOn": "2019-08-24T14:15:22Z",
"eventID": "ec7e1848-dc80-4ab0-8827-dd7fc0737b43",
"eventType": "authorization",
"result": "approved"
}
]
No authorization with the specified authorizationID was found for the account with the specified accountID.
Request was refused due to rate limiting.
Response headers
Retry-After
number
Path parameters
accountID
string
<uuid>
required
ID of the account.
authorizationID
string
<uuid>
required
ID of the authorization.
Query parameters
count
integer
Optional parameter to limit the number of results in the query.
Default:
200
skip
integer
The number of items to offset before starting to collect the result set.
Response
application/json
amount
string
Pattern
A decimal-formatted signed numerical string that represents up to 9 decimal place precision.
createdOn
string<date-time>
<=24 characters
eventID
string<uuid>
<=36 characters
UUID
eventType
string<enum>
The type of event that occurred on the card.
Possible values:
authorization
,
reversal
,
authorization-advice
,
authorization-expiration
,
authorization-incremental
,
clearing
result
string<enum>
The result of the event.
Possible values:
approved
,
declined
,
processed