Skip to main content
POST
/
v1
/
wallets
/
{walletId}
/
credit
Credit a wallet
curl --request POST \
  --url https://revstack.dev/v1/wallets/{walletId}/credit \
  --header 'Content-Type: application/json' \
  --data '
{
  "amount": 1,
  "referenceId": "<string>"
}
'
null

Path Parameters

walletId
string
required
Example:

"wal_abc123"

Body

application/json
amount
number
required
Required range: x > 0
referenceId
string

Response

Wallet credited

The response is of type unknown.