weavr-api
Use when making Weavr API calls for corporates, consumers, cards, accounts, transfers, or KYC/KYB
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when making Weavr API calls for corporates, consumers, cards, accounts, transfers, or KYC/KYB
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when building applications with Weavr for payments, cards, accounts, and identity verification. Covers both API integration and secure UI components.
Use when testing Weavr integrations in sandbox - simulate deposits, card transactions, KYC/KYB verification, wire transfers, and 2FA challenges
Use when implementing Weavr UI components for secure payment flows, authentication (password/passcode), KYC/KYB verification, or card display
| name | weavr-api |
| description | Use when making Weavr API calls for corporates, consumers, cards, accounts, transfers, or KYC/KYB |
API Reference: https://weavr-multi-api.redoc.ly/
// Create a Corporate - POST /multi/corporates
// Headers: api-key, programme-key, Content-Type: application/json
{
"rootUser": { "name": "John", "surname": "Smith", "email": "john@acme.com",
"mobile": { "countryCode": "+44", "number": "7700900123" },
"companyPosition": "DIRECTOR", "dateOfBirth": { "year": 1985, "month": 6, "day": 15 }
},
"company": { "type": "LLC", "name": "Acme Ltd", "registrationNumber": "12345678",
"registrationCountry": "GB", "businessAddress": { "addressLine1": "123 High St",
"city": "London", "postCode": "EC1A 1BB", "country": "GB" }
},
"baseCurrency": "GBP"
}
/multi/corporates, /multi/consumers, /{id}/kyb/start, /{id}/kyc/start/multi/login_with_password, /multi/authentication/step-up/multi/managed_accounts, /multi/managed_cards/multi/transfers, /multi/sends, /multi/outgoing_wire_transfersHeaders: api-key (server), programme-key (programme), Authorization: Bearer (user)
See references/endpoints.md for full endpoint details.