provider POST /v1/test_helpers/customers/{customer}/fund_cash_balance
@utdk/stripe /v1/test_helpers/customers/{customer}/fund_cash_balance
Fund a test mode cash balance
<p>Create an incoming testmode bank transfer</p>
customer path required
string

Try it

Authentication
Configure credentials for Stripe API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

posttesthelperscustomerscustomerfundcashbalance
POST/v1/test_helpers/customers/{customer}/fund_cash_balance
<p>Create an incoming testmode bank transfer</p>

Parameters

required

Input

required

Amount to be used for this test cash balance transaction. A positive integer representing how much to fund in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal) (e.g., 100 cents to fund $1.00 or 100 to fund ¥100, a zero-decimal currency).

required

Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).

Specifies which fields in the response should be expanded.

A description of the test funding. This simulates free-text references supplied by customers when making bank transfers to their cash balance. You can use this to test how Stripe's [reconciliation algorithm](https://docs.stripe.com/payments/customer-balance/reconciliation) applies to different user inputs.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import stripe from '@utdk/stripe';

await stripe.posttesthelperscustomerscustomerfundcashbalance()