Enumerations

This index provides a detailed and organized master list of API enumerations, which includes possible values, associated objects, and links to relevant examples and further documentation. This resource aims to improve developer engagement and provide clear guidance on using enumeration values within our APIs.

Custodial Accounts

List Custodial Line Items Endpoint Enumerations

Status

Definition: Filter results based on the status of custodial line items. Multiple values are allowed.

Example: status[]=pending&status[]=settled

Possible Values

ValueDescription
settledThe custodial line item has settled.
voidedThe custodial line item has been voided.

Sort

Definition: Sort the results based on specific attributes.

Example: sort=created_at_asc

Possible Values

ValueDescription
created_at_ascSort by creation date (ascending).
created_at_descSort by creation date (descending).
description_ascSort by description (ascending).
description_descSort by description (descending).
settled_in_descSort by settled index (descending).

Liability

Definition: Filter by liability or asset.

Example: liability=true

Possible Values

ValueDescription
TRUEIncludes line items flagged as liabilities.
FALSEIncludes line items flagged as assets.

Type

Definition: Filter results based on type. Multiple values are allowed.

Example: type[]=dda&type[]=dda_cash_external

Possible Values

ValueDescription
ddaDemand deposit accounts.
dda_cash_externalExternal cash deposit accounts.

Synthetic Accounts

List Synthetic Line Items Endpoint Enumerations

Status

Definition: Filter results based on the status of synthetic line items. Multiple values are allowed.

Example: status[]=begun&status[]=failed

Possible Values

ValueDescription
begunSynthetic line item has begun.
failedSynthetic line item has failed.
in_progressSynthetic line item is in progress.
settledSynthetic line item has settled.

Sort

Definition: Sort the results based on specific attributes.

Example: sort=created_at_asc

Possible Values

ValueDescription
created_at_ascSort by creation date (ascending).
created_at_descSort by creation date (descending).
description_ascSort by description (ascending).
description_descSort by description (descending).

Debit Cards

Reissue a Debit Card Endpoint Enumerations

Force Reset

Definition: Used to force retrieval of a new PIN token, restarting the PIN change process for a Debit Card.

Example: force_reset=true

Possible Values

ValueDescription
TRUEForces a new PIN token.
FALSEUses the existing token.

Reissue Reason

Definition: Specifies the reason for reissuing a debit card. Required when reissuing a card.

Example: reissue_reason=damaged

Possible Values

ValueDescription
DamagedThe card is physically damaged.
LostThe card has been lost.
StolenThe card has been stolen.

List All Debit Cards Endpoint Enumerations

Locked

Definition: Indicates whether to return only locked or only unlocked cards.

Example: locked=true

Possible Values

ValueDescription
TRUEReturn only locked cards.
FALSEReturn only unlocked cards.

Status

Definition: Filters debit cards based on their current status. Multiple values are allowed.

Example: status[]=issued&status[]=closed

Possible Values

ValueDescription
QueuedDebit card issuance is queued.
IssuedDebit card has been issued.
PrintingPhysical card is being printed.
ShippedCard has been shipped to the user.
Usable Without PINCard can be used without requiring a PIN.
NormalCard is in normal status.
ClosedDebit card has been closed.
DamagedCard is flagged as damaged.
LostCard is flagged as lost.
StolenCard is flagged as stolen.
Administrative LockCard is locked by an administrator.
Shipment ReturnedCard shipment was returned.