PagSeguro
Quick Start
- Sign up at pagseguro.uol.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
PagSeguro payment integration
| Provider ID | pagseguro |
| Category | Local Payment Methods |
| Website | pagseguro.uol.com.br |
Authentication
- Method: Bearer token
- Base URL:
https://api.pagseguro.com
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | API Key |
Example Configuration
{
"provider": "pagseguro",
"provider_params": {
"api_key": "your_api_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
succeeded | charged | |
pending | pending | |
failed | rejected | |
canceled | rejected |