Stored cards linked to a 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(), String.t(), map(), keyword()) :: Mercadopago.HTTP.response()
Stores a new card for the given customer.
@spec delete(Mercadopago.Client.t(), String.t(), String.t(), keyword()) :: Mercadopago.HTTP.response()
Deletes a stored card from the given customer.
@spec get(Mercadopago.Client.t(), String.t(), String.t(), keyword()) :: Mercadopago.HTTP.response()
Fetches a stored card by id for the given customer.
@spec list(Mercadopago.Client.t(), String.t(), keyword()) :: Mercadopago.HTTP.response()
Lists all stored cards for the given customer.