curl --request POST \
--url https://revstack.dev/v1/wallets/{walletId}/credit \
--header 'Content-Type: application/json' \
--data '
{
"amount": 1,
"referenceId": "<string>"
}
'nullAdds funds to a customer wallet. Creates an ACID-compliant transaction record.
curl --request POST \
--url https://revstack.dev/v1/wallets/{walletId}/credit \
--header 'Content-Type: application/json' \
--data '
{
"amount": 1,
"referenceId": "<string>"
}
'null