Conekta::PaymentMethodCashRequest

August 21, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeStringType of payment method
expires_atInteger[optional]

Example

require 'conekta'

instance = Conekta::PaymentMethodCashRequest.new(
  type: card | cash | spei | bnpl | pay_by_bank,
  expires_at: 1553273553
)