Skip to main content
POST
/
wallets
/
{id}
/
spend
Spend from a wallet
curl --request POST \
  --url https://api.market.iventou.com.br/wallets/{id}/spend \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "value": 123
}'

Authorizations

Authorization
string
header
required

Token from partner authetnication

Path Parameters

id
string
required

Body

application/json
value
number
required

Response

204

Spend made from wallet successfully