Conekta::PaymentMethodPbbPayment

August 21, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeString[optional]
objectString
deep_linkStringDeep link for the payment, use for mobile apps/flows
expires_atIntegerExpiration date of the charge
product_typeStringProduct type of the charge
redirect_urlStringURL to redirect the customer to complete the payment
referenceStringReference for the payment

Example

require 'conekta'

instance = Conekta::PaymentMethodPbbPayment.new(
  type: null,
  object: payment_source,
  deep_link: https://mgm.bbva.mx/WA3b/pbb?AGREEMENT=002484374&AMOUNT=1&CONCEPT=PagoDirecto&CURRENCY=MXN&REFERENCE=22277523174328893295,
  expires_at: 1683053729,
  product_type: null,
  redirect_url: https://example.com/redirect,
  reference: 22277523174328893295
)