Conekta::UpdatePaymentMethods

August 21, 2025 ยท 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::UpdatePaymentMethods.new(
  name: Payment recurrent,
  expires_at: 1760457350
)