CardToken

Extends \MercadoPago\Entity

Card Token class This class will allow you to send your customers card data for Mercado Pago server and receive a token to complete the payments transactions.

RestMethod

(resource="/v1/card_tokens?public_key=:public_key", method="create")

RestMethod

(resource="/v1/card_tokens?public_key=:public_key", method="read")

RestMethod

(resource="/v1/card_tokens?public_key=:public_key", method="update")

package

Default

Methods

Properties

card_id

card_id : integer
Attribute

(primaryKey = true)

var

Type(s)

integer

public_key

public_key : string
Attribute

()

var

Type(s)

string

first_six_digits

first_six_digits : string
Attribute

()

var

Type(s)

string

luhn_validation

luhn_validation : string
Attribute

()

var

Type(s)

string

date_used

date_used : string
Attribute

()

var

Type(s)

string

status

status : string
Attribute

()

var

Type(s)

string

date_due

date_due : string
Attribute

()

var

Type(s)

string

card_number_length

card_number_length : integer
Attribute

()

var

Type(s)

integer

id

id : integer
Attribute

()

var

Type(s)

integer

security_code_length

security_code_length : integer
Attribute

()

var

Type(s)

integer

expiration_year

expiration_year : integer
Attribute

()

var

Type(s)

integer

expiration_month

expiration_month : integer
Attribute

()

var

Type(s)

integer

date_last_updated

date_last_updated : string
Attribute

()

var

Type(s)

string

last_four_digits

last_four_digits : string
Attribute

()

var

Type(s)

string

cardholder

cardholder : string
Attribute

()

var

Type(s)

string

date_created

date_created : string
Attribute

()

var

Type(s)

string