{ "status": "success", "message": "wallets debited successfully", "data": {} }
This endpoint enables partners to debit multiple wallets linked to a user
curl --request POST 'https://test-api.bvndle.com/api/v1/laas/coins/debit-multiple-wallets' \ --header 'Content-Type: application/json' \ { "userId": "d3c0c232-6e07-40eb-a1ee-593483d689c9", "amount": 200, "wallets": [ { "id": "a4d3aed8-e808-442b-95f0-5e520b6bda6c", "coins": 100 }, { "id": "57c8b4e6-450d-41b7-95c3-8815547be9fb", "coins": 100 } ] }