Skip to content
BolderBolder API
Esc
navigateopen⌘Jpreview

Confirm a points reservation once the order is placed

POST/wallets/{id}/take_reserved
Authorization
AuthorizationBearer token (JWT) · headerrequired
Path parameters
idintegerrequired
Request body
application/json
reference_codestringrequired
amountinteger
Responses
200Reservation confirmed and points deducted from the confirmed balance
422No matching reservation, wrong state, or amount mismatch
Request
curl -X POST "https://api.onbolder.com/v2/wallets/0/take_reserved" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "reference_code": "string",
  "amount": 0
}'
Response
Reservation confirmed and points deducted from the confirmed balance