provider POST /v1/test_helpers/issuing/settlements
@utdk/stripe /v1/test_helpers/issuing/settlements
Create a test-mode settlement
<p>Allows the user to create an Issuing settlement.</p>

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.

posttesthelpersissuingsettlements
POST/v1/test_helpers/issuing/settlements
<p>Allows the user to create an Issuing settlement.</p>

Input

required

The Bank Identification Number reflecting this settlement record.

required

The date that the transactions are cleared and posted to user's accounts.

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.

The total interchange received as reimbursement for the transactions.

required

The total net amount required to settle with the network.

The card network for this settlement. One of ["visa", "maestro", "mastercard"]

The Settlement Identification Number assigned by the network.

The total transaction amount reflected in this settlement.

The total number of transactions reflected in this settlement.

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.posttesthelpersissuingsettlements()