---
title: "Register for TED transfers"
method: POST
path: "/v1/provider-configuration"
tags: ["Configurations"]
---

# Register for TED transfers

`POST /v1/provider-configuration`

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.

## Request body

- SpbCreateRequest
  - `branch` string, required — This could be a bank-assigned branch ID or the branch's ISPB number.
  - `code` string, required — Code
  - `document_number` string, required — Cardholder government document number. This can be from any document that identifies the cardholder such as a Tax ID, State ID, or driver's license.
  - `password` string, required — Password
  - `provider` 'HST', required — Third-party provider name
  - `url` string, required — URL that identifies the client at the provider.
  - `user` string, required — Username

## Response `201`

Response Body

- SpbResponse
  - `message` string — message

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
