Noah Simulate Payin Request
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
payment Method Id
The payment method id returned by NoahInitiatePayinResponse.
fiat Amount
The amount to simulate as deposited, expressed as a string.
fiat Currency
ISO-4217 fiat currency code matching the payin currency.