Noah Channel
constructor(id: String, paymentMethodCategory: String, paymentMethodType: String, fiatCurrency: String, country: String, limits: NoahChannelLimits, rate: String, processingSeconds: Int, calculated: NoahChannelCalculated? = null, paymentMethods: List<NoahChannelPaymentMethodDisplay>? = null, processingTier: String? = null, formSchema: Map<String, Any>? = null, formMetadata: NoahFormMetadata? = null, issuer: String? = null)
Parameters
payment Method Category
Broad grouping such as "Bank", "Card", or "Identifier".
payment Method Type
Specific payment method type such as "BankSepa" or "IdentifierPix".
payment Methods
Recent payment methods, only populated if a customer id was supplied.
processing Tier
Settlement speed tier such as "Standard" or "Priority".
form Schema
Inline JSON-Schema for the channel's payout form. Use this instead of getPayoutChannelForm whenever it's present to save a round-trip.