Skip to main content

Getnet

Quick Start
  1. Sign up at getnet.com.br and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Getnet →

Overview

Getnet — Payments (payment processing)

Provider IDgetnet
CategoryCard Processors
Websitegetnet.com.br

Supported operations: Purchase (payments_authorize) Purchase (payments_capture) Refund (refund) Void (payments_void) Webhooks


Authentication

Method: Basic Authentication
Header format:

Authorization: Basic {base64(client_id:client_secret)}

OAuth2 token (if required):

  • Endpoint: POST /auth/oauth/v2/token
  • Grant Type: client_credentials
  • Scope: oob
  • Token is added to requests: Authorization: Bearer {access_token}

Configuration

Required Parameters

ParameterDescription
seller_idID seller (UUID)
client_idOAuth2 client_id
client_secretOAuth2 client_secret

Status Mapping

Provider Status4pay StatusDescription
APPROVEDChargedPayment successfully completed
AUTHORIZEDAuthorizedPayment authorized
DENIEDFailurePayment declined
PENDINGPendingAwaiting confirmation
CONFIRMEDChargedPayment confirmed
CANCELEDVoidedPayment cancelled
ERRORFailureProcessing error
APPROVEDSuccess
PENDINGPending
DENIEDFailure
ERRORFailure

Resources