Satim Payment Gateway Integration
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | The application environment | development |
| SATIM_BASE_URL | No | The SATIM API base URL (use https://satim.dz/payment/rest for production) | https://test.satim.dz/payment/rest |
| SATIM_PASSWORD | Yes | Your SATIM merchant password | |
| SATIM_USERNAME | Yes | Your SATIM merchant username | |
| SATIM_TERMINAL_ID | No | Your bank-assigned terminal ID |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| configure_credentialsC | Configure SATIM payment gateway credentials |
| register_orderC | Register a new order with SATIM payment gateway |
| confirm_orderC | Confirm order status after payment attempt |
| refund_orderC | Process refund for a completed order |
| validate_payment_responseC | Validate and interpret payment response status |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose with no overlap: configure_credentials handles setup, register_order initiates payments, validate_payment_response processes responses, confirm_order checks status, and refund_order handles refunds. The descriptions make it easy for an agent to select the right tool for each payment workflow step.
All tools follow a consistent verb_noun pattern with clear action verbs (configure, confirm, refund, register, validate) and specific nouns (credentials, order, payment_response). The naming is uniform and predictable throughout the set.
Five tools is well-scoped for a payment gateway integration, covering the essential operations: setup, order registration, response validation, status confirmation, and refunds. Each tool earns its place without redundancy or obvious gaps.
The tool set provides complete coverage for the payment gateway domain, including configuration, order lifecycle (register, confirm, refund), and response validation. There are no dead ends or missing operations for typical payment processing workflows.