netfluid__bridge_off_ramp_sepa
Creates a blockchain (USDC) to FIAT off-ramp in Europe for SEPA supporting bank accounts. Confirm (yes/no) before executing
Creates a blockchain to FIAT off-ramp in Europe for SEPA supporting bank accounts. @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 iban: The recipient bank account IBAN @param iso3_country: The recipient bank account iso3 country code, examples BEL for Belgium @param iban_bic: The recipient bank account IBAN BIC. @param entity_type: The type of entity, possible values are "individual" or "business" @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 first_name: If type of entity is and "individual", provide the recipients first name @param last_name: If type of entity is an "individual", provide the recipients last name @param business_name: If type of entity is a "business", provide the business name, if not provided we will use the account_owner @param reference: The payment reference, displayed on the recipients bank statement.
@return: a json object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iban | Yes | ||
| alias | No | ||
| token | Yes | ||
| api_key | Yes | ||
| iban_bic | Yes | ||
| last_name | No | ||
| reference | No | ||
| wallet_fk | Yes | ||
| account_fk | Yes | ||
| first_name | No | ||
| entity_type | Yes | ||
| address_city | Yes | ||
| address_line | Yes | ||
| iso3_country | Yes | ||
| account_owner | Yes | ||
| address_state | Yes | ||
| business_name | No | ||
| address_zipcode | Yes | ||
| address_iso3_country | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||