Applications (Beta)
Note
This feature is currently in limited-availability beta and subject to change. To learn more about the beta program for this feature, contact your Marqeta representative.Marqeta’s credit platform’s credit applications feature enables you to create and manage credit account applications and retrieve disclosures that you can show to an applicant during the application process.
To receive webhook notifications when application transition events occur, see Credit application transition events in Event Types.
Create application
Copy section link
Action: POST
Endpoint: /credit/applications
Create a new application.
Request body
Copy section link
Fields | Description |
---|---|
token
string
|
Unique identifier of the application. Allowable Values: 36 char max |
type
string
|
Type of application. Allowable Values:
|
user_token
string
|
Unique identifier of the applicant, the user applying for a credit account. Allowable Values: 36 char max |
bundle_token
string
|
Unique identifier of the bundle associated with the application. Allowable Values: 36 char max |
soct_tracking_token
string
|
The tracking token of the Summary of Credit Terms (SOCT). This is the Allowable Values: 36 char max |
privacy_policy_tracking_token
string
|
The tracking token of the Privacy Policy. This is the Allowable Values: 36 char max |
e_disclosure_tracking_token
string
|
The tracking token of the eDisclosure. This is the Allowable Values: 36 char max |
rewards_disclosure_pre_terms_tracking_token
string
|
The tracking token of the Rewards Disclosure Pre-terms. This is the Allowable Values: 36 char max |
prequalified_offer_pre_terms_tracking_token
string
|
The tracking token of the Pre-qualified Offer Pre-Terms. This is the Allowable Values: 36 char max |
residence_type
string
|
Whether the user owns or rents their residence, or has another situation. Required when retrieving an application. Allowable Values:
|
monthly_mortgage_or_rent
decimal
|
Monthly amount of the mortgage or rent that the user currently pays. Required when retrieving an application. Allowable Values: 0–99999.99 |
total_annual_income
decimal
|
The total amount of the user’s annual income. Required when retrieving an application. Allowable Values: 0–99999999.99 |
primary_income_source
string
|
Whether the primary income source comes from the user being employed, unemployed, self-employment, or another situation. Required when retrieving an application. Allowable Values:
|
any_non_taxable_income
boolean
|
A value of Required when retrieving an application. Allowable Values:
|
device_data
object
|
Contains information on user’s device fingerprint. Usually obtained through a component embedded in the application. Allowable Values: Existing |
device_data.provider
string
|
The provider of the embedded component. Allowable Values:
|
device_data.data
string
|
The data generated by the embedded component. Allowable Values: Example: |
meta_data
object
|
Customer-defined additional information about the application. Allowable Values: You can define the names and values of up to 20 fields in the format |
Response body
Copy section link
Fields | Description |
---|---|
token
string
|
Unique identifier of the application. Allowable Values: 36 char max |
type
string
|
Type of application. Allowable Values:
|
state
string
|
State of the application. If manually transitioning an application state:
Allowable Values:
|
user_token
string
|
Unique identifier of the applicant, the user applying for a credit account. Allowable Values: 36 char max |
bundle_token
string
|
Unique identifier of the bundle associated with the application. Allowable Values: 36 char max |
account_token
string
|
Unique identifier of the credit account for which the user is applying. Returned when retrieving an application in the Allowable Values: 36 char max |
residence_type
string
|
Whether the user owns or rents their residence, or has another situation. Allowable Values:
|
monthly_mortgage_or_rent
decimal
|
Monthly amount of the mortgage or rent that the user currently pays. Allowable Values: Format: 0.00 |
total_annual_income
decimal
|
The total amount of the user’s annual income. Allowable Values: Format: 0.00 |
primary_income_source
string
|
Whether the primary income source comes from the user being employed, unemployed, self-employment, or another situation. Allowable Values:
|
any_non_taxable_income
boolean
|
A value of Allowable Values:
|
decision_token
string
|
Unique identifier of the decision made on the application. Allowable Values: 36 char max |
decision_model
object
|
Contains information on the decision model returned by the issuing bank if a decision has been rendered. Returned when retrieving an application after a decision has been rendered. Allowable Values: Valid |
decision_model.decision_date
datetime
|
Date and time when the decision on the application was rendered, in UTC. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
decision_model.credit_limit
integer
|
The maximum line of credit extended to the user, also the maximum balance the credit account can carry. Allowable Values: Any integer |
decision_model.purchase_apr
decimal
|
The purchase APR approved for the user. Allowable Values: Format: 0.00 |
decision_model.prime_rate
decimal
|
The current prime rate set by the Fed. Allowable Values: Format: 0.00 |
decision_model.margin
decimal
|
Number of percentage points added to the prime rate, used to calculate the purchase APR. Allowable Values: Format: 0.00 |
decision_model.card_product_level
string
|
The tier of the card product. Allowable Values:
|
decision_model.received_best_rate
boolean
|
A value of If Allowable Values:
|
decision_model.score_factors
array of strings
|
Factors that the bureau used to determine the user’s credit score. Allowable Values: Example: |
decision_model.credit_score
integer
|
The user’s credit score. Allowable Values: A valid credit score |
decision_model.credit_score_date
date
|
Date and time when the credit score went into effect. Allowable Values: Format: yyyy-MM-dd |
decision_model.score_range
string
|
The range in which the user’s credit score falls. Allowable Values: 64 char max |
decision_model.created_date
datetime
|
Date and time when the decision model was created on the Marqeta platform, in UTC. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
decision_model.denial_reasons
array of strings
|
An array of reasons that explain why the application was declined. Allowable Values: Example: |
decision_model.adverse_action_template_code
string
|
Indicates the version of the Notice of Adverse Action (NOAA) template used. Can have these possible values:
Allowable Values:
|
decision_model.credit_bureau
object
|
Contains information on the credit bureau. Allowable Values: Existing |
decision_model.credit_bureau.name
string
|
Name of the credit bureau used to obtain the user’s credit data. Allowable Values:
|
decision_model.credit_bureau.address
object
|
Contains information on the address of the credit bureau. Allowable Values: Existing |
decision_model.credit_bureau.address.address1
string
|
Street address. Allowable Values: 255 char max |
decision_model.credit_bureau.address.address2
string
|
Additional address information. Allowable Values: 255 char max |
decision_model.credit_bureau.address.city
string
|
Address city. Allowable Values: 255 char max |
decision_model.credit_bureau.address.state
string
|
Address state. Allowable Values: 255 char max |
decision_model.credit_bureau.address.zip
string
|
Address ZIP code. Allowable Values: 255 char max |
decision_model.credit_bureau.phone_number
string
|
Phone number of the credit bureau. Allowable Values: Example: 5555555555 |
decision_model.credit_bureau.website
string
|
Website of the credit bureau. Allowable Values: A valid URL |
decision_model.expire_date
date
|
Date when the decision model expires. Allowable Values: Format: yyyy-MM-dd |
decision_model.token
string
|
Unique identifier of the decision model. See Allowable Values: 64 char max |
decision_model.user_token
string
|
Unique identifier of the applicant, the user applying for a credit account. Allowable Values: 64 char max |
decision_model.application_token
string
|
Unique identifier of the application. Allowable Values: 64 char max |
decision_model.submitted_date_time
datetime
|
Date and time when the decision was submitted, in UTC. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
decision_model.decision_id
string
|
Unique identifier of the decision made based on the decision model. See Allowable Values: 64 char max |
decision_model.status
string
|
Status of the decision on the application. Allowable Values:
|
soct_accepted_at
datetime
|
Date and time when Marqeta accepted the Summary of Credit Terms (SOCT), in UTC. Returned if the user accepted their approved application. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
e_disclosure_accepted_at
datetime
|
Date and time when Marqeta accepted the e-Disclosure, in UTC. Returned if the user accepted their approved application. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
prequalified_offer_pre_terms_accepted_at
datetime
|
Date and time when Marqeta accepted the Pre-qualified Offer Pre-terms, in UTC. Returned if the user accepted their approved application. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
rewards_disclosure_pre_terms_accepted_at
datetime
|
Date and time when Marqeta accepted the Rewards Disclosure, in UTC. Returned if the user accepted their approved application. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
privacy_policy_accepted_at
datetime
|
Date and time when Marqeta accepted the Privacy Policy, in UTC. Returned if the user accepted their approved application. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
card_membership_agreement_accepted_at
datetime
|
Date and time when Marqeta accepted the Card Membership Agreement, in UTC. Returned if the user accepted their approved application. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
term_schedule_information_accepted_at
datetime
|
Date and time when Marqeta accepted the Terms Schedule, in UTC. Returned if the user accepted their approved application. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
benefits_disclosure_accepted_at
datetime
|
Date and time when Marqeta accepted the Benefits Disclosure, in UTC. Returned if the user accepted their approved application. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
rewards_disclosure_post_terms_accepted_at
datetime
|
Date and time when Marqeta accepted the Rewards Disclosure, in UTC. Returned if the user accepted their approved application. Allowable Values: yyyy-MM-ddThh:mm:ssZ |
created_date
datetime
|
Date and time when the application was created on the Marqeta platform, in UTC. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
updated_date
datetime
|
Date and time when the application was last updated on the Marqeta platform, in UTC. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
application_accepted_at
datetime
|
Date and time when the application was accepted on the Marqeta platform, in UTC. Returned if the user accepted their approved application. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
application_canceled_at
datetime
|
Date and time when the application was canceled on the Marqeta platform, in UTC. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
device_data
object
|
Contains information on user’s device fingerprint. Usually obtained through a component embedded in the application. Allowable Values: Existing |
device_data.provider
string
|
The provider of the embedded component. Allowable Values:
|
device_data.data
string
|
The data generated by the embedded component. Allowable Values: Example: |
error_details
object
|
Contains details on an application error. Allowable Values: Existing |
error_details.token
string
|
Unique identifier of the error details. Allowable Values: 36 char max |
error_details.application_token
string
|
Unique identifier of the application that resulted in an error. Allowable Values: 36 char max |
error_details.type
string
|
Type of error. Allowable Values:
|
error_details.message
string
|
Message describing the error. Allowable Values: 255 char max |
meta_data
object
|
Customer-defined additional information about the application. Allowable Values: You can define the names and values of up to 20 fields in the format |
Retrieve application
Copy section link
Action: GET
Endpoint: /credit/applications/{token}
Retrieve a specific application.
URL path parameters
Copy section link
Fields | Description |
---|---|
token
string
|
Unique identifier of the application to retrieve. Allowable Values: Existing application token |
URL query parameters
Copy section link
Fields | Description |
---|---|
expand
array of strings
|
Embeds the specified object into the response. Allowable Values:
|
Response body
Copy section link
Fields | Description |
---|---|
token
string
|
Unique identifier of the application. Allowable Values: 36 char max |
type
string
|
Type of application. Allowable Values:
|
state
string
|
State of the application. If manually transitioning an application state:
Allowable Values:
|
user_token
string
|
Unique identifier of the applicant, the user applying for a credit account. Allowable Values: 36 char max |
bundle_token
string
|
Unique identifier of the bundle associated with the application. Allowable Values: 36 char max |
account_token
string
|
Unique identifier of the credit account for which the user is applying. Returned when retrieving an application in the Allowable Values: 36 char max |
residence_type
string
|
Whether the user owns or rents their residence, or has another situation. Allowable Values:
|
monthly_mortgage_or_rent
decimal
|
Monthly amount of the mortgage or rent that the user currently pays. Allowable Values: Format: 0.00 |
total_annual_income
decimal
|
The total amount of the user’s annual income. Allowable Values: Format: 0.00 |
primary_income_source
string
|
Whether the primary income source comes from the user being employed, unemployed, self-employment, or another situation. Allowable Values:
|
any_non_taxable_income
boolean
|
A value of Allowable Values:
|
decision_token
string
|
Unique identifier of the decision made on the application. Allowable Values: 36 char max |
decision_model
object
|
Contains information on the decision model returned by the issuing bank if a decision has been rendered. Returned when retrieving an application after a decision has been rendered. Allowable Values: Valid |
decision_model.decision_date
datetime
|
Date and time when the decision on the application was rendered, in UTC. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
decision_model.credit_limit
integer
|
The maximum line of credit extended to the user, also the maximum balance the credit account can carry. Allowable Values: Any integer |
decision_model.purchase_apr
decimal
|
The purchase APR approved for the user. Allowable Values: Format: 0.00 |
decision_model.prime_rate
decimal
|
The current prime rate set by the Fed. Allowable Values: Format: 0.00 |
decision_model.margin
decimal
|
Number of percentage points added to the prime rate, used to calculate the purchase APR. Allowable Values: Format: 0.00 |
decision_model.card_product_level
string
|
The tier of the card product. Allowable Values:
|
decision_model.received_best_rate
boolean
|
A value of If Allowable Values:
|
decision_model.score_factors
array of strings
|
Factors that the bureau used to determine the user’s credit score. Allowable Values: Example: |
decision_model.credit_score
integer
|
The user’s credit score. Allowable Values: A valid credit score |
decision_model.credit_score_date
date
|
Date and time when the credit score went into effect. Allowable Values: Format: yyyy-MM-dd |
decision_model.score_range
string
|
The range in which the user’s credit score falls. Allowable Values: 64 char max |
decision_model.created_date
datetime
|
Date and time when the decision model was created on the Marqeta platform, in UTC. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
decision_model.denial_reasons
array of strings
|
An array of reasons that explain why the application was declined. Allowable Values: Example: |
decision_model.adverse_action_template_code
string
|
Indicates the version of the Notice of Adverse Action (NOAA) template used. Can have these possible values:
Allowable Values:
|
decision_model.credit_bureau
object
|
Contains information on the credit bureau. Allowable Values: Existing |
decision_model.credit_bureau.name
string
|
Name of the credit bureau used to obtain the user’s credit data. Allowable Values:
|
decision_model.credit_bureau.address
object
|
Contains information on the address of the credit bureau. Allowable Values: Existing |
decision_model.credit_bureau.address.address1
string
|
Street address. Allowable Values: 255 char max |
decision_model.credit_bureau.address.address2
string
|
Additional address information. Allowable Values: 255 char max |
decision_model.credit_bureau.address.city
string
|
Address city. Allowable Values: 255 char max |
decision_model.credit_bureau.address.state
string
|
Address state. Allowable Values: 255 char max |
decision_model.credit_bureau.address.zip
string
|
Address ZIP code. Allowable Values: 255 char max |
decision_model.credit_bureau.phone_number
string
|
Phone number of the credit bureau. Allowable Values: Example: 5555555555 |
decision_model.credit_bureau.website
string
|
Website of the credit bureau. Allowable Values: A valid URL |
decision_model.expire_date
date
|
Date when the decision model expires. Allowable Values: Format: yyyy-MM-dd |
decision_model.token
string
|
Unique identifier of the decision model. See Allowable Values: 64 char max |
decision_model.user_token
string
|
Unique identifier of the applicant, the user applying for a credit account. Allowable Values: 64 char max |
decision_model.application_token
string
|
Unique identifier of the application. Allowable Values: 64 char max |
decision_model.submitted_date_time
datetime
|
Date and time when the decision was submitted, in UTC. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
decision_model.decision_id
string
|
Unique identifier of the decision made based on the decision model. See Allowable Values: 64 char max |
decision_model.status
string
|
Status of the decision on the application. Allowable Values:
|
soct_accepted_at
datetime
|
Date and time when Marqeta accepted the Summary of Credit Terms (SOCT), in UTC. Returned if the user accepted their approved application. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
e_disclosure_accepted_at
datetime
|
Date and time when Marqeta accepted the e-Disclosure, in UTC. Returned if the user accepted their approved application. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
prequalified_offer_pre_terms_accepted_at
datetime
|
Date and time when Marqeta accepted the Pre-qualified Offer Pre-terms, in UTC. Returned if the user accepted their approved application. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
rewards_disclosure_pre_terms_accepted_at
datetime
|
Date and time when Marqeta accepted the Rewards Disclosure, in UTC. Returned if the user accepted their approved application. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
privacy_policy_accepted_at
datetime
|
Date and time when Marqeta accepted the Privacy Policy, in UTC. Returned if the user accepted their approved application. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
card_membership_agreement_accepted_at
datetime
|
Date and time when Marqeta accepted the Card Membership Agreement, in UTC. Returned if the user accepted their approved application. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
term_schedule_information_accepted_at
datetime
|
Date and time when Marqeta accepted the Terms Schedule, in UTC. Returned if the user accepted their approved application. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
benefits_disclosure_accepted_at
datetime
|
Date and time when Marqeta accepted the Benefits Disclosure, in UTC. Returned if the user accepted their approved application. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
rewards_disclosure_post_terms_accepted_at
datetime
|
Date and time when Marqeta accepted the Rewards Disclosure, in UTC. Returned if the user accepted their approved application. Allowable Values: yyyy-MM-ddThh:mm:ssZ |
created_date
datetime
|
Date and time when the application was created on the Marqeta platform, in UTC. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
updated_date
datetime
|
Date and time when the application was last updated on the Marqeta platform, in UTC. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
application_accepted_at
datetime
|
Date and time when the application was accepted on the Marqeta platform, in UTC. Returned if the user accepted their approved application. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
application_canceled_at
datetime
|
Date and time when the application was canceled on the Marqeta platform, in UTC. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
device_data
object
|
Contains information on user’s device fingerprint. Usually obtained through a component embedded in the application. Allowable Values: Existing |
device_data.provider
string
|
The provider of the embedded component. Allowable Values:
|
device_data.data
string
|
The data generated by the embedded component. Allowable Values: Example: |
error_details
object
|
Contains details on an application error. Allowable Values: Existing |
error_details.token
string
|
Unique identifier of the error details. Allowable Values: 36 char max |
error_details.application_token
string
|
Unique identifier of the application that resulted in an error. Allowable Values: 36 char max |
error_details.type
string
|
Type of error. Allowable Values:
|
error_details.message
string
|
Message describing the error. Allowable Values: 255 char max |
meta_data
object
|
Customer-defined additional information about the application. Allowable Values: You can define the names and values of up to 20 fields in the format |
Transition application state
Copy section link
Action: POST
Endpoint: /credit/applications/{token}/transitions
Transition the current state of an application to a new state.
URL path parameters
Copy section link
Fields | Description |
---|---|
token
string
|
Unique identifier of the application whose state you want to transition. Allowable Values: Existing application token |
Request body
Copy section link
Fields | Description |
---|---|
token
string
|
Main identifier of the resource, also used as the idempotency key on the request. Allowable Values: 36 char max |
terms_schedule_tracking_token
string
|
The tracking token of the Terms Schedule. This is the Required if transitioning application state to Allowable Values: 36 char max |
card_member_agreement_tracking_token
string
|
The tracking token of the Card Member Agreement. This is the Required if transitioning application state to Allowable Values: 36 char max |
benefits_disclosure_tracking_token
string
|
The tracking token of the Benefits Disclosure. This is the Required if transitioning application state to Allowable Values: 36 char max |
rewards_disclosure_post_terms_tracking_token
string
|
The tracking token of the Rewards Disclosure Post-terms. This is the Required if transitioning application state to Allowable Values: 36 char max |
application_state
string
|
State of the application. If manually transitioning an application state:
Allowable Values:
|
Response body
Copy section link
Fields | Description |
---|---|
token
string
|
Unique identifier of the transition of an application’s state. Allowable Values: 36 char max |
application_token
string
|
Unique identifier of the application whose state you transitioned. Allowable Values: 36 char max |
original_status
string
|
State of the application. If manually transitioning an application state:
Allowable Values:
|
status
string
|
State of the application. If manually transitioning an application state:
Allowable Values:
|
created_time
datetime
|
Date and time when the application changed states on the Marqeta platform, in UTC. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
List application transitions
Copy section link
Action: GET
Endpoint: /credit/applications/{token}/transitions
Retrieve an array of transitions on a specific application.
URL path parameters
Copy section link
Fields | Description |
---|---|
token
string
|
The unique identifier of the application for which you want to retrieve transitions. Allowable Values: Existing application token |
Response body
Copy section link
Fields | Description |
---|---|
count
integer
|
Number of resources to retrieve. Allowable Values: 1-100 |
start_index
integer
|
Sort order index of the first resource in the returned array. Allowable Values: Any integer |
end_index
integer
|
Sort order index of the last resource in the returned array. Allowable Values: Any integer |
is_more
boolean
|
A value of Allowable Values:
|
data
array of objects
|
An array of application transition objects. Allowable Values: Valid |
data[].token
string
|
Unique identifier of the transition of an application’s state. Allowable Values: 36 char max |
data[].application_token
string
|
Unique identifier of the application whose state you transitioned. Allowable Values: 36 char max |
data[].original_status
string
|
State of the application. If manually transitioning an application state:
Allowable Values:
|
data[].status
string
|
State of the application. If manually transitioning an application state:
Allowable Values:
|
data[].created_time
datetime
|
Date and time when the application changed states on the Marqeta platform, in UTC. Allowable Values: Format: yyyy-MM-ddThh:mm:ssZ |
List files on a bundle or application
Copy section link
Action: GET
Endpoint: /credit/applications/files
Retrieve an array of files on a bundle or application
Each top-level object returned in the array contains the fields documented in the response body. The name of each object is its corresponding file type:
-
BENEFITS_DISCLOSURE
-
CARD_MEMBER_AGREEMENT
-
E_DISCLOSURE
-
NOAA
-
PRIVACY_POLICY
-
REWARDS_DISCLOSURE_PRE_TERMS
-
REWARDS_DISCLOSURE_POST_TERMS
-
SOCT
-
TERMS_SCHEDULE
URL query parameters
Copy section link
Fields | Description |
---|---|
bundle_token
string
|
Unique identifier of the bundle whose files you want to retrieve. The following file types are returned with the
Allowable Values: Existing bundle token |
application_token
string
|
Unique identifier of the application whose files you want to retrieve. The following file types are returned with the
Allowable Values: Existing application token |
Response body
Copy section link
Fields | Description |
---|---|
file_type
string
|
Type of file.
Allowable Values:
|
links
object
|
Contains links to the file in different formats. Allowable Values: Existing |
links.json
string
|
Link to the JSON version of the file. Allowable Values: A valid URL |
links.html
string
|
Link to the HTML version of the file. Allowable Values: A valid URL |
links.pdf
string
|
Link to the PDF version of the file. Allowable Values: A valid URL |
tracking_token
string
|
Unique identifier used to acknowledge that the file has been disclosed to the applicant. If the file was already disclosed, a null value is returned. NOTE: The tracking token is only valid for 14 calendar days. Allowable Values: 255 char max |
Sample response body
Copy section link
The following code block shows the files returned on a bundle. The name of each top-level object is its corresponding file type.
The following code block shows the files returned on an application if the application is approved. The name of each top-level object is its corresponding file type.
Retrieve file on a bundle or application
Copy section link
Action: GET
Endpoint: /credit/applications/files/{type}
Retrieve a specific type of file on a bundle or application.
URL path parameters
Copy section link
Fields | Description |
---|---|
type
string
|
The type of file to retrieve.
Allowable Values:
|
URL query parameters
Copy section link
Fields | Description |
---|---|
bundle_token
string
|
Unique identifier of the bundle on which you want to retrieve a file. Required if retrieving one of the following file types:
Allowable Values: Existing bundle token |
application_token
string
|
Unique identifier of the application on which you want to retrieve a file. Required if retrieving one of the following files:
Allowable Values: Existing application token |
Response body
Copy section link
Fields | Description |
---|---|
file_type
string
|
Type of file.
Allowable Values:
|
links
object
|
Contains links to the file in different formats. Allowable Values: Existing |
links.json
string
|
Link to the JSON version of the file. Allowable Values: A valid URL |
links.html
string
|
Link to the HTML version of the file. Allowable Values: A valid URL |
links.pdf
string
|
Link to the PDF version of the file. Allowable Values: A valid URL |
tracking_token
string
|
Unique identifier used to acknowledge that the file has been disclosed to the applicant. If the file was already disclosed, a null value is returned. NOTE: The tracking token is only valid for 14 calendar days. Allowable Values: 255 char max |