naftiko: 1.0.0-alpha2 info: label: Efí Pay — Bill Payment (Pagar Contas) description: >- Decode a Brazilian boleto/concessionária barcode and pay it from the Efí account balance, then list and detail past payments. tags: - Efí Pay - Bill Payment - Boleto created: '2026-05-24' modified: '2026-05-24' binds: - namespace: env keys: EFI_PAGAMENTOS_CLIENT_ID: EFI_PAGAMENTOS_CLIENT_ID EFI_PAGAMENTOS_CLIENT_SECRET: EFI_PAGAMENTOS_CLIENT_SECRET EFI_PAGAMENTOS_CERT_PATH: EFI_PAGAMENTOS_CERT_PATH capability: consumes: - type: http namespace: efi-pagamentos baseUri: https://pagarcontas.api.efipay.com.br description: Efí Pay bill-payment API resources: - name: barcode path: /v1/codBarras/{codBarras} operations: - name: payDetailBarCode method: GET description: Decode a Brazilian boleto/utility barcode - name: payRequestBarCode method: POST description: Schedule a payment for the decoded barcode - name: payment-detail path: /v1/{idPagamento} operations: - name: payDetailPayment method: GET description: Retrieve a bill payment - name: payment-list path: /v1/resumo operations: - name: payListPayments method: GET description: List bill payments