Fund a customer balance directly using this endpoint. Funds are immediately available for the customer to spend.
Adds funds to a Customer's balance without charging a payment method or refunding an existing transaction.
Useful when recording balance additions that do not involve any transfer of funds, such as merchant funded balances or promotional credits. This operation is completely closed-loop, and will not effect external systems or payment methods.
Only the merchant is able to call this endpoint.
Amounts are integers
All
amount
parameters and returned values are integers. These amounts represent the lowest denomination of the provided currency code, such as cents for USD. For example,"amount": 1000
would indicate an amount of $10.00.
Authorization Scope
Only the merchant secret key is authorized to call this endpoint.