NoahChannel

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

paymentMethodCategory

Broad grouping such as "Bank", "Card", or "Identifier".

paymentMethodType

Specific payment method type such as "BankSepa" or "IdentifierPix".

paymentMethods

Recent payment methods, only populated if a customer id was supplied.

processingTier

Settlement speed tier such as "Standard" or "Priority".

formSchema

Inline JSON-Schema for the channel's payout form. Use this instead of getPayoutChannelForm whenever it's present to save a round-trip.