Conekta::PaymentMethodPbbRequest

August 21, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeStringType of the payment method
expires_atIntegerExpiration date of the payment method, in Unix timestamp format[optional]
product_typeStringProduct type of the payment method, use for the payment method to know the product type

Example

require 'conekta'

instance = Conekta::PaymentMethodPbbRequest.new(
  type: pay_by_bank,
  expires_at: 1680397724,
  product_type: bbva_pay_by_bank
)