POST:customer_balance/transaction.json
POST:customer_balance/transaction.json
Description
Add or remove funds from customer balance.
Permission bit: "customer_balance.write"
Topic: Customer Balance
Query Parameters
Unique customer identifier. See also: Unique Identifiers
Example: ?customer_id=cu_EQzGqWoY
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
{ "amount": 5000, "comment": "Loyalty credit", "currency": "USD" }