> ## Documentation Index
> Fetch the complete documentation index at: https://docs.malga.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Getnet

> Provedor de pagamento

export const CheckIcon = ({mode, type, id}) => {
  const colorIcons = {
    'error': '#919191',
    'success': '#00AE42',
    'noSupported': '#919191'
  };
  const foundColor = colorIcons[mode];
  const iconType = mode === 'noSupported' ? type : `circle-${type}`;
  return <div className="check-icon" id={id}>
      <Icon icon={iconType} iconType="regular" color={foundColor} size={18} />
    </div>;
};

Parte do grupo Santander e em operação desde 2003, a Getnet oferece diversos métodos de pagamento como crédito, PIX e boleto, para processamento de vendas online, com taxas atrativas para seus clientes e suportando altos volumes de venda através da sua solução.
[Mais informações.](https://developers.getnet.com.br/api)

## Funções por métodos de pagamento suportados

| Serviços                               |                    Crédito                    |                      Pix                      |                     Boleto                    |                  Voucher                  |                Apple Pay                |
| -------------------------------------- | :-------------------------------------------: | :-------------------------------------------: | :-------------------------------------------: | :---------------------------------------: | :-------------------------------------: |
| Cobrança                               |   <CheckIcon type="check" mode="success" />   |   <CheckIcon type="check" mode="success" />   |   <CheckIcon type="check" mode="success" />   |  <CheckIcon type="xmark" mode="error" />  | <CheckIcon type="xmark" mode="error" /> |
| Pré-autorização                        |   <CheckIcon type="check" mode="success" />   |    <CheckIcon type="xmark" mode="error" />    |    <CheckIcon type="xmark" mode="error" />    |  <CheckIcon type="xmark" mode="error" />  | <CheckIcon type="xmark" mode="error" /> |
| Captura parcial                        |   <CheckIcon type="check" mode="success" />   |    <CheckIcon type="xmark" mode="error" />    |    <CheckIcon type="xmark" mode="error" />    |  <CheckIcon type="xmark" mode="error" />  | <CheckIcon type="xmark" mode="error" /> |
| Estorno parcial                        |   <CheckIcon type="check" mode="success" />   | <CheckIcon type="check" mode="noSupported" /> |    <CheckIcon type="xmark" mode="error" />    |  <CheckIcon type="xmark" mode="error" />  | <CheckIcon type="xmark" mode="error" /> |
| Estorno total                          |   <CheckIcon type="check" mode="success" />   | <CheckIcon type="check" mode="noSupported" /> |    <CheckIcon type="xmark" mode="error" />    |  <CheckIcon type="xmark" mode="error" />  | <CheckIcon type="xmark" mode="error" /> |
| Split                                  | <CheckIcon type="check" mode="noSupported" /> | <CheckIcon type="check" mode="noSupported" /> | <CheckIcon type="check" mode="noSupported" /> |  <CheckIcon type="xmark" mode="error" />  | <CheckIcon type="xmark" mode="error" /> |
| Antifraude próprio                     |   <CheckIcon type="check" mode="success" />   |    <CheckIcon type="xmark" mode="error" />    |    <CheckIcon type="xmark" mode="error" />    |  <CheckIcon type="xmark" mode="error" />  | <CheckIcon type="xmark" mode="error" /> |
| 3DS                                    | <CheckIcon type="check" mode="noSupported" /> |    <CheckIcon type="xmark" mode="error" />    |    <CheckIcon type="xmark" mode="error" />    |  <CheckIcon type="xmark" mode="error" />  | <CheckIcon type="xmark" mode="error" /> |
| Token de Bandeira                      |   <CheckIcon type="check" mode="success" />   |    <CheckIcon type="xmark" mode="error" />    |    <CheckIcon type="xmark" mode="error" />    |  <CheckIcon type="xmark" mode="error" />  | <CheckIcon type="xmark" mode="error" /> |
| Validação de cartão (zero dollar auth) |    <CheckIcon type="xmark" mode="error" />    |    <CheckIcon type="xmark" mode="error" />    |    <CheckIcon type="xmark" mode="error" />    |  <CheckIcon type="xmark" mode="error" />  | <CheckIcon type="xmark" mode="error" /> |
| Flag de recorrência                    | <CheckIcon type="check" mode="noSupported" /> |    <CheckIcon type="xmark" mode="error" />    |    <CheckIcon type="xmark" mode="error" />    |  <CheckIcon type="xmark" mode="error" />  | <CheckIcon type="xmark" mode="error" /> |
| Notificação de abertura de disputa     | <CheckIcon type="check" mode="noSupported" /> |    <CheckIcon type="xmark" mode="error" />    |    <CheckIcon type="xmark" mode="error" />    |  <CheckIcon type="xmark" mode="error" />  | <CheckIcon type="xmark" mode="error" /> |
| Notificação de chargedback             | <CheckIcon type="check" mode="noSupported" /> |    <CheckIcon type="xmark" mode="error" />    |    <CheckIcon type="xmark" mode="error" />    |  <CheckIcon type="xmark" mode="error" />  | <CheckIcon type="xmark" mode="error" /> |
| Suporte a moedas internacionais        |   <CheckIcon type="check" mode="success" />   |   <CheckIcon type="check" mode="success" />   |   <CheckIcon type="check" mode="success" />   | <CheckIcon type="check" mode="success" /> | <CheckIcon type="xmark" mode="error" /> |

<br />

<div className="flex flex-col gap-2 justify-center items-start">
  <div className="flex items-center justify-center gap-4 table-legend">
    <CheckIcon type="check" mode="success" />

    Este serviço ou método é oferecido pelo provedor e suportado pela API da
    Malga
  </div>

  <div className="flex items-center justify-center gap-4 table-legend">
    <CheckIcon type="xmark" mode="error" />

    Este serviço ou método não é oferecido pelo provedor
  </div>

  <div className="flex items-start justify-center gap-4 table-legend">
    <CheckIcon type="check" mode="noSupported" />

    Este serviço ou método é oferecido pelo provedor e ainda não é suportado
    pela API da Malga. Caso tenha interesse em utilizar este recurso, contate o
    nosso time de atendimento pelo e-mail
    <a href="mailto:suporte@malga.io">[suporte@malga.io](mailto:suporte@malga.io)</a>.
  </div>

  <div className="flex items-center justify-center gap-4 table-legend">
    <CheckIcon type="minus" mode="noSupported" />

    Não se aplica
  </div>
</div>

<br />

Se você possui interesse em receber cotações e avaliar este provedor para o seu fluxo de pagamentos, entre em contato com o nosso time para avaliar;
