Conekta::UpdatePaymentMethodsCard

July 21, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
nameStringThe name of the payment method holder[optional]
expires_atIntegerThe expiration date of the payment method in Unix timestamp format[optional]

Example

require 'conekta'

instance = Conekta::UpdatePaymentMethodsCard.new(
  name: Payment recurrent,
  expires_at: 1760457350
)