get https://api.payconex.net/api/v4/accounts//account-updater/updates/
Get details of all updates associated with an updateId
This endpoint allows result data to be fetched when the Account Updater service provides results.
Typically, the updateId will be provided to you via a Webhook.
The updateId represents a group of records which were updated at a single point in time. It is not strictly linked to a schedule.
For example, you may have a schedule which contains three records. On day 1, record 1 and 2 were updated. An updateId will be generated for those two records, and calling this endpoint will return those two updates. On day 2, and update may arrive for the third card. It will be assigned a new updateId, and calling this endpoint will return just that one update.
Requirements
- If your schedule is set up with a response format of
pan
, any updates to either the card number or expiry will be returned as a clear text pan. Records which have not been updated will be returned as tokens
Required Scopes
The API Key calling this endpoint must have one of the following scopes:
pcx:account_updater:results:read