Skip to main content
POST
Top up a wristband's balance

Authorizations

Authorization
string
header
required

Integrator API key, issued from the VENTRY dashboard. Format vk_live_... in production and vk_test_... in test environments.

Headers

idempotency-key
string
required

Path Parameters

code
string
required

Body

application/json
amount
integer
required

Amount to add, in cents. 2500 is €25.00.

Required range: 1 <= x <= 100000

Response

Result of the top-up.

Result of the top-up.

object
enum<string>
Available options:
topup_result
id
string
amount
integer
previous_balance
integer
new_balance
integer
replayed
boolean

true if the response was replayed from an earlier attempt with the same Idempotency-Key.