OnrampSamsungPayParams: {
    currencyCode: string;
    amount: number;
    orderNumber: string;
}

Samsung Pay parameters for the onramp collectPaymentMethod call.

Type declaration

  • currencyCode: string

    ISO 4217 alphabetic currency code (e.g. "USD").

  • amount: number

    Amount in the currency's smallest unit.

  • orderNumber: string

    Unique order number for this transaction.