> For the complete documentation index, see [llms.txt](https://help.starkbank.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.starkbank.com/cartoes-corporativos/cartoes-e-titulares/pagamento-por-aproximacao-contactless.md).

# Pagamento por Aproximação (Contactless)

Saiba como ativar os pagamentos por aproximação do cartão Stark Bank

O cartão corporativo físico do Stark Bank conta com a tecnologia de pagamento por aproximação (contactless).

#### 1. Como ativar a função

Por protocolos de segurança, o recurso de aproximação é entregue desativado. Para habilitar a funcionalidade, o procedimento é simples:

1. Realize a primeira compra inserindo o cartão físico na maquininha;
2. Valide a operação digitando a sua senha (PIN).

Após essa primeira validação com o chip, o pagamento por aproximação será ativado automaticamente para as transações futuras.

#### 2. Gerenciamento e Desativação

* No momento, não é possível desativar a função de pagamento por aproximação via Internet Banking ou App.
* A desativação é viável somente via API, através de uma requisição PATCH no endpoint `/corporate-card`, alterando as regras de compra. Esta é uma funcionalidade avançada e o suporte oficial para esta customização específica é limitado.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.starkbank.com/cartoes-corporativos/cartoes-e-titulares/pagamento-por-aproximacao-contactless.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
