v47

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-012382333.4 MB

Get an IntraFi Exclusion

get/intrafi_exclusions/{intrafi_exclusion_id}

Path parameters

intrafi_exclusion_idstring required

The identifier of the IntraFi Exclusion to retrieve.

Response

IntraFi Exclusion

bank_namestring nullable required

The name of the excluded institution.

created_atstring date-time required

The ISO 8601 date and time at which the exclusion was created.

entity_idstring required

The entity for which this institution is excluded.

excluded_atstring date-time nullable required

When this was exclusion was confirmed by IntraFi.

fdic_certificate_numberstring nullable required

The Federal Deposit Insurance Corporation's certificate number for the institution.

idstring required

The identifier of this exclusion request.

idempotency_keystring nullable required

The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.

status'pending' | 'completed' | 'archived' | 'ineligible' required

The status of the exclusion request.

submitted_atstring date-time nullable required

When this was exclusion was submitted to IntraFi by Increase.

type'intrafi_exclusion' required

A constant representing the object's type. For this resource it will always be intrafi_exclusion.

Example response

{
  "bank_name": "Example Bank",
  "created_at": "2020-01-31T23:59:59Z",
  "entity_id": "entity_n8y8tnk2p9339ti393yi",
  "excluded_at": "2020-02-01T23:59:59+00:00",
  "fdic_certificate_number": "314159",
  "id": "intrafi_exclusion_ygfqduuzpau3jqof6jyh",
  "idempotency_key": null,
  "status": "completed",
  "submitted_at": "2020-02-01T00:59:59+00:00",
  "type": "intrafi_exclusion"
}