Skip to main content

Santander

Quick Start
  1. Sign up at santander.com 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 Santander →

Overview

Santander payment integration

Provider IDsantander
CategoryBank Transfers
Websitesantander.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"
}
}

Resources