v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBConfigurations
Register for TED transfers
Register a client's configuration at a provider who is authorized to use the Brazil Central Bank's (BCB) payment system (SPB) for TED transfers.
TED stands for Transferência Eletrônica Disponível (Electronic transfer available) and is a Brazilian electronic funds transfer system that allows businesses and individuals to transfer funds between different banks. Pismo uses this configuration to authorize TED transfers on clients' behalf.
post/v1/provider-configuration
Request body
Example request
{
"branch": "011",
"code": "LAC_BBC",
"document_number": "7777888hh",
"password": "123456",
"provider": "HST",
"url": "https://jdspb12345678homl",
"user": "userSpb"
}Response
Response Body
Example response
{
"message": "Configuration saved"
}