← スキル一覧に戻る

weavr-simulator
by mcclowes
Generate realistic data for Weavr's APIs with Vague
⭐ 0🍴 0📅 2025年12月18日
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
| Category | Endpoint | Purpose |
|---|---|---|
| Accounts | POST /accounts/{id}/deposit | Simulate incoming wire transfer |
| Cards | POST /cards/{id}/purchase | Simulate card transaction |
| Cards | POST /cards/{id}/merchant_refund | Simulate refund |
| Identity | POST /consumers/{id}/verify | Auto-verify consumer KYC |
| Identity | POST /corporates/{id}/verify | Auto-verify corporate KYB |
| Transfers | POST /wiretransfers/outgoing/{id}/accept | Complete OWT |
| Transfers | POST /wiretransfers/outgoing/{id}/reject | Reject OWT |
| 2FA | POST /factors/{cred_id}/challenges/{id}/verify_success | Pass 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.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です