netfluid__bridge_off_ramp_ach_wire
Creates a blockchain to FIAT off-ramp in the USA supporting both ACH/WIRE bank networks. Confirm (yes/no) before executing
Creates a blockchain to FIAT off-ramp in the USA support both ACH/WIRE bank networks. @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param wallet_fk: The wallet_fk provided by /access/login @param account_fk: The account_fk (this is a database ID (int) not an account address (str) and may not be 0) The account_fk that will use the bridge @param account_owner: The owner of the recipient bank account @param account_number: The recipient bank account number @param routing_number: The recipient bank account routing number (us) or sort code (uk). @param address_line: The address of the recipient, street and must include a number @param address_city: The address of the recipient, city @param address_state: The address of the recipient, state @param address_zipcode: The address of the recipient, zip or postal code @param address_iso3_country: The address of the recipient, ISO3 country code @param alias: A descriptive name for this Bridge, can be anything, set by async default if none is provided. @param destination_rail: The destination rail to use, possible values are "ach_same_day" and "wire", async default is "ach_same_day" @param currency: The crypto currency to expect, possible values are "usdc","usdt", async defaults to "usdc" @param account_type: The recipient bank account type, possible values are "checking" or "savings", async defaults to "checking". Only applicable when destination_rail = "wire"
@return: a json object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | ||
| token | Yes | ||
| api_key | Yes | ||
| currency | No | ||
| wallet_fk | Yes | ||
| account_fk | Yes | ||
| account_type | No | ||
| address_city | Yes | ||
| address_line | Yes | ||
| account_owner | Yes | ||
| address_state | Yes | ||
| account_number | Yes | ||
| routing_number | Yes | ||
| address_zipcode | Yes | ||
| destination_rail | No | ||
| address_iso3_country | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||