
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@codespar/mcp-payway
Advanced tools
MCP server for Payway (ex-Prisma/Decidir) — Argentina's dominant card-acquiring gateway: tokenize, charge, capture, refund
MCP server for Payway (ex-Prisma Medios de Pago / Decidir) — Argentina's dominant card-acquiring gateway: card tokenization, one-step and two-step charges, installments (cuotas), marketplace split and refunds.
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"payway": {
"command": "npx",
"args": ["-y", "@codespar/mcp-payway"],
"env": {
"PAYWAY_PUBLIC_API_KEY": "your-public-apikey",
"PAYWAY_PRIVATE_API_KEY": "your-private-apikey",
"PAYWAY_ENV": "sandbox"
}
}
}
}
claude mcp add payway -- npx @codespar/mcp-payway
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"servers": {
"payway": {
"command": "npx",
"args": ["-y", "@codespar/mcp-payway"],
"env": {
"PAYWAY_PUBLIC_API_KEY": "your-public-apikey",
"PAYWAY_PRIVATE_API_KEY": "your-private-apikey",
"PAYWAY_ENV": "sandbox"
}
}
}
}
Payway authenticates with a single raw header named apikey (not Authorization: Bearer). Two co-equal keys exist with different powers — see the table below.
Payway issues two co-equal API keys with different powers:
| Key | Header | May call |
|---|---|---|
| Public | apikey | POST /tokens (card tokenization only) |
| Private | apikey | Everything else: payments, captures, refunds, queries |
The auth header is a single raw header named apikey — not Authorization: Bearer.
| Tool | Endpoint | What it does |
|---|---|---|
create_token | POST /tokens | Tokenize card data into a single-use payment token (public key) |
create_payment | POST /payments | Charge a token — single sale or distributed/split, with installments |
get_payment | GET /payments/{id} | Fetch a payment by id |
list_payments | GET /payments | List payments (offset, pageSize, siteOperationId, merchantId) |
refund_payment | POST /payments/{id}/refunds | Full refund (empty body) or partial (amount in minor units) |
confirm_payment | PUT /payments/{id} | Capture a previously authorized payment (two-step flow) |
| Variable | Required | Description |
|---|---|---|
PAYWAY_PUBLIC_API_KEY | yes | Public apikey (tokenization) |
PAYWAY_PRIVATE_API_KEY | yes | Private apikey (payments, refunds, queries) |
PAYWAY_ENV | no | sandbox (default, Decidir sandbox host) or production |
Base URLs: production https://ventasonline.payway.com.ar/api/v2, sandbox https://developers.decidir.com/api/v2.
50000 = ARS 500.00.payment_method_id identifies the card brand (1 = Visa, 31 = Mastercard, 15 = Maestro, …).site_transaction_id is the merchant-side idempotency anchor — unique per sale.Need governance, budget limits, and audit trails for agent-driven payments on Payway? CodeSpar Enterprise adds a policy engine, payment routing, and compliance templates on top of these MCP servers.
MIT © CodeSpar
FAQs
MCP server for Payway (ex-Prisma/Decidir) — Argentina's dominant card-acquiring gateway: tokenize, charge, capture, refund
The npm package @codespar/mcp-payway receives a total of 21 weekly downloads. As such, @codespar/mcp-payway popularity was classified as not popular.
We found that @codespar/mcp-payway demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.