Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
VISA_ACCEPTANCE_TOOLS | No | Comma-separated list of tools to enable, or 'all' to enable all tools | all |
VISA_ACCEPTANCE_API_KEY_ID | Yes | Your Visa Acceptance API key ID | |
VISA_ACCEPTANCE_SECRET_KEY | Yes | Your Visa Acceptance secret key | |
VISA_ACCEPTANCE_ENVIRONMENT | No | When SANDBOX, points to apitest.visa-acceptance.com (non-production). When PRODUCTION, points to api.visa-acceptance.com (production) | SANDBOX |
VISA_ACCEPTANCE_MERCHANT_ID | Yes | Your Visa Acceptance merchant ID |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_invoice | This tool will create an invoice in Visa Acceptance. |
update_invoice | This tool will update an invoice in Visa Acceptance. |
get_invoice | This tool will get a specific invoice from Visa Acceptance. |
list_invoices | This tool will list invoices from Visa Acceptance. |
send_invoice | This tool will send an invoice to the customer from Visa Acceptance. |
cancel_invoice | This tool will cancel an invoice in Visa Acceptance. |
create_payment_link | This tool will create a payment link in Visa Acceptance. |
update_payment_link | This tool will update a payment link in Visa Acceptance. |
get_payment_link | This tool will get a specific payment link from Visa Acceptance. |
list_payment_links | This tool will list payment links from Visa Acceptance. |