Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 597 Bytes

PaymentMethodCardRequest.md

File metadata and controls

20 lines (14 loc) · 597 Bytes

Conekta::PaymentMethodCardRequest

Properties

Name Type Description Notes
type String Type of payment method
token_id String Token id that will be used to create a "card" type payment method. See the (subscriptions)[https://developers.conekta.com/v2.1.0/reference/createsubscription] tutorial for more information on how to tokenize cards.

Example

require 'conekta'

instance = Conekta::PaymentMethodCardRequest.new(
  type: card | cash | spei,
  token_id: tok_32hj4g234as
)