NoahSimulatePayinRequest

data class NoahSimulatePayinRequest(val paymentMethodId: String, val fiatAmount: String, val fiatCurrency: String)

Request body for POST /api/v3/clients/me/integrations/noah/payins/simulate.

Used in sandbox / test environments to simulate a fiat deposit landing against a previously-created payin payment method.

Parameters

paymentMethodId

The payment method id returned by NoahInitiatePayinResponse.

fiatAmount

The amount to simulate as deposited, expressed as a string.

fiatCurrency

ISO-4217 fiat currency code matching the payin currency.

Constructors

Link copied to clipboard
constructor(paymentMethodId: String, fiatAmount: String, fiatCurrency: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard