-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgerencianet-vocabulary.yml
More file actions
54 lines (54 loc) · 2.83 KB
/
Copy pathgerencianet-vocabulary.yml
File metadata and controls
54 lines (54 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
vocabulary: API Commons Vocabulary 0.1
provider: Efí Pay (Gerencianet)
providerId: gerencianet
created: '2026-05-24'
modified: '2026-05-24'
description: >-
Controlled vocabulary mapping the operational surface of Efí Pay's APIs to
Brazilian payments concepts: Pix, boleto, carnê, recurring billing,
marketplace splits, account opening, Open Finance payment initiation, and
CNAB reconciliation.
sources:
- https://dev.efipay.com.br
- https://github.com/efipay
domains:
- name: Payments
terms:
- { term: Pix, definition: Brazilian Central Bank instant payments rail (Banco Central do Brasil) }
- { term: Boleto, definition: Brazilian printable/scanable bank slip used for offline and online payments }
- { term: Bolix, definition: Efí Pay product — next-business-day-settling boleto }
- { term: Carnê, definition: Sequence of dated boletos used as an installment booklet }
- { term: Pix Cob, definition: Immediate Pix charge (sem vencimento) }
- { term: Pix CobV, definition: Pix charge with a future due date }
- { term: Pix Cobr, definition: Automatic recurring Pix charge }
- { term: Pix Send, definition: Efí Pay proprietary cash-out endpoint }
- { term: Open Finance, definition: Brazil's Open Banking + payment initiation regime }
- { term: MED, definition: Mecanismo Especial de Devolução — Pix infraction/recovery channel }
- name: Identity
terms:
- { term: CPF, definition: Brazilian individual taxpayer registry (Cadastro de Pessoas Físicas) }
- { term: CNPJ, definition: Brazilian legal-entity taxpayer registry (Cadastro Nacional da Pessoa Jurídica) }
- { term: Chave Pix / EVP, definition: Pix routing key (CPF/CNPJ/email/phone or random EVP) }
- { term: Conta-Simplificada, definition: Brazilian simplified bank account opened via Contas API }
- name: Authentication
terms:
- { term: client_credentials, definition: OAuth2 flow used by every Efí Pay API }
- { term: mTLS, definition: Mutual TLS using a P12/PEM certificate, mandatory for Pix and Open Finance }
- { term: x-idempotency-key, definition: 72-char header required on every Open Finance request }
- { term: partner-token, definition: Optional header used by partner integrators }
- name: Reconciliation
terms:
- { term: CNAB, definition: Brazilian banking text-file format used for batch statement extraction }
- { term: EndToEndId, definition: Globally-unique BCB-assigned id for each Pix transaction }
- { term: TXID, definition: Caller-assigned 26–35-char id used to bind a Pix charge to a payment }
- { term: Comprovante, definition: Signed PDF receipt downloadable from /v2/gn/pix/comprovantes }
tags:
- Brazil
- Payments
- Pix
- Boleto
- Subscriptions
- Marketplace
- Open Finance
- Banking as a Service
- Reconciliation