Conekta::PaymentMethodPbbPayment
August 21, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | [optional] | |
| object | String | ||
| deep_link | String | Deep link for the payment, use for mobile apps/flows | |
| expires_at | Integer | Expiration date of the charge | |
| product_type | String | Product type of the charge | |
| redirect_url | String | URL to redirect the customer to complete the payment | |
| reference | String | Reference 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
)