Skip to main content
GET
Retrieve pending card authorizations

Authorizations

Api-Key
string
header
required

Path Parameters

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
Pattern: [a-z0-9]*
cardAccountID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
Pattern: [a-z0-9]*

Query Parameters

limit
integer

The number of pending card authorizations to return, with a max of 200. The default is 100

starting_time
string

The starting time in ISO8601 format. Default is 50 days ago.

ending_time
string

The exclusive ending time in ISO8601 format. Default is now.

status
enum<string>

A status to filter the authorizations by. If not provided, will default to approved.

Available options:
approved,
denied

Response

Pending card authorizations

count
integer
required

The number of card authorizations returned

data
object[]
required