TIP: You can type at any time to perform a new search.
Payent Cielo
payment_cielo · OCA/l10n-brazil
- Repository
- OCA/l10n-brazil · module folder · Try on Runboat
- Module version
- 3.2.1
- Category
- Uncategorized
- Folder size
- 0.08 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-brazil
- Last tracking update
- 2026-08-07 07:31:50
- Authors
- Odoo Community Association (OCA), KMEE INFORMATICA LTDA
- Maintainers
- Odoo Community Association (OCA), KMEE INFORMATICA LTDA
- Committers
- Raphaël Valyi, Renato Lima, Weblate, Luis Felipe Mileo, OCA Transbot, OCA-git-bot, oca-travis, oca-ci
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_cielo |
payment.acquirer.form.inherit | payment.acquirer | form | Inherits payment.acquirer_form |
cielo_form |
cielo_form | ir.ui.view | qweb | New |
cielo_s2s_form |
cielo_s2s_form | ir.ui.view | qweb | New |
HTTP endpoints (5)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/payment/cielo/create_charge |
CieloController.cielo_create_charge |
public | json | ALL | sudo |
/payment/cielo/s2s/create |
CieloController.cielo_s2s_create |
public | http | ALL | |
/payment/cielo/s2s/create_json |
CieloController.cielo_s2s_create_json |
public | json | ALL | |
/payment/cielo/s2s/create_json_3ds |
CieloController.cielo_s2s_create_json_3ds |
public | json | ALL | csrf off website |
/payment/cielo/s2s/create_json_3ds |
CieloController.cielo_s2s_create_json_3ds |
public | json | ALL | csrf off |
Models touched (3)
New fields (4)
-
cielo_image_urlChargroups='base.group_user' args: 'Checkout Image URL' -
cielo_merchant_idChargroups='base.group_user'required_if_provider='cielo'string='Cielo Merchant Id' -
cielo_merchant_keyChargroups='base.group_user'required_if_provider='cielo' -
providerSelectionselection_add=[('cielo', 'Cielo')]
-
cielo_s2s_form_process(self, data)@api.modelSaves the payment.token object with data from cielo server Secret card info should be empty by this point. -
cielo_s2s_form_validate(self, data)@api.multiValidates user input
New fields (6)
-
card_brandCharrequired=Falsestring='Brand' -
card_cvcCharrequired=Falsestring='cvc' -
card_expCharrequired=Falsestring='Expiration date' -
card_holderCharrequired=Falsestring='Holder' -
card_numberCharrequired=Falsestring='Number' -
cielo_tokenCharrequired=Falsestring='Token'
-
cielo_create(self, values)@api.modelTreats tokenizing data. Calls _cielo_tokenize, formats the response data to the result and removes secret credit card information since it's now stored by cielo. A resulting dict containing card brand, card token, formated name ( XXXXXXXXXXXX1234 - Customar Name) and partner_id will be returned.
New fields (3)
-
cielo_s2s_capture_linkCharrequired=Falsestring='Capture Link' -
cielo_s2s_check_linkCharrequired=Falsestring='Check Link' -
cielo_s2s_void_linkCharrequired=Falsestring='Void Link'
-
cielo_s2s_capture_transaction(self)@api.multiCaptures an authorized transaction. -
cielo_s2s_do_transaction(self, **kwargs)@api.multi -
cielo_s2s_void_transaction(self)@api.multiVoids an authorized transaction.
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 24 days ago
- Last activity
- 22 days ago
- Repository
- OCA/l10n-brazil
- Pull request
- [16.0][MIG] payment_cielo: Migration to 16.0 (#4794)