Getnet
Quick Start
- Sign up at getnet.com.br and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
Getnet — Payments (payment processing)
| Provider ID | getnet |
| Category | Card Processors |
| Website | getnet.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
| Parameter | Description |
|---|---|
seller_id | ID seller (UUID) |
client_id | OAuth2 client_id |
client_secret | OAuth2 client_secret |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
APPROVED | Charged | Payment successfully completed |
AUTHORIZED | Authorized | Payment authorized |
DENIED | Failure | Payment declined |
PENDING | Pending | Awaiting confirmation |
CONFIRMED | Charged | Payment confirmed |
CANCELED | Voided | Payment cancelled |
ERROR | Failure | Processing error |
APPROVED | Success | |
PENDING | Pending | |
DENIED | Failure | |
ERROR | Failure |