Customers > Customer Balance
Customer Balance
The Customer Balance feature enables you to credit or debit your customers' accounts. A typical use case might include refunding orders to a customer's balance. This balance will then be used as a payment method during the order processing stage.
Endpoints
| Endpoint | Description | JSON API |
|---|---|---|
| customerBalance | Get customer balance | GET:customer_balance.json |
| customerBalanceApplyGiftCard | Apply gift card to a customer balance | POST:customer_balance/apply_gift_card.json |
| customerBalanceHistory | Get customer balance history | GET:customer_balance/history.json |
| customerBalanceTransactionCreate | Perform transaction on customer balance | POST:customer_balance/transaction.json |
Types
| Types |
|---|
| ApplyGiftCard |
| CustomerBalance |
| CustomerBalanceCreate |
| CustomerBalanceHistoryPage |