Created
December 12, 2017 11:00
-
-
Save phaelfp/b79d0b0521b7165a9fecb965e7984af6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Cartão | |
Authorization | |
<= $ 1.050,00 -> Authorized | |
>= $ 1.050,01 && < $ 1.051,71 -> Timeout | |
>= $ 1.500,00 -> Not Authorized | |
Capture | |
<= $ 1.050,00 -> Captured | |
>= $ 1.050,01 -> Not Captured | |
Cancellation | |
<= $ 1.050,00 -> Cancelled | |
>= $ 1.050,01 -> Not Cancelled | |
Refund | |
<= $ 1.050,00 -> Refunded | |
>= $ 1.050,01 -> Not Refunded | |
Boleto | |
< $ 100,00 -> Not Refunded | |
>= $ 100,00 && < $ 200,00 -> UnderPaid | |
>= $ 200,00 && <= $ 300,00 -> Paid | |
> $ 300,00 -> Overpaid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment