Send
Enter transaction details
SDK Config
Theme Settings
SDK Initialization
{
"nodeUrl": "https://api.notabene.id",
"authToken": "...your-auth-token...",
"theme": {
"mode": "light",
"primaryColor": "#0a852d",
"secondaryColor": "#f5f7fa",
"fontFamily": "Montserrat"
},
"locale": "en"
}
Counterparty Assist
Proof Settings
Fallback Proofs
Allowed Agent Types
Allowed Counterparty Types
Natural Person Fields
Legal Person Fields
Transaction Options
{
"proofs": {
"reuseProof": true,
"fallbacks": [
"self-declaration",
"screenshot"
]
},
"counterpartyAssist": true,
"allowedAgentTypes": [
"WALLET",
"VASP"
],
"allowedCounterpartyTypes": [
"natural",
"legal",
"self"
],
"fields": {
"naturalPerson": {
"name": true
},
"legalPerson": {
"name": true,
"email": true
}
},
"vasps": {
"addUnknown": true
}
}