Interface DeviceTokenRequest

Object to get device token for one-click payment or subscription on-demand

Hierarchy

  • DeviceTokenRequest

Indexable

[k: string]: any

Properties

amount?: Amount
currency?: "USD" | "COP" | "CLP" | "UF" | "PEN" | "MXN" | "CRC" | "GTQ" | "HNL" | "NIO" | "BRL"

Type Param

(Optional) Currency code for the payment, required for 3DS transactions

sessionId?: null | string

Type Param

(Optional) sessionId if you have your own SiftScience implementation

subscriptionId: string

Type Param

SubscriptionId previously created with card subscription charge

userId?: null | string

Type Param

(Optional) userId if you have your own SiftScience implementation

Generated using TypeDoc