v1
latestOpenAPI 3.0.32026-07-2484569553.1 KBCards
Get card pending transactions
Get all pending transactions for a card
get/cards/{account_id}/transactions/pending
Path parameters
account_idstring required
Example:f1234560abf9f57287637624def390871
unique ID for an account or card
Query parameters
tostring datetime
The date to retrieve transactions until in the format YYYY-MM-DD. The results include transactions from this date.
fromstring datetime
The date to retrieve transactions from in the format YYYY-MM-DD. The results include transactions from this date.
async'true'
When set to true, data is fetched asynchronously. Expect 202 status code
webhook_uristring uri
When async is set to true, a webhook will be POSTed to the URI provided
Headers
X-Client-Correlation-Idstring
Client-specified ID used to debug requests
X-PSU-IPstring
IP address of the end user requesting data. Necessary to overcome 4 calls per day rate limits
Response
OK
Example response
{
"status": "Succeeded"
}