Funding Wallets with Dummy Money
- Find the party/contact ID
- Find the payment reference in the party account
Party -> Party Accounts
in Insomnia.
GET /api/parties/{{ id }}/accounts
- Fund the wallet
Wallet -> Create Receipt
in InsomniaPOST API/wallet/receipt
{
{
"reference": {{ reference }},
"amount": 200
}
}