Noah Initiate Payin Request
data class NoahInitiatePayinRequest(val fiatCurrency: String, val cryptoCurrency: String, val network: String, val destinationAddress: String, val businessFees: Map<String, NoahBusinessFee>? = null)
Request body for POST /api/v3/clients/me/integrations/noah/payins.
Parameters
fiat Currency
ISO-4217 fiat currency code the payin will be denominated in.
crypto Currency
Crypto asset symbol the payin will resolve into.
network
CAIP-2 chain id for destinationAddress (e.g. eip155:1). Prefer NoahNetwork constants; non-CAIP-2 values like "Ethereum" are rejected by the BFF.
destination Address
Address that should receive the resulting crypto balance.
business Fees
Optional per-payment-method business (partner) fees, keyed by payment method type. Forwarded to Noah as BusinessFees.