groupWalletID.
This allows you to:
- Associate a wallet with multiple providers
- Fund wallets by currency β Recital routes to the provided provider
- Centralize wallet activity while maintaining separation per provider
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
This explains how to enable multi-provider support for your wallet infrastructure on Recital.
groupWalletID.
This allows you to:
{
"alias": "test wallet",
"providerID": "0002",
"linkWalletID": "RC_WAL-**********",
"currencies": ["NGN", "USD", "SLL"],
"operations": ["COLLECTION"],
"connectID": "****************"
}
{
"alias": "test wallet2",
"providerID": "0001",
"groupWalletID": "RC_WAL-**********",
"currencies": ["NGN", "USD", "SLL"],
"operations": ["PAYOUT"],
"connectID": "****************"
}