Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 938 Bytes

File metadata and controls

26 lines (20 loc) · 938 Bytes

Komoju::CreateSecureTokenRequestWithCustomer

Properties

Name Type Description Notes
amount Integer Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD).
currency Currency
customer String To use instead of `payment_details`, specify customer's identifier for this SecureToken. This identifier can be obtained from Customer: Create endpoint.
return_url String
platform_details ProcessingMerchant [optional]

Example

require 'komoju-sdk'

instance = Komoju::CreateSecureTokenRequestWithCustomer.new(
  amount: null,
  currency: null,
  customer: cust14ur4hvws08idzacf6et8,
  return_url: null,
  platform_details: null
)