-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7710e5
commit 43667de
Showing
30 changed files
with
460 additions
and
374 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
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
6 changes: 6 additions & 0 deletions
6
openapi/examples/infractions/AcknowledgeInfractionReportRequest.xml
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,6 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<AcknowledgeInfractionReportRequest> | ||
<Signature></Signature> | ||
<InfractionReportId>91d65e98-97c0-4b0f-b577-73625da1f9fc</InfractionReportId> | ||
<Participant>12345678</Participant> | ||
</AcknowledgeInfractionReportRequest> |
16 changes: 16 additions & 0 deletions
16
openapi/examples/infractions/AcknowledgeInfractionReportResponse.xml
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,16 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<AcknowledgeInfractionReportResponse> | ||
<Signature></Signature> | ||
<InfractionReport> | ||
<TransactionId>E9999901012341234123412345678900</TransactionId> | ||
<InfractionType>FRAUD</InfractionType> | ||
<ReportedBy>DEBITED_PARTICIPANT</ReportedBy> | ||
<ReportDetails>Transação feita através de QR Code falso em boleto</ReportDetails> | ||
<Id>91d65e98-97c0-4b0f-b577-73625da1f9fc</Id> | ||
<Status>CLOSED</Status> | ||
<DebitedParticipant>99999010</DebitedParticipant> | ||
<CreditedParticipant>99999011</CreditedParticipant> | ||
<CreationTime>2020-01-17T10:00:00Z</CreationTime> | ||
<LastModified>2020-01-17T10:00:00Z</LastModified> | ||
</InfractionReport> | ||
</AcknowledgeInfractionReportResponse> |
6 changes: 6 additions & 0 deletions
6
openapi/examples/infractions/CancelInfractionReportRequest.xml
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,6 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<CancelInfractionReportRequest> | ||
<Signature></Signature> | ||
<InfractionReportId>91d65e98-97c0-4b0f-b577-73625da1f9fc</InfractionReportId> | ||
<Participant>12345678</Participant> | ||
</CancelInfractionReportRequest> |
16 changes: 16 additions & 0 deletions
16
openapi/examples/infractions/CancelInfractionReportResponse.xml
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,16 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<CancelInfractionReportResponse> | ||
<Signature></Signature> | ||
<InfractionReport> | ||
<TransactionId>E9999901012341234123412345678900</TransactionId> | ||
<InfractionType>FRAUD</InfractionType> | ||
<ReportedBy>DEBITED_PARTICIPANT</ReportedBy> | ||
<ReportDetails>Transação feita através de QR Code falso em boleto</ReportDetails> | ||
<Id>91d65e98-97c0-4b0f-b577-73625da1f9fc</Id> | ||
<Status>CANCELLED</Status> | ||
<DebitedParticipant>99999010</DebitedParticipant> | ||
<CreditedParticipant>99999011</CreditedParticipant> | ||
<CreationTime>2020-01-17T10:00:00Z</CreationTime> | ||
<LastModified>2020-01-17T10:00:00Z</LastModified> | ||
</InfractionReport> | ||
</CancelInfractionReportResponse> |
11 changes: 11 additions & 0 deletions
11
openapi/examples/infractions/CloseInfractionReportRequest.xml
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,11 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<CloseInfractionReportRequest> | ||
<Signature></Signature> | ||
<InfractionReportId>91d65e98-97c0-4b0f-b577-73625da1f9fc</InfractionReportId> | ||
<Participant>12345678</Participant> | ||
<AnalysisResult>AGREED</AnalysisResult> | ||
<AnalysisDetails> | ||
Valor bloqueado. Para mais informações, contactar central antifraude em | ||
11 3000-00000, informando ID 9999. | ||
</AnalysisDetails> | ||
</CloseInfractionReportRequest> |
21 changes: 21 additions & 0 deletions
21
openapi/examples/infractions/CloseInfractionReportResponse.xml
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,21 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<CloseInfractionReportResponse> | ||
<Signature></Signature> | ||
<InfractionReport> | ||
<TransactionId>E9999901012341234123412345678900</TransactionId> | ||
<InfractionType>FRAUD</InfractionType> | ||
<ReportedBy>DEBITED_PARTICIPANT</ReportedBy> | ||
<ReportDetails>Transação feita através de QR Code falso em boleto</ReportDetails> | ||
<Id>91d65e98-97c0-4b0f-b577-73625da1f9fc</Id> | ||
<Status>CLOSED</Status> | ||
<DebitedParticipant>99999010</DebitedParticipant> | ||
<CreditedParticipant>99999011</CreditedParticipant> | ||
<CreationTime>2020-01-17T10:00:00Z</CreationTime> | ||
<LastModified>2020-01-17T10:00:00Z</LastModified> | ||
<AnalysisResult>AGREED</AnalysisResult> | ||
<AnalysisDetails> | ||
Valor bloqueado. Para mais informações, contactar central antifraude em | ||
11 3000-00000, informando ID 9999. | ||
</AnalysisDetails> | ||
</InfractionReport> | ||
</CloseInfractionReportResponse> |
10 changes: 10 additions & 0 deletions
10
openapi/examples/infractions/CreateInfractionReportRequest.xml
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,10 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<CreateInfractionReportRequest> | ||
<Signature></Signature> | ||
<Participant>99999010</Participant> | ||
<InfractionReport> | ||
<TransactionId>E9999901012341234123412345678900</TransactionId> | ||
<InfractionType>FRAUD</InfractionType> | ||
<ReportDetails>Transação feita através de QR Code falso em boleto</ReportDetails> | ||
</InfractionReport> | ||
</CreateInfractionReportRequest> |
16 changes: 16 additions & 0 deletions
16
openapi/examples/infractions/CreateInfractionReportResponse.xml
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,16 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<CreateInfractionReportResponse> | ||
<Signature></Signature> | ||
<InfractionReport> | ||
<TransactionId>E9999901012341234123412345678900</TransactionId> | ||
<InfractionType>FRAUD</InfractionType> | ||
<ReportedBy>DEBITED_PARTICIPANT</ReportedBy> | ||
<ReportDetails>Transação feita através de QR Code falso em boleto</ReportDetails> | ||
<Id>91d65e98-97c0-4b0f-b577-73625da1f9fc</Id> | ||
<Status>CLOSED</Status> | ||
<DebitedParticipant>99999010</DebitedParticipant> | ||
<CreditedParticipant>99999011</CreditedParticipant> | ||
<CreationTime>2020-01-17T10:00:00Z</CreationTime> | ||
<LastModified>2020-01-17T10:00:00Z</LastModified> | ||
</InfractionReport> | ||
</CreateInfractionReportResponse> |
16 changes: 16 additions & 0 deletions
16
openapi/examples/infractions/GetInfractionReportResponse.xml
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,16 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<GetInfractionReportResponse> | ||
<Signature></Signature> | ||
<InfractionReport> | ||
<TransactionId>E9999901012341234123412345678900</TransactionId> | ||
<InfractionType>FRAUD</InfractionType> | ||
<ReportedBy>DEBITED_PARTICIPANT</ReportedBy> | ||
<ReportDetails>Transação feita através de QR Code falso em boleto</ReportDetails> | ||
<Id>91d65e98-97c0-4b0f-b577-73625da1f9fc</Id> | ||
<Status>ACKNOWLEDGED</Status> | ||
<DebitedParticipant>99999010</DebitedParticipant> | ||
<CreditedParticipant>99999011</CreditedParticipant> | ||
<CreationTime>2020-01-17T10:00:00Z</CreationTime> | ||
<LastModified>2020-01-17T10:00:00Z</LastModified> | ||
</InfractionReport> | ||
</GetInfractionReportResponse> |
24 changes: 24 additions & 0 deletions
24
openapi/examples/infractions/ListInfractionReportsResponse.xml
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,24 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<ListInfractionReportsResponse> | ||
<Signature></Signature> | ||
<HasMoreElements>true</HasMoreElements> | ||
<InfractionReports> | ||
<InfractionReport> | ||
<TransactionId>E9999901012341234123412345678900</TransactionId> | ||
<InfractionType>FRAUD</InfractionType> | ||
<ReportedBy>DEBITED_PARTICIPANT</ReportedBy> | ||
<ReportDetails>Transação feita através de QR Code falso em boleto</ReportDetails> | ||
<Id>91d65e98-97c0-4b0f-b577-73625da1f9fc</Id> | ||
<Status>CLOSED</Status> | ||
<DebitedParticipant>99999010</DebitedParticipant> | ||
<CreditedParticipant>99999011</CreditedParticipant> | ||
<CreationTime>2020-01-17T10:00:00Z</CreationTime> | ||
<LastModified>2020-01-17T10:00:00Z</LastModified> | ||
<AnalysisResult>AGREED</AnalysisResult> | ||
<AnalysisDetails> | ||
Valor bloqueado. Para mais informações, contactar central antifraude em | ||
11 3000-00000, informando ID 9999. | ||
</AnalysisDetails> | ||
</InfractionReport> | ||
</InfractionReports> | ||
</ListInfractionReportsResponse> |
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.