cURL
curl --request POST
'https://test-api.bvndle.com/api/v1/laas/coins/transfer-from-user-wallet' \
--header 'Content-Type: application/json' \
{
"userId": "d3c0c232-6e07-40eb-a1ee-593483d689c9",
"coins": 20
}
{
"status": "success",
"message": "coin transferred",
"data": {
"isExisting": false,
"coinsLedger": {
"id": "d601d839-8dd1-44f0-9262-0f7beb88ca15",
"userId": "eacad691-85c5-4b52-a311-345e23ac6b99",
"debitOrCredit": "DE",
"coins": 5,
"claimed": true,
"transactionType": "user_partner_transfer",
"narration": "Transfer from user to partner",
"from": {
"id": "31b1f7f2-1693-4821-a1e9-ba556b94dd35",
"fullname_businessName": "bubu business",
"email": "[email protected]",
"tag": null,
"userId": "eacad691-85c5-4b52-a311-345e23ac6b99"
},
"to": {
"id": "9ec04e39-2149-4976-8487-b7a87bc8a7e9",
"fullname_businessName": "0e070442-d0b8-4e9f-98f3-8395abdc9462",
"email": "0e070442-d0b8-4e9f-98f3-8395abdc9462",
"tag": "0e070442-d0b8-4e9f-98f3-8395abdc9462",
"userId": "0e070442-d0b8-4e9f-98f3-8395abdc9462"
},
"plan": {},
"paidWithGiftCard": false,
"giftCardLedger": {},
"laas": false,
"charge": 0,
"refunded": false,
"createdAt": "2026-08-06T13:34:09.496Z",
"updatedAt": "2026-08-06T13:34:09.496Z",
"reversed": false,
"status": "Success",
"token": null
}
}
}
