This repository has been archived by the owner on Sep 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adiciona flag capture nos inputs do cartão de crédito * adiciona exemplos de eventos de transação. Co-authored-by: PedroRegisPOAR <pedroalencarregis@hotmail.com>
- Loading branch information
1 parent
d384e69
commit 694d494
Showing
16 changed files
with
562 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Eventos de Transação | ||
======================================== | ||
|
||
No mundo de transações, existem alguns eventos. Dentro deles temos por exemplo:: | ||
|
||
- success | ||
- failed | ||
- canceled | ||
- reversed | ||
- charged_back | ||
- pre_authorized | ||
- captured | ||
- voided | ||
|
||
|
||
Charge Back | ||
*********************************** | ||
Processo no qual o gateway de pagamento cobra a um vendedor o valor da compra pago pelo comprador. | ||
Retornando o dinheiro ao comprador. | ||
|
||
Void | ||
*********************************** | ||
Estorno de transação. | ||
|
||
Reverse | ||
*********************************** | ||
A transação foi revertida. Isso acontece devido à alguma falha técnica em algum momento do fluxo. | ||
Com isso todo o fluxo feito é revertido. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Transação de Cartão de crédito | ||
======================================== | ||
|
||
No mundo de transações de cartão de crédito, existem alguns eventos. Dentro deles temos por exemplo:: | ||
|
||
|
||
- pre autorização | ||
- captura | ||
|
||
|
||
Pré autorização | ||
*********************************** | ||
A pré autorização realiza o bloqueio do valor no cartão de crédito do comprador. | ||
|
||
.. important:: | ||
Mas isso não realiza o pagamento, vulgo débito do valor! | ||
|
||
|
||
Captura | ||
*********************************** | ||
A captura realiza o pagamento propriamente dito do valor passado! | ||
|
||
.. important:: | ||
O valor passado pode ser menor ou igual ao valor pré autorizado. Nesse cenário a diferença é desbloqueada automaticamente para o comprador. | ||
|
||
.. warning:: | ||
Se o valor desejado a ser capturado for maior do que o valor pré autorizado, a transação deverá ser estornada e feita novamente. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.