Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.07 KB

File metadata and controls

13 lines (9 loc) · 1.07 KB

Voucherify.Model.VouchersBalanceUpdateRequestBody

Request body schema for vouchers/{code}/balance.

Properties

Name Type Description Notes
Amount int? The incremental amount to be added to or removed from the current balance on the gift card or loyalty card. The value is multiplied by 100 to represent 2 decimal places. For example `10000 cents` for `$100.00`. To remove balance, simply add a minus sign before the value, i.e. to remove $20, use -2000. [optional]
SourceId string The merchant's transaction ID if it is different from the Voucherify transaction ID. It is really useful in case of an integration between multiple systems. It can be a transaction ID from a CRM system, database or 3rd-party service. [optional]
Reason string Reason why the transaction occurred. [optional]

[Back to Model list] [Back to API list] [Back to README]