Class: DocFoxClient ​
src/DocFoxClient.DocFoxClient
Constructors ​
constructor ​
• new DocFoxClient(key
, secret
, generator?
, compatibilityMode?
)
Parameters ​
Name | Type | Default value |
---|---|---|
key | string | undefined |
secret | string | undefined |
generator? | AuthTokenGeneratorFunction | undefined |
compatibilityMode | boolean | false |
Defined in ​
Accessors ​
baseUrl ​
• get
baseUrl(): string
Returns ​
string
Defined in ​
client ​
• get
client(): Client
Returns ​
Defined in ​
definitions ​
• get
definitions(): Document
Returns ​
Document
Defined in ​
interceptors ​
• get
interceptors(): DoxFoxClientInterceptors
Returns ​
Defined in ​
Methods ​
archiveKycApplication ​
â–¸ archiveKycApplication(params
, payload?
, config?
): OperationResponse
<$204
| $400
>
Operation Method for POST
/api/v2/kyc_applications/{kyc_application_id}/archive
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
payload? | Object |
payload.data | Record <string , any > |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$204
| $400
>
Tag
KYC Applications
See
Defined in ​
clearAuth ​
â–¸ clearAuth(): void
Returns ​
void
Defined in ​
createContactDataRequirementPermission ​
â–¸ createContactDataRequirementPermission(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $404
| $406
| $409
| $422
>
Operation Method for POST
/api/v2/contacts/{contact_id}/data_requirement_permissions
Parameters ​
Name | Type |
---|---|
params | Object |
params.contact_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $404
| $406
| $409
| $422
>
Tag
Data Requirement Permissions
See
Defined in ​
createContactInvitationToken ​
â–¸ createContactInvitationToken(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $404
| $406
| $409
| $422
>
Operation Method for POST
/api/v2/contacts/{contact_information_id}/invitation_tokens
Parameters ​
Name | Type |
---|---|
params | Object |
params.contact_information_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $404
| $406
| $409
| $422
>
Tag
Invitation Tokens
See
Defined in ​
createDataRequirementDataRequirementPermission ​
â–¸ createDataRequirementDataRequirementPermission(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $404
| $406
| $409
| $422
>
Operation Method for POST
/api/v2/data_requirements/{data_requirement_id}/data_requirement_permissions
Parameters ​
Name | Type |
---|---|
params | Object |
params.data_requirement_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $404
| $406
| $409
| $422
>
Tag
Data Requirement Permissions
See
Defined in ​
createDataRequirementPermission ​
â–¸ createDataRequirementPermission(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $404
| $406
| $409
| $422
>
Operation Method for POST
/api/v2/data_requirement_permissions
Parameters ​
Name | Type |
---|---|
params | Object |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $404
| $406
| $409
| $422
>
Tag
Data Requirement Permissions
See
Defined in ​
createDocumentDocumentToken ​
â–¸ createDocumentDocumentToken(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $404
| $406
>
Operation Method for POST
/api/v2/documents/{document_id}/document_tokens
Parameters ​
Name | Type |
---|---|
params | Object |
params.document_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $404
| $406
>
Tag
Document Tokens
See
Defined in ​
createEvidenceSubmissionDocument ​
â–¸ createEvidenceSubmissionDocument(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $404
| $422
>
Operation Method for POST
/api/v2/evidence_submissions/{evidence_submission_id}/documents
Parameters ​
Name | Type |
---|---|
params | Object |
params.evidence_submission_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $404
| $422
>
Tag
Document Uploads
See
Defined in ​
createForm ​
â–¸ createForm(params
, payload?
, config?
): OperationResponse
<$201
| $404
| $422
>
Operation Method for POST
/api/v2/forms/{form_id}/form_data
Parameters ​
Name | Type |
---|---|
params | Object |
params.form_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $404
| $422
>
Tag
Form Data
See
Defined in ​
createFormFormPdfExport ​
â–¸ createFormFormPdfExport(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $404
| $406
| $429
>
Operation Method for POST
/api/v2/forms/{form_id}/form_pdf_exports
Parameters ​
Name | Type |
---|---|
params | Object |
params.form_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $404
| $406
| $429
>
Tag
Form PDF Exports
See
Defined in ​
createKycApplication ​
â–¸ createKycApplication(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $406
| $422
>
Operation Method for POST
/api/v2/kyc_applications
Parameters ​
Name | Type |
---|---|
params | Object |
payload? | Object |
payload.data | Record <string , any > |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $406
| $422
>
Tag
KYC Applications
See
Defined in ​
createKycApplicationAccountApplication ​
â–¸ createKycApplicationAccountApplication(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $404
| $406
>
Operation Method for POST
/api/v2/kyc_applications/{kyc_application_id}/account_applications
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $404
| $406
>
Tag
Account Applications
See
Defined in ​
createKycApplicationBankAccount ​
â–¸ createKycApplicationBankAccount(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $404
| $406
| $422
>
Operation Method for POST
/api/v2/kyc_applications/{kyc_application_id}/bank_accounts
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $404
| $406
| $422
>
Tag
Bank Account Verification
See
Defined in ​
createKycApplicationPdfReportSummarie ​
â–¸ createKycApplicationPdfReportSummarie(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $404
| $406
| $429
>
Operation Method for POST
/api/v2/kyc_applications/{kyc_application_id}/pdf_report_summaries
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $404
| $406
| $429
>
Tag
PDF Report Summaries
See
Defined in ​
createKycApplicationRelatedEntitie ​
â–¸ createKycApplicationRelatedEntitie(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $404
| $406
| $409
| $422
>
Operation Method for POST
/api/v2/kyc_applications/{kyc_application_id}/related_entities
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
payload? | Object |
payload.data | Record <string , any > |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $404
| $406
| $409
| $422
>
Tag
Related Entities
See
Defined in ​
createKycApplicationRiskRating ​
â–¸ createKycApplicationRiskRating(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $404
| $406
>
Operation Method for POST
/api/v2/kyc_applications/{kyc_application_id}/risk_ratings
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $404
| $406
>
Tag
Risk Ratings
See
Defined in ​
createOnboardingInvitation ​
â–¸ createOnboardingInvitation(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $403
| $406
>
Operation Method for POST
/api/v2/onboarding_invitations
Parameters ​
Name | Type |
---|---|
params | Object |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $403
| $406
>
Tag
Onboarding Invitation
See
Defined in ​
createProfileAdditionalDetail ​
â–¸ createProfileAdditionalDetail(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $404
| $406
| $422
>
Operation Method for POST
/api/v2/profiles/{profile_id}/additional_details
Parameters ​
Name | Type |
---|---|
params | Object |
params.additional_detail_id | string |
params.profile_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $404
| $406
| $422
>
Tag
KYC Profile Additional Details
See
Defined in ​
createProfileAddresse ​
â–¸ createProfileAddresse(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $404
| $406
| $422
>
Operation Method for POST
/api/v2/profiles/{profile_id}/addresses
Parameters ​
Name | Type |
---|---|
params | Object |
params.address_id | string |
params.profile_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $404
| $406
| $422
>
Tag
KYC Profile Addresses
See
Defined in ​
createProfileContact ​
â–¸ createProfileContact(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $404
| $406
| $422
>
Operation Method for POST
/api/v2/profiles/{profile_id}/contacts
Parameters ​
Name | Type |
---|---|
params | Object |
params.contact_id | string |
params.profile_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $404
| $406
| $422
>
Tag
KYC Profile Contact Informations
See
Defined in ​
createProfileName ​
â–¸ createProfileName(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $404
| $406
| $422
>
Operation Method for POST
/api/v2/profiles/{profile_id}/names
Parameters ​
Name | Type |
---|---|
params | Object |
params.name_id | string |
params.profile_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $404
| $406
| $422
>
Tag
KYC Profile Names
See
Defined in ​
createProfileNumber ​
â–¸ createProfileNumber(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $404
| $406
| $422
>
Operation Method for POST
/api/v2/profiles/{profile_id}/numbers
Parameters ​
Name | Type |
---|---|
params | Object |
params.number_id | string |
params.profile_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $404
| $406
| $422
>
Tag
KYC Profile Numbers
See
Defined in ​
createRelatedEntitieRelatedEntityDesignation ​
â–¸ createRelatedEntitieRelatedEntityDesignation(params
, payload?
, config?
): OperationResponse
<$201
| $400
| $401
| $404
| $406
| $422
>
Operation Method for POST
/api/v2/related_entities/{related_entity_id}/related_entity_designations
Parameters ​
Name | Type |
---|---|
params | Object |
params.related_entity_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$201
| $400
| $401
| $404
| $406
| $422
>
Tag
Related Entity Designations
See
Defined in ​
delete ​
â–¸ delete<T
, R
, D
>(url
, config?
): Promise
<R
>
A proxy for the Axios delete function
Type parameters ​
Name | Type |
---|---|
T | any |
R | extends AxiosResponseWithMetaData <any , any > = AxiosResponseWithMetaData <T , any > |
D | any |
Parameters ​
Name | Type | Description |
---|---|---|
url | string | Pathname of the request |
config? | AxiosRequestConfig <D > | Additional Axios Request Configuration Overrides |
Returns ​
Promise
<R
>
An Axios Response with MetaData
See
Defined in ​
deleteAdditionalDetail ​
â–¸ deleteAdditionalDetail(params
, payload?
, config?
): OperationResponse
<$204
| $400
| $401
| $404
| $422
>
Operation Method for DELETE
/api/v2/additional_details/{additional_detail_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.additional_detail_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$204
| $400
| $401
| $404
| $422
>
Tag
KYC Profile Additional Details
See
Defined in ​
deleteAddresse ​
â–¸ deleteAddresse(params
, payload?
, config?
): OperationResponse
<$204
| $400
| $401
| $404
>
Operation Method for DELETE
/api/v2/addresses/{address_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.address_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$204
| $400
| $401
| $404
>
Tag
KYC Profile Addresses
See
Defined in ​
deleteContact ​
â–¸ deleteContact(params
, payload?
, config?
): OperationResponse
<$204
| $400
| $401
| $404
>
Operation Method for DELETE
/api/v2/contacts/{contact_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.contact_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$204
| $400
| $401
| $404
>
Tag
KYC Profile Contact Informations
See
Defined in ​
deleteDataRequirementPermission ​
â–¸ deleteDataRequirementPermission(params
, config?
): OperationResponse
<$204
| $400
| $401
| $404
>
Operation Method for DELETE
/api/v2/data_requirement_permissions/{data_requirement_permission_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.data_requirement_permission_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$204
| $400
| $401
| $404
>
Tag
Data Requirement Permissions
See
Defined in ​
deleteKycApplication ​
â–¸ deleteKycApplication(params
, config?
): OperationResponse
<$204
| $400
| $401
| $404
>
Operation Method for DELETE
/api/v2/kyc_applications/{kyc_application_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$204
| $400
| $401
| $404
>
Tag
KYC Applications
See
Defined in ​
deleteName ​
â–¸ deleteName(params
, payload?
, config?
): OperationResponse
<$204
| $400
| $401
| $404
>
Operation Method for DELETE
/api/v2/names/{name_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.name_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$204
| $400
| $401
| $404
>
Tag
KYC Profile Names
See
Defined in ​
deleteNumber ​
â–¸ deleteNumber(params
, payload?
, config?
): OperationResponse
<$204
| $400
| $401
| $404
| $422
>
Operation Method for DELETE
/api/v2/numbers/{number_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.number_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$204
| $400
| $401
| $404
| $422
>
Tag
KYC Profile Numbers
See
Defined in ​
deleteRelatedEntitie ​
â–¸ deleteRelatedEntitie(params
, config?
): OperationResponse
<$204
| $400
| $401
| $404
| $422
>
Operation Method for DELETE
/api/v2/related_entities/{related_entity_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.related_entity_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$204
| $400
| $401
| $404
| $422
>
Tag
Related Entities
See
Defined in ​
deleteRelatedEntityDesignation ​
â–¸ deleteRelatedEntityDesignation(params
, config?
): OperationResponse
<$204
| $400
| $401
| $404
>
Operation Method for DELETE
/api/v2/related_entity_designations/{related_entity_designation_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.related_entity_designation_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$204
| $400
| $401
| $404
>
Tag
Related Entity Designations
See
Defined in ​
get ​
â–¸ get<T
, R
, D
>(url
, config?
): Promise
<R
>
A proxy for the Axios get function
Type parameters ​
Name | Type |
---|---|
T | any |
R | extends AxiosResponseWithMetaData <any , any > = AxiosResponseWithMetaData <T , any > |
D | any |
Parameters ​
Name | Type | Description |
---|---|---|
url | string | Pathname of the request |
config? | AxiosRequestConfig <D > | Additional Axios Request Configuration Overrides |
Returns ​
Promise
<R
>
An Axios Response with MetaData
See
Defined in ​
getAccountAddon ​
â–¸ getAccountAddon(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/account_addons/{account_addon_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.account_addon_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Account Addons
See
Defined in ​
getAccountApplication ​
â–¸ getAccountApplication(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/account_applications/{account_application_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.account_application_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Account Applications
See
Defined in ​
getAccountApplicationAccountSummary ​
â–¸ getAccountApplicationAccountSummary(params
, config?
): OperationResponse
<$200
| $404
>
Operation Method for GET
/api/v2/account_applications/{id}/account_summary
Parameters ​
Name | Type |
---|---|
params | Object |
params.id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $404
>
Tag
Account Application Summary
See
Defined in ​
getAccountApplicationAccountSummaryPdf ​
â–¸ getAccountApplicationAccountSummaryPdf(params
, config?
): OperationResponse
<$200
| $404
>
Operation Method for GET
/api/v2/account_applications/{id}/account_summary_pdf
Parameters ​
Name | Type |
---|---|
params | Object |
params.id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $404
>
Tag
Account Application Pdf Summary
See
Defined in ​
getAdditionalDetail ​
â–¸ getAdditionalDetail(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/additional_details/{additional_detail_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.additional_detail_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
KYC Profile Additional Details
See
Defined in ​
getAddresse ​
â–¸ getAddresse(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/addresses/{address_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.address_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
KYC Profile Addresses
See
Defined in ​
getAll ​
â–¸ getAll<T
, R
, D
>(url
, config?
): Promise
<T
[]>
Helper function to simplify the retrieval of all resources for a given path
Type parameters ​
Name | Type |
---|---|
T | any |
R | extends AxiosResponseWithMetaData <any , any > = AxiosResponseWithMetaData <T , any > |
D | any |
Parameters ​
Name | Type | Description |
---|---|---|
url | string | Pathname of the request |
config? | AxiosRequestConfig <D > | Additional Axios Request Configuration Overrides |
Returns ​
Promise
<T
[]>
An Axios Response with MetaData
Defined in ​
getAllFromOperationMethod ​
â–¸ getAllFromOperationMethod<O
, P
, D
, C
, R
, T
>(operation
, parameters?
, payload?
, config?
): Promise
<T
>
Helper function to simplify the retrieval of all resources for a given operation
Type parameters ​
Name | Type |
---|---|
O | extends keyof OperationMethods |
P | Omit <Parameters <OperationMethods [O ]>[0 ], "page" | "per_page" > |
D | Parameters <OperationMethods [O ]>[1 ] |
C | Parameters <OperationMethods [O ]>[2 ] |
R | extends AxiosResponseWithMetaData <any , any > = Awaited <ReturnType <OperationMethods [O ]>> |
T | ExtractNestedDataType <R > |
Parameters ​
Name | Type | Description |
---|---|---|
operation | O | Operation Method to call |
parameters? | P | Parameters to pass to the operation excluding page and per_page |
payload? | D | Payload to pass to the operation |
config? | C | Additional Axios Request Configuration Overrides |
Returns ​
Promise
<T
>
An array of the extracted data from the response
Defined in ​
getBankAccount ​
â–¸ getBankAccount(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/bank_accounts/{bank_account_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.bank_account_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Bank Account Verification
See
Defined in ​
getBankAccountSchema ​
â–¸ getBankAccountSchema(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/bank_account_schemas/{kyc_application_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Bank Account Verification
See
Defined in ​
getBankAccountVerification ​
â–¸ getBankAccountVerification(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/bank_account_verifications/{bank_account_verification_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.bank_account_verification_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Bank Account Verification
See
Defined in ​
getComparisonResult ​
â–¸ getComparisonResult(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/comparison_results/{comparison_result_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.comparison_result_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Comparison Results
See
Defined in ​
getConsumerReportQuerie ​
â–¸ getConsumerReportQuerie(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/consumer_report_queries/{id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Consumer Report Query
See
Defined in ​
getConsumerReportQuerieDownload ​
â–¸ getConsumerReportQuerieDownload(params
, config?
): OperationResponse
<$302
| $400
| $401
| $404
| $406
| $409
>
Operation Method for GET
/api/v2/consumer_report_queries/{id}/download
Parameters ​
Name | Type |
---|---|
params | Object |
params.id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$302
| $400
| $401
| $404
| $406
| $409
>
Tag
Consumer Report Query
See
Defined in ​
getContact ​
â–¸ getContact(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/contacts/{contact_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.contact_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
KYC Profile Contact Informations
See
Defined in ​
getDataComparison ​
â–¸ getDataComparison(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/data_comparisons/{data_comparison_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.data_comparison_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Data Comparisons
See
Defined in ​
getDataRequirement ​
â–¸ getDataRequirement(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/data_requirements/{data_requirement_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.data_requirement_id | string |
params.include? | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Data Requirements
See
Defined in ​
getDataRequirementPermission ​
â–¸ getDataRequirementPermission(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/data_requirement_permissions/{data_requirement_permission_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.data_requirement_permission_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Data Requirement Permissions
See
Defined in ​
getDisclosure ​
â–¸ getDisclosure(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/disclosures/{disclosure_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.disclosure_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Disclosures
See
Defined in ​
getDocument ​
â–¸ getDocument(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/documents/{document_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.document_id | string |
params.include? | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Documents
See
Defined in ​
getDocumentFileDownload ​
â–¸ getDocumentFileDownload(params
, config?
): OperationResponse
<$302
| $404
| $406
| $410
>
Operation Method for GET
/api/v2/document_file_downloads/{document_token_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.document_token_id | Record <string , any > |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$302
| $404
| $406
| $410
>
Tag
Download Documents
See
Defined in ​
getDocumentToken ​
â–¸ getDocumentToken(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/document_tokens/{document_token_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.document_token_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Document Tokens
See
Defined in ​
getEvidenceSubmission ​
â–¸ getEvidenceSubmission(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/evidence_submissions/{evidence_submission_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.evidence_submission_id | string |
params.include? | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Evidence Submissions
See
Defined in ​
getForm ​
â–¸ getForm(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/forms/{form_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.form_id | string |
params.include? | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Forms
See
Defined in ​
getFormDataById ​
â–¸ getFormDataById(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/form_data/{form_datum_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.form_datum_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Form Data
See
Defined in ​
getFormFormData ​
â–¸ getFormFormData(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/forms/{form_id}/form_data
Parameters ​
Name | Type |
---|---|
params | Object |
params.form_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Form Data
See
Defined in ​
getFormPdfExport ​
â–¸ getFormPdfExport(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/form_pdf_exports/{form_pdf_export_id}/
Parameters ​
Name | Type |
---|---|
params | Object |
params.form_pdf_export_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Form PDF Exports
See
Defined in ​
getFormPdfExportDownload ​
â–¸ getFormPdfExportDownload(params
, config?
): OperationResponse
<$302
| $400
| $401
| $404
| $406
| $409
>
Operation Method for GET
/api/v2/form_pdf_exports/{form_pdf_export_id}/download
Parameters ​
Name | Type |
---|---|
params | Object |
params.form_pdf_export_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$302
| $400
| $401
| $404
| $406
| $409
>
Tag
Form PDF Exports
See
Defined in ​
getInvitationToken ​
â–¸ getInvitationToken(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/invitation_tokens/{invitation_token_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.invitation_token_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Invitation Tokens
See
Defined in ​
getKycApplication ​
â–¸ getKycApplication(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/kyc_applications/{kyc_application_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.include? | string |
params.kyc_application_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
KYC Applications
See
Defined in ​
getKycApplicationRiskRating ​
â–¸ getKycApplicationRiskRating(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/kyc_applications/{kyc_application_id}/risk_ratings/{evaluation_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.evaluation_id | string |
params.kyc_application_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Risk Ratings
See
Defined in ​
getKycEntityTemplate ​
â–¸ getKycEntityTemplate(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/kyc_entity_templates/{kyc_entity_template_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_entity_template_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
KYC Entity Templates
See
Defined in ​
getName ​
â–¸ getName(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/names/{name_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.name_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
KYC Profile Names
See
Defined in ​
getNumber ​
â–¸ getNumber(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/numbers/{number_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.number_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
KYC Profile Numbers
See
Defined in ​
getPdfReportSummarie ​
â–¸ getPdfReportSummarie(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/pdf_report_summaries/{pdf_report_summary_id}/
Parameters ​
Name | Type |
---|---|
params | Object |
params.pdf_report_summary_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
PDF Report Summaries
See
Defined in ​
getPdfReportSummarieDownload ​
â–¸ getPdfReportSummarieDownload(params
, config?
): OperationResponse
<$302
| $400
| $401
| $404
| $406
| $409
>
Operation Method for GET
/api/v2/pdf_report_summaries/{pdf_summary_report_id}/download
Parameters ​
Name | Type |
---|---|
params | Object |
params.pdf_report_summary_id | string |
params.pdf_summary_report_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$302
| $400
| $401
| $404
| $406
| $409
>
Tag
PDF Report Summaries
See
Defined in ​
getProduct ​
â–¸ getProduct(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/products/{id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Products
See
Defined in ​
getProfile ​
â–¸ getProfile(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/profiles/{profile_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.include? | string |
params.profile_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Profiles
See
Defined in ​
getQualitativeCheck ​
â–¸ getQualitativeCheck(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/qualitative_checks/{qualitative_check_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.qualitative_check_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Qualitative Checks
See
Defined in ​
getRejectionReason ​
â–¸ getRejectionReason(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/rejection_reasons/{rejection_reason_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.rejection_reason_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Rejection Reasons
See
Defined in ​
getRelatedEntitie ​
â–¸ getRelatedEntitie(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/related_entities/{related_entity_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.include? | string |
params.related_entity_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Related Entities
See
Defined in ​
getRelatedEntityDesignation ​
â–¸ getRelatedEntityDesignation(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/related_entity_designations/{related_entity_designation_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.related_entity_designation_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Related Entity Designations
See
Defined in ​
getRiskRatingEvaluation ​
â–¸ getRiskRatingEvaluation(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/risk_rating_evaluations/{risk_rating_evaluation_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.risk_rating_evaluation_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Risk Rating Evaluations
See
Defined in ​
getUri ​
â–¸ getUri(config?
): string
A proxy for the Axios getUri function
Parameters ​
Name | Type | Description |
---|---|---|
config? | AxiosRequestConfig <any > | Axios Request Configuration |
Returns ​
string
The URI for the request
See
Defined in ​
getUser ​
â–¸ getUser(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/users/{user_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.user_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Users
See
Defined in ​
head ​
â–¸ head<T
, R
, D
>(url
, config?
): Promise
<R
>
A proxy for the Axios head function
Type parameters ​
Name | Type |
---|---|
T | any |
R | extends AxiosResponseWithMetaData <any , any > = AxiosResponseWithMetaData <T , any > |
D | any |
Parameters ​
Name | Type | Description |
---|---|---|
url | string | Pathname of the request |
config? | AxiosRequestConfig <D > | Additional Axios Request Configuration Overrides |
Returns ​
Promise
<R
>
An Axios Response with MetaData
See
Defined in ​
listAccountApplicationAccountAddon ​
â–¸ listAccountApplicationAccountAddon(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/account_applications/{account_application_id}/account_addons
Parameters ​
Name | Type |
---|---|
params | Object |
params.account_application_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Account Addons
See
Defined in ​
listAccountApplicationDataRequirement ​
â–¸ listAccountApplicationDataRequirement(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/account_applications/{account_application_id}/data_requirements
Parameters ​
Name | Type |
---|---|
params | Object |
params.account_application_id | string |
params.forms? | boolean |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Data Requirements
See
Defined in ​
listBankAccountBankAccountVerification ​
â–¸ listBankAccountBankAccountVerification(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/bank_accounts/{bank_account_id}/bank_account_verifications
Parameters ​
Name | Type |
---|---|
params | Object |
params.bank_account_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Bank Account Verification
See
Defined in ​
listContactDataRequirementPermission ​
â–¸ listContactDataRequirementPermission(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/contacts/{contact_information_id}/data_requirement_permissions
Parameters ​
Name | Type |
---|---|
params | Object |
params.contact_information_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Data Requirement Permissions
See
Defined in ​
listContactInvitationToken ​
â–¸ listContactInvitationToken(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/contacts/{contact_information_id}/invitation_tokens
Parameters ​
Name | Type |
---|---|
params | Object |
params.contact_information_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Invitation Tokens
See
Defined in ​
listDataComparisonComparisonResult ​
â–¸ listDataComparisonComparisonResult(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/data_comparisons/{data_comparison_id}/comparison_results
Parameters ​
Name | Type |
---|---|
params | Object |
params.data_comparison_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Comparison Results
See
Defined in ​
listDataRequirementDataComparison ​
â–¸ listDataRequirementDataComparison(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/data_requirements/{data_requirement_id}/data_comparisons
Parameters ​
Name | Type |
---|---|
params | Object |
params.data_requirement_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Data Comparisons
See
Defined in ​
listDataRequirementDataRequirementPermission ​
â–¸ listDataRequirementDataRequirementPermission(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/data_requirements/{data_requirement_id}/data_requirement_permissions
Parameters ​
Name | Type |
---|---|
params | Object |
params.data_requirement_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Data Requirement Permissions
See
Defined in ​
listDataRequirementEvidenceSubmission ​
â–¸ listDataRequirementEvidenceSubmission(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/data_requirements/{data_requirement_id}/evidence_submissions
Parameters ​
Name | Type |
---|---|
params | Object |
params.data_requirement_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Evidence Submissions
See
Defined in ​
listDisclosure ​
â–¸ listDisclosure(params
, config?
): OperationResponse
<$200
| $400
| $401
| $403
>
Operation Method for GET
/api/v2/disclosures
Parameters ​
Name | Type |
---|---|
params | Object |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $403
>
Tag
Disclosures
See
Defined in ​
listDocumentDocumentToken ​
â–¸ listDocumentDocumentToken(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/documents/{document_id}/document_tokens
Parameters ​
Name | Type |
---|---|
params | Object |
params.document_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Document Tokens
See
Defined in ​
listEvidenceSubmissionDocument ​
â–¸ listEvidenceSubmissionDocument(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/evidence_submissions/{evidence_submission_id}/documents
Parameters ​
Name | Type |
---|---|
params | Object |
params.evidence_submission_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Documents
See
Defined in ​
listEvidenceSubmissionQualitativeCheck ​
â–¸ listEvidenceSubmissionQualitativeCheck(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/evidence_submissions/{evidence_submission_id}/qualitative_checks
Parameters ​
Name | Type |
---|---|
params | Object |
params.evidence_submission_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Qualitative Checks
See
Defined in ​
listEvidenceSubmissionRejectionReason ​
â–¸ listEvidenceSubmissionRejectionReason(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/evidence_submissions/{evidence_submission_id}/rejection_reasons
Parameters ​
Name | Type |
---|---|
params | Object |
params.evidence_submission_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Rejection Reasons
See
Defined in ​
listFormFormPdfExport ​
â–¸ listFormFormPdfExport(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/forms/{form_id}/form_pdf_exports
Parameters ​
Name | Type |
---|---|
params | Object |
params.form_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Form PDF Exports
See
Defined in ​
listKycApplication ​
â–¸ listKycApplication(params
, config?
): OperationResponse
<$200
| $400
| $401
| $403
>
Operation Method for GET
/api/v2/kyc_applications
Parameters ​
Name | Type |
---|---|
params | Object |
params.filter? | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $403
>
Tag
KYC Applications
See
Defined in ​
listKycApplicationAccountApplication ​
â–¸ listKycApplicationAccountApplication(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/kyc_applications/{kyc_application_id}/account_applications
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Account Applications
See
Defined in ​
listKycApplicationBankAccount ​
â–¸ listKycApplicationBankAccount(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/kyc_applications/{kyc_application_id}/bank_accounts
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Bank Account Verification
See
Defined in ​
listKycApplicationConsumerReportQuerie ​
â–¸ listKycApplicationConsumerReportQuerie(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/kyc_applications/{kyc_application_id}/consumer_report_queries
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Consumer Report Query
See
Defined in ​
listKycApplicationDataComparison ​
â–¸ listKycApplicationDataComparison(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/kyc_applications/{kyc_application_id}/data_comparisons
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Data Comparisons
See
Defined in ​
listKycApplicationDataRequirement ​
â–¸ listKycApplicationDataRequirement(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/kyc_applications/{kyc_application_id}/data_requirements
Parameters ​
Name | Type |
---|---|
params | Object |
params.forms? | boolean |
params.kyc_application_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Data Requirements
See
Defined in ​
listKycApplicationPdfReportSummarie ​
â–¸ listKycApplicationPdfReportSummarie(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/kyc_applications/{kyc_application_id}/pdf_report_summaries
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
PDF Report Summaries
See
Defined in ​
listKycApplicationProfile ​
â–¸ listKycApplicationProfile(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/kyc_applications/{kyc_application_id}/profiles
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Profiles
See
Defined in ​
listKycApplicationRelatedEntitie ​
â–¸ listKycApplicationRelatedEntitie(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $409
>
Operation Method for GET
/api/v2/kyc_applications/{kyc_application_id}/related_entities
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $409
>
Tag
Related Entities
See
Defined in ​
listKycApplicationRiskRating ​
â–¸ listKycApplicationRiskRating(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/kyc_applications/{kyc_application_id}/risk_ratings
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Risk Ratings
See
Defined in ​
listKycApplicationRiskRatingEvaluation ​
â–¸ listKycApplicationRiskRatingEvaluation(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/kyc_applications/{kyc_application_id}/risk_rating_evaluations
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Risk Rating Evaluations
See
Defined in ​
listKycApplicationRiskRatingsQuestion ​
â–¸ listKycApplicationRiskRatingsQuestion(params
, config?
): OperationResponse
<$200
| $404
>
Operation Method for GET
/api/v2/kyc_applications/{kyc_application_id}/risk_ratings/questions
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $404
>
Tag
Risk Ratings
See
Defined in ​
listKycApplicationStatusSummarie ​
â–¸ listKycApplicationStatusSummarie(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/kyc_applications/{kyc_application_id}/status_summaries
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Status Summaries
See
Defined in ​
listKycEntityTemplate ​
â–¸ listKycEntityTemplate(params
, config?
): OperationResponse
<$200
| $400
| $401
| $403
>
Operation Method for GET
/api/v2/kyc_entity_templates
Parameters ​
Name | Type |
---|---|
params | Object |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $403
>
Tag
KYC Entity Templates
See
Defined in ​
listKycEntityTemplateDesignationTemplate ​
â–¸ listKycEntityTemplateDesignationTemplate(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/kyc_entity_templates/{kyc_entity_template_id}/designation_templates
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_entity_template_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Related Entity Designations
See
Defined in ​
listKycEntityTemplateDisclosure ​
â–¸ listKycEntityTemplateDisclosure(params
, config?
): OperationResponse
<$200
| $400
| $401
| $403
| $404
>
Operation Method for GET
/api/v2/kyc_entity_templates/{kyc_entity_template_id}/disclosures
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_entity_template_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $403
| $404
>
Tag
KycEntityTemplates Disclosures
See
Defined in ​
listKycEntityTemplateProduct ​
â–¸ listKycEntityTemplateProduct(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/kyc_entity_templates/{kyc_entity_template_id}/products
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_entity_template_id | string |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
KycEntityTemplates Products
See
Defined in ​
listProduct ​
â–¸ listProduct(params
, config?
): OperationResponse
<$200
| $400
| $401
| $403
>
Operation Method for GET
/api/v2/products
Parameters ​
Name | Type |
---|---|
params | Object |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $403
>
Tag
Products
See
Defined in ​
listProductDisclosure ​
â–¸ listProductDisclosure(params
, config?
): OperationResponse
<$200
| $400
| $401
| $403
| $404
>
Operation Method for GET
/api/v2/products/{product_id}/disclosures
Parameters ​
Name | Type |
---|---|
params | Object |
params.page? | number |
params.per_page? | number |
params.product_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $403
| $404
>
Tag
Product Disclosures
See
Defined in ​
listProductProductAddonsDisclosure ​
â–¸ listProductProductAddonsDisclosure(params
, config?
): OperationResponse
<$200
| $400
| $401
| $403
>
Operation Method for GET
/api/v2/product_product_addons/disclosures
Parameters ​
Name | Type |
---|---|
params | Object |
params.page? | number |
params.per_page? | number |
params.product_product_addon_ids? | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $403
>
Tag
Product Product Addon Disclosures
See
Defined in ​
listProductProductProductAddon ​
â–¸ listProductProductProductAddon(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/products/{product_id}/product_product_addons
Parameters ​
Name | Type |
---|---|
params | Object |
params.page? | number |
params.per_page? | number |
params.product_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Product Addons
See
Defined in ​
listProfileAdditionalDetail ​
â–¸ listProfileAdditionalDetail(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/profiles/{profile_id}/additional_details
Parameters ​
Name | Type |
---|---|
params | Object |
params.page? | number |
params.per_page? | number |
params.profile_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
KYC Profile Additional Details
See
Defined in ​
listProfileAddresse ​
â–¸ listProfileAddresse(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/profiles/{profile_id}/addresses
Parameters ​
Name | Type |
---|---|
params | Object |
params.page? | number |
params.per_page? | number |
params.profile_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
KYC Profile Addresses
See
Defined in ​
listProfileContact ​
â–¸ listProfileContact(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/profiles/{profile_id}/contacts
Parameters ​
Name | Type |
---|---|
params | Object |
params.page? | number |
params.per_page? | number |
params.profile_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
KYC Profile Contact Informations
See
Defined in ​
listProfileDataComparison ​
â–¸ listProfileDataComparison(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/profiles/{profile_id}/data_comparisons
Parameters ​
Name | Type |
---|---|
params | Object |
params.page? | number |
params.per_page? | number |
params.profile_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Data Comparisons
See
Defined in ​
listProfileName ​
â–¸ listProfileName(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/profiles/{profile_id}/names
Parameters ​
Name | Type |
---|---|
params | Object |
params.page? | number |
params.per_page? | number |
params.profile_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
KYC Profile Names
See
Defined in ​
listProfileNumber ​
â–¸ listProfileNumber(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/profiles/{profile_id}/numbers
Parameters ​
Name | Type |
---|---|
params | Object |
params.page? | number |
params.per_page? | number |
params.profile_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
KYC Profile Numbers
See
Defined in ​
listRelatedEntitieRelatedEntityDesignation ​
â–¸ listRelatedEntitieRelatedEntityDesignation(params
, config?
): OperationResponse
<$200
| $400
| $401
| $404
>
Operation Method for GET
/api/v2/related_entities/{related_entity_id}/related_entity_designations
Parameters ​
Name | Type |
---|---|
params | Object |
params.page? | number |
params.per_page? | number |
params.related_entity_id | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
>
Tag
Related Entity Designations
See
Defined in ​
listUser ​
â–¸ listUser(params
, config?
): OperationResponse
<$200
| $400
| $401
| $403
>
Operation Method for GET
/api/v2/users
Parameters ​
Name | Type |
---|---|
params | Object |
params.page? | number |
params.per_page? | number |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $403
>
Tag
Users
See
Defined in ​
options ​
â–¸ options<T
, R
, D
>(url
, config?
): Promise
<R
>
A proxy for the Axios options function
Type parameters ​
Name | Type |
---|---|
T | any |
R | extends AxiosResponseWithMetaData <any , any > = AxiosResponseWithMetaData <T , any > |
D | any |
Parameters ​
Name | Type | Description |
---|---|---|
url | string | Pathname of the request |
config? | AxiosRequestConfig <D > | Additional Axios Request Configuration Overrides |
Returns ​
Promise
<R
>
An Axios Response with MetaData
See
Defined in ​
patch ​
â–¸ patch<T
, R
, D
>(url
, data?
, config?
): Promise
<R
>
A proxy for the Axios patch function
Type parameters ​
Name | Type |
---|---|
T | any |
R | extends AxiosResponseWithMetaData <any , any > = AxiosResponseWithMetaData <T , any > |
D | any |
Parameters ​
Name | Type | Description |
---|---|---|
url | string | Pathname of the request |
data? | D | Data to send with the request |
config? | AxiosRequestConfig <D > | Additional Axios Request Configuration Overrides |
Returns ​
Promise
<R
>
An Axios Response with MetaData
See
Defined in ​
patchForm ​
â–¸ patchForm<T
, R
, D
>(url
, data?
, config?
): Promise
<R
>
A proxy for the Axios patchForm function
Type parameters ​
Name | Type |
---|---|
T | any |
R | extends AxiosResponseWithMetaData <any , any > = AxiosResponseWithMetaData <T , any > |
D | any |
Parameters ​
Name | Type | Description |
---|---|---|
url | string | Pathname of the request |
data? | D | Data to send with the request |
config? | AxiosRequestConfig <D > | Additional Axios Request Configuration Overrides |
Returns ​
Promise
<R
>
An Axios Response with MetaData
See
Defined in ​
post ​
â–¸ post<T
, R
, D
>(url
, data?
, config?
): Promise
<R
>
A proxy for the Axios post function
Type parameters ​
Name | Type |
---|---|
T | any |
R | extends AxiosResponseWithMetaData <any , any > = AxiosResponseWithMetaData <T , any > |
D | any |
Parameters ​
Name | Type | Description |
---|---|---|
url | string | Pathname of the request |
data? | D | Data to send with the request |
config? | AxiosRequestConfig <D > | Additional Axios Request Configuration Overrides |
Returns ​
Promise
<R
>
An Axios Response with MetaData
See
Defined in ​
postForm ​
â–¸ postForm<T
, R
, D
>(url
, data?
, config?
): Promise
<R
>
A proxy for the Axios postForm function
Type parameters ​
Name | Type |
---|---|
T | any |
R | extends AxiosResponseWithMetaData <any , any > = AxiosResponseWithMetaData <T , any > |
D | any |
Parameters ​
Name | Type | Description |
---|---|---|
url | string | Pathname of the request |
data? | D | Data to send with the request |
config? | AxiosRequestConfig <D > | Additional Axios Request Configuration Overrides |
Returns ​
Promise
<R
>
An Axios Response with MetaData
See
Defined in ​
put ​
â–¸ put<T
, R
, D
>(url
, data?
, config?
): Promise
<R
>
A proxy for the Axios put function
Type parameters ​
Name | Type |
---|---|
T | any |
R | extends AxiosResponseWithMetaData <any , any > = AxiosResponseWithMetaData <T , any > |
D | any |
Parameters ​
Name | Type | Description |
---|---|---|
url | string | Pathname of the request |
data? | D | Data to send with the request |
config? | AxiosRequestConfig <D > | Additional Axios Request Configuration Overrides |
Returns ​
Promise
<R
>
An Axios Response with MetaData
See
Defined in ​
putForm ​
â–¸ putForm<T
, R
, D
>(url
, data?
, config?
): Promise
<R
>
A proxy for the Axios putForm function
Type parameters ​
Name | Type |
---|---|
T | any |
R | extends AxiosResponseWithMetaData <any , any > = AxiosResponseWithMetaData <T , any > |
D | any |
Parameters ​
Name | Type | Description |
---|---|---|
url | string | Pathname of the request |
data? | D | Data to send with the request |
config? | AxiosRequestConfig <D > | Additional Axios Request Configuration Overrides |
Returns ​
Promise
<R
>
An Axios Response with MetaData
See
Defined in ​
request ​
â–¸ request<T
, R
, D
>(config
): Promise
<R
>
A proxy for the Axios request function
Type parameters ​
Name | Type |
---|---|
T | any |
R | extends AxiosResponseWithMetaData <any , any > = AxiosResponseWithMetaData <T , any > |
D | any |
Parameters ​
Name | Type | Description |
---|---|---|
config | AxiosRequestConfig <D > | Axios Request Configuration |
Returns ​
Promise
<R
>
An Axios Response with MetaData
See
Defined in ​
requestAuthentication ​
â–¸ requestAuthentication(params
, config?
): OperationResponse
<$200
| $400
| $401
>
Operation Method for GET
/api/v2/authentications/new
Parameters ​
Name | Type |
---|---|
params | Object |
params.X-Client-Api-Key | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
>
Tag
Authentication
See
Defined in ​
requestToken ​
â–¸ requestToken(params
, config?
): OperationResponse
<$200
| $400
| $401
>
Operation Method for GET
/api/v2/tokens/new
Parameters ​
Name | Type |
---|---|
params | Object |
params.X-Client-Api-Key | string |
params.X-Client-Signature | string |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
>
Tag
Authentication
See
Defined in ​
setAuth ​
â–¸ setAuth(auth
): any
Parameters ​
Name | Type |
---|---|
auth | AuthTokenInformation |
Returns ​
any
Defined in ​
â–¸ setAuth(auth
, expiresAt?
): any
Parameters ​
Name | Type |
---|---|
auth | undefined | string |
expiresAt? | string | DateTime <boolean > | Date |
Returns ​
any
Defined in ​
setCompatibilityMode ​
â–¸ setCompatibilityMode(value
): void
Enable or disable compatibility mode which allows URI's which do not start with /api/v2 to be passed to the axios alias functions (get, post, etc)
Parameters ​
Name | Type | Description |
---|---|---|
value | boolean | If compatibility mode should be enabled |
Returns ​
void
Defined in ​
unarchiveKycApplication ​
â–¸ unarchiveKycApplication(params
, payload?
, config?
): OperationResponse
<$200
| $400
>
Operation Method for POST
/api/v2/kyc_applications/{kyc_application_id}/unarchive
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
payload? | Object |
payload.data | Record <string , any > |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
>
Tag
KYC Applications
See
Defined in ​
updateAccountApplication ​
â–¸ updateAccountApplication(params
, payload?
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $406
>
Operation Method for PATCH
/api/v2/account_applications/{account_application_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.account_application_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $406
>
Tag
Account Applications
See
Defined in ​
updateAccountApplicationDisclosureAcceptances ​
â–¸ updateAccountApplicationDisclosureAcceptances(params
, payload?
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $406
>
Operation Method for PATCH
/api/v2/account_applications/{id}/disclosure_acceptances
Parameters ​
Name | Type |
---|---|
params | Object |
params.id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $406
>
Tag
Disclosure Acceptances
See
Defined in ​
updateAdditionalDetail ​
â–¸ updateAdditionalDetail(params
, payload?
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $406
| $422
>
Operation Method for PATCH
/api/v2/additional_details/{additional_detail_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.additional_detail_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $406
| $422
>
Tag
KYC Profile Additional Details
See
Defined in ​
updateAddresse ​
â–¸ updateAddresse(params
, payload?
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $406
| $422
>
Operation Method for PATCH
/api/v2/addresses/{address_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.address_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $406
| $422
>
Tag
KYC Profile Addresses
See
Defined in ​
updateBankAccountVerification ​
â–¸ updateBankAccountVerification(params
, payload?
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $406
>
Operation Method for PATCH
/api/v2/bank_account_verifications/{bank_account_verification_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.bank_account_verification_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $406
>
Tag
Bank Account Verification
See
Defined in ​
updateContact ​
â–¸ updateContact(params
, payload?
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $406
| $422
>
Operation Method for PATCH
/api/v2/contacts/{contact_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.contact_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $406
| $422
>
Tag
KYC Profile Contact Informations
See
Defined in ​
updateEvidenceSubmission ​
â–¸ updateEvidenceSubmission(params
, payload?
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $406
| $409
>
Operation Method for PATCH
/api/v2/evidence_submissions/{evidence_submission_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.evidence_submission_id | string |
params.include? | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $406
| $409
>
Tag
Evidence Submissions
See
Defined in ​
updateEvidenceSubmissionApprove ​
â–¸ updateEvidenceSubmissionApprove(params
, payload?
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $406
>
Operation Method for PATCH
/api/v2/evidence_submissions/{evidence_submission_id}/approve
Parameters ​
Name | Type |
---|---|
params | Object |
params.evidence_submission_id | string |
params.include? | string |
payload? | Object |
payload.data | Record <string , any > |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $406
>
Tag
Evidence Submissions
See
Defined in ​
updateEvidenceSubmissionReject ​
â–¸ updateEvidenceSubmissionReject(params
, payload?
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $406
>
Operation Method for PATCH
/api/v2/evidence_submissions/{evidence_submission_id}/reject
Parameters ​
Name | Type |
---|---|
params | Object |
params.evidence_submission_id | string |
params.include? | string |
payload? | Object |
payload.data | Record <string , any > |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $406
>
Tag
Evidence Submissions
See
Defined in ​
updateEvidenceSubmissionReplace ​
â–¸ updateEvidenceSubmissionReplace(params
, payload?
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $406
>
Operation Method for PATCH
/api/v2/evidence_submissions/{evidence_submission_id}/replace
Parameters ​
Name | Type |
---|---|
params | Object |
params.evidence_submission_id | string |
params.include? | string |
payload? | Object |
payload.data | Record <string , any > |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $406
>
Tag
Evidence Submissions
See
Defined in ​
updateInvitationToken ​
â–¸ updateInvitationToken(params
, payload?
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $406
| $409
>
Operation Method for PATCH
/api/v2/invitation_tokens/{invitation_token_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.contact_information_id | string |
params.invitation_token_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $406
| $409
>
Tag
Invitation Tokens
See
Defined in ​
updateKycApplicationApprove ​
â–¸ updateKycApplicationApprove(params
, payload?
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $406
| $422
>
Operation Method for PATCH
/api/v2/kyc_applications/{kyc_application_id}/approve
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
payload? | Object |
payload.data | Record <string , any > |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $406
| $422
>
Tag
KYC Applications
See
Defined in ​
updateKycApplicationRiskRatingsQuestions ​
â–¸ updateKycApplicationRiskRatingsQuestions(params
, payload?
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $406
>
Operation Method for PATCH
/api/v2/kyc_applications/{kyc_application_id}/risk_ratings/questions
Parameters ​
Name | Type |
---|---|
params | Object |
params.evaluation_id | string |
params.kyc_application_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $406
>
Tag
Risk Ratings
See
Defined in ​
updateKycApplicationTransfer ​
â–¸ updateKycApplicationTransfer(params
, payload?
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $406
| $422
>
Operation Method for PATCH
/api/v2/kyc_applications/{kyc_application_id}/transfer
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
payload? | Object |
payload.data | Record <string , any > |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $406
| $422
>
Tag
KYC Applications
See
Defined in ​
updateKycApplicationUnapprove ​
â–¸ updateKycApplicationUnapprove(params
, payload?
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $406
| $422
>
Operation Method for PATCH
/api/v2/kyc_applications/{kyc_application_id}/unapprove
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
payload? | Object |
payload.data | Record <string , any > |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $406
| $422
>
Tag
KYC Applications
See
Defined in ​
updateName ​
â–¸ updateName(params
, payload?
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $406
| $422
>
Operation Method for PATCH
/api/v2/names/{name_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.name_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $406
| $422
>
Tag
KYC Profile Names
See
Defined in ​
updateNumber ​
â–¸ updateNumber(params
, payload?
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $406
| $422
>
Operation Method for PATCH
/api/v2/numbers/{number_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.number_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $406
| $422
>
Tag
KYC Profile Numbers
See
Defined in ​
updateOnboardingInvitation ​
â–¸ updateOnboardingInvitation(params
, payload?
, config?
): OperationResponse
<$200
| $400
| $401
| $404
| $406
| $422
>
Operation Method for PATCH
/api/v2/onboarding_invitations/{kyc_application_id}
Parameters ​
Name | Type |
---|---|
params | Object |
params.kyc_application_id | string |
payload? | Object |
payload.data | any |
config? | AxiosRequestConfig <any > |
Returns ​
OperationResponse
<$200
| $400
| $401
| $404
| $406
| $422
>
Tag
Onboarding Invitation
See
Defined in ​
error ​
â–¸ Static
error(message?
, response?
): DocFoxError
Parameters ​
Name | Type |
---|---|
message? | string |
response? | AxiosResponse <any , any > |
Returns ​
Defined in ​
errorFromAuth ​
â–¸ Static
errorFromAuth(message?
, response?
): DocFoxAuthenticationError
Parameters ​
Name | Type |
---|---|
message? | string |
response? | AxiosResponse <any , any > |