Skip to main content
POST

Description

Credit publisher points to a widget user’s point balance. Amount is in currency minor units. For USDZ, 100 equals $1.00 worth of points. This endpoint is idempotent on idempotency_key.

Configuration

Header Parameters

apikey
string
required
Your ZBD project API key (production scope).
Content-Type
string
Content Type

Body Parameters

user_id
string
required
The ZBD user ID returned by Create User.
amount
integer
required
Amount in currency minor units. For USDZ: 100 = 1.00,1000=1.00, `1000` = 10.00.
currency
string
required
Point currency code. Use USDZ unless your project has a different configured point currency.
idempotency_key
string
required
Unique key to prevent duplicate transfers. Use a UUID.