List pending credit consumption by external ID

List credit consumption recorded before a matching credit pool existed, for a customer looked up by external ID.

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Path parameters

externalIdstringRequired

Customer ID from the integrator’s system, stored on Paid as externalId.

Query parameters

limitintegerOptional1-100Defaults to 10
offsetintegerOptional

Response

200
datalist of objects
Pending consumption, oldest first. Entries leave this list once they are applied to a credit pool or settled.
paginationobject

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error