Skip to main content
Glama

Satim Payment Gateway Integration

by zakblacki

refund_order

Process refunds for completed orders by specifying the order ID and refund amount in Algerian Dinars using the SATIM payment gateway integration.

Instructions

Process refund for a completed order

Input Schema

NameRequiredDescriptionDefault
amountInDAYesRefund amount in Algerian Dinars
currencyNoCurrency code012
languageNoLanguage for response messages
orderIdYesOrder ID to refund

Input Schema (JSON Schema)

{ "properties": { "amountInDA": { "description": "Refund amount in Algerian Dinars", "type": "number" }, "currency": { "default": "012", "description": "Currency code", "type": "string" }, "language": { "description": "Language for response messages", "enum": [ "AR", "FR", "EN" ], "type": "string" }, "orderId": { "description": "Order ID to refund", "type": "string" } }, "required": [ "orderId", "amountInDA" ], "type": "object" }

You must be authenticated.

Other Tools from Satim Payment Gateway Integration

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zakblacki/Satim-Payment-Gateway-Integration'

If you have feedback or need assistance with the MCP directory API, please join our Discord server