Santander
Quick Start
- Sign up at santander.com 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
Santander payment integration
| Provider ID | santander |
| Category | Bank Transfers |
| Website | santander.com |
Authentication
Method: process_operation(:one_phase, args)
tx: %Tx{
amount: 1000, # centavos (R$ 10.00)
currency: "BRL",
description: "Payment for order #123",
initial_params: %{
"cpf" => "12345678901",
"billing_full_name" => "João Silva"
}
}