Stored cards linked to a customer. Customers themselves live in Mercadopago.Customer.
Summary
Functions
Stores a new card for the given customer.
Deletes a stored card from the given customer.
Fetches a stored card by id for the given customer.
Lists all stored cards for the given customer.
Functions
@spec create(Mercadopago.Client.t(), Mercadopago.HTTP.id(), map(), keyword()) :: Mercadopago.HTTP.response()
Stores a new card for the given customer.
@spec delete( Mercadopago.Client.t(), Mercadopago.HTTP.id(), Mercadopago.HTTP.id(), keyword() ) :: Mercadopago.HTTP.response()
Deletes a stored card from the given customer.
@spec get( Mercadopago.Client.t(), Mercadopago.HTTP.id(), Mercadopago.HTTP.id(), keyword() ) :: Mercadopago.HTTP.response()
Fetches a stored card by id for the given customer.
@spec list(Mercadopago.Client.t(), Mercadopago.HTTP.id(), keyword()) :: Mercadopago.HTTP.response()
Lists all stored cards for the given customer.