Mercadopago.Requests.Identification (MercadopagoAPI v0.2.1)

Documentation for Mercadopago.Requests.Identification

Link to this section Summary

Functions

Get document types docs

Link to this section Functions

Get document types docs

examples

Examples

iex> Mercadopago.Requests.Identification.search()
{:ok,[
  %{id: "CPF", max_length: 11, min_length: 11, name: "CPF", type: "number"},
  %{id: "CNPJ", max_length: 14, min_length: 14, name: "CNPJ", type: "number"}
]}