Cash Balance Transaction ​
Customers with certain payments enabled have a cash balance, representing funds that were paid by the customer to a merchant, but have not yet been allocated to a payment. Cash Balance Transactions represent when funds are moved into or out of this balance. This includes funding by the customer, allocation to payments, and refunds to the customer.
Endpoints ​
Create or retrieve funding instructions for a customer cash balance ​
- POST /v1/customers/:id/funding_instructions
Retrieve a cash balance transaction ​
- GET /v1/customers/:id/cash_balance_transactions/:id
List cash balance transactions ​
- GET /v1/customers/:id/cash_balance_transactions
Fund a test mode cash balance ​
- POST /v1/test_helpers/customers/:id/fund_cash_balance
Events ​
customer_cash_balance_transaction.createdOccurs whenever a new customer cash balance transactions is created.