Back to list
mcclowes

weavr-simulator

by mcclowes

Generate realistic data for Weavr's APIs with Vague

0🍴 0📅 Dec 18, 2025

SKILL.md


name: weavr-simulator

prettier-ignore

description: Use when testing Weavr integrations in sandbox - simulate deposits, card transactions, KYC/KYB verification, wire transfers, and 2FA challenges

Weavr Simulator API

API Reference: https://weavr-simulator-api.redoc.ly/

Sandbox-only testing tool for simulating financial operations.

Quick Start

// Simulate account deposit - POST /accounts/{account_id}/deposit
// Header: api-key (API_Secret_Key)
{
  "depositAmount": { "currency": "GBP", "amount": 10000 },
  "senderName": "Test Sender",
  "reference": "Test deposit"
}
// Response: { "code": "COMPLETED" }

Core Endpoints

CategoryEndpointPurpose
AccountsPOST /accounts/{id}/depositSimulate incoming wire transfer
CardsPOST /cards/{id}/purchaseSimulate card transaction
CardsPOST /cards/{id}/merchant_refundSimulate refund
IdentityPOST /consumers/{id}/verifyAuto-verify consumer KYC
IdentityPOST /corporates/{id}/verifyAuto-verify corporate KYB
TransfersPOST /wiretransfers/outgoing/{id}/acceptComplete OWT
TransfersPOST /wiretransfers/outgoing/{id}/rejectReject OWT
2FAPOST /factors/{cred_id}/challenges/{id}/verify_successPass 2FA

Authentication

Header: api-key with your API Secret Key (not the regular api-key)

Reference Files

See references/endpoints.md for full endpoint details and request bodies.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon