deploy
This commit is contained in:
54
skills/income/SKILL.md
Normal file
54
skills/income/SKILL.md
Normal file
@@ -0,0 +1,54 @@
|
||||
---
|
||||
name: income-routes
|
||||
description: Handle 5 OpenAPI operation(s) under /income/verification for the income route group.
|
||||
---
|
||||
|
||||
# income API Routes
|
||||
|
||||
Handle 5 OpenAPI operation(s) under /income/verification for the income route group.
|
||||
|
||||
Use the generated operation tools to make real API calls. Do not invent API responses.
|
||||
If a tool reports missing setup, return the exact setup field name to the caller.
|
||||
For write, update, or delete operations, state the intended action before calling the tool.
|
||||
|
||||
## Operations
|
||||
|
||||
### income_verification_create
|
||||
|
||||
- Operation ID: `income_verification_create`
|
||||
- Route: `POST /income/verification/create`
|
||||
- Mode: WRITE
|
||||
- Summary: (Deprecated) Create an income verification instance
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### income_verification_paystubs_get
|
||||
|
||||
- Operation ID: `income_verification_paystubs_get`
|
||||
- Route: `POST /income/verification/paystubs/get`
|
||||
- Mode: WRITE
|
||||
- Summary: (Deprecated) Retrieve information from the paystubs used for income verification
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### income_verification_documents_download
|
||||
|
||||
- Operation ID: `income_verification_documents_download`
|
||||
- Route: `POST /income/verification/documents/download`
|
||||
- Mode: WRITE
|
||||
- Summary: (Deprecated) Download the original documents used for income verification
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### income_verification_taxforms_get
|
||||
|
||||
- Operation ID: `income_verification_taxforms_get`
|
||||
- Route: `POST /income/verification/taxforms/get`
|
||||
- Mode: WRITE
|
||||
- Summary: (Deprecated) Retrieve information from the tax documents used for income verification
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### income_verification_precheck
|
||||
|
||||
- Operation ID: `income_verification_precheck`
|
||||
- Route: `POST /income/verification/precheck`
|
||||
- Mode: WRITE
|
||||
- Summary: (Deprecated) Check digital income verification eligibility and optimize conversion
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user