
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
Auttar WebSocket JS Class. An easy implementation of Auttar WebSocket Service.
Uma forma mais fácil de implementar o websocket da Auttar em seu sistema.
Acesse https://auttar-js.netlify.com para acessar o exemplo online da implementação
npm install auttarjs --save
# For Yarn, use the command below.
yarn add auttarjs
<!-- For UNPKG use the code below. -->
<script src="https://unpkg.com/auttarjs@latest/dist/index.umd.js"></script>
<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/auttarjs@latest/dist/index.umd.js"></script>
<script>
console.log(Auttar);
</script>
import AuttarClass from 'auttarjs';
// Inicializando Classe
const Auttar = new AuttarClass({});
| Propiedade | Tipo | Default |
|---|---|---|
| host | string | ws://localhost:2500 |
| debug | boolean | false |
| orderId | string | '' |
| amount | float | 0 |
| webSocketTimeout | number | 60000 |
Auttar.credit(installments = 1, withInterest = false)
Auttar.debit(isVoucher = false)
Auttar.requestCancellation()
Auttar.cancel(prop = {})
| Propiedade | Tipo | Default |
|---|---|---|
| operacao | number | Última operação realizada |
| dataTransacao | string | Data da última operação realizada |
| amount | float | Valor da última operação realizada |
| nsuCTF | string | nsuCTF da última operação realizada |
import AuttarClass from 'auttarjs';
// Inicializando Classe
const Auttar = new AuttarClass({
orderId: '123456ABCDEF',
amount: 100.90
});
//Realizando pagamento com cartão de crédito.
Auttar.credit();
//Realizando pagamento com cartão de crédito parcelado
Auttar.credit(3);
//Realizando pagamento com cartão de crédito parcelado juros pela administradora
Auttar.credit(3, true);
//Realizando pagamento com cartão de débito.
Auttar.debit();
//Realizando desfazimento total de operação
Auttar.requestCancellation();
//Realizando extorno da última compra
Auttar.cancel();
//Realizando confirmação da operação
Auttar.confirm();
FAQs
Auttar WebSocket JS Class. An easy implementation of Auttar WebSocket Service.
We found that auttarjs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.