Conekta::CustomerPaymentMethodRequest

August 21, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeStringType of payment method

Example

require 'conekta'

instance = Conekta::CustomerPaymentMethodRequest.new(
  type: card | cash | spei | bnpl | pay_by_bank
)