Skip to main content

showPixKey

GET 

/api/pix/keys/:id

Shows the requested Pix key information

Request

Path Parameters

    id stringrequired

    Pix Key ID

    Example: 7da0c9af-215e-4625-b484-b8cfc87aaa09

Responses

Ok

Schema
    id id (string)

    Pix Key id

    type type (string)

    Possible values: [CPF, CNPJ, EMAIL, PHONE, EVP]

    Pix Key type

    key key (string)

    Pix Key

    emv emv (string)

    EMV related to the key

    created_at created_at (string)

    Date when the key was created

Loading...