v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
Cards

Retrieve pending card authorizations

Retrieve pending card authorizations. Note: this endpoint is not paginated

get/customers/{customerID}/card_accounts/{cardAccountID}/authorizations

Path parameters

customerIDstring required

A UUID that uniquely identifies a resource

cardAccountIDstring required

A UUID that uniquely identifies a resource

Query parameters

limitinteger

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

starting_timestring

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

ending_timestring

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

status'approved' | 'denied'

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

Response

Pending card authorizations

countinteger required

The number of card authorizations returned