Create a new custom event type with a name that fits what you want to do. For instance: corrections.Then create a new campaign that triggers when this event is emitted.This campaign should have a rule that grants the customer a reward of the amount you want to add to their balance.Finally, emit the event with the customer’s ID as the target.Use the Emit event endpoint to emit the event.
Include in the metadata a ‘reason’ field to explain why the balance was
modified.
You don’t need to create a customer event type for this operation. But we recommend you to emit and event with a custom ‘type’ as shown in the example below.Use the Emit event endpoint to emit a new event including the rewards you would like to subtract from the customer’s balance.You will need to use the ‘redeem’ field in the top level of the event. This field does not validate if a reward can be redeemed, so you can use it to subtract funds arbitrarily.
Include in the metadata a ‘reason’ field to explain why the balance was
modified.