Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Payments): ORB-2918 - SB34 - Remover campo de endpoint e alterar nome de campo #1680

Merged
merged 1 commit into from
Jul 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dictionary/paymentsGetPixPaymentsPaymentId_v3.csv
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Segue descrição de cada valor do ENUM.
";Texto;;Obrigatório;;"CACC
SVGS
TRAN";1;1;"";Não permitido;string;CACC;
/data/authorizationFlow;authorizationFlow;"Campo condicional utilizado para identificar o fluxo de autorização em que o pagamento foi solicitado.
/data/authorisationFlow;authorisationFlow;"Campo condicional utilizado para identificar o fluxo de autorização em que o pagamento foi solicitado.

[Restrição] Caso o campo não esteja presente no payload, subentende-se que o fluxo de autorização utilizado é o HYBRID_FLOW.
";Texto;;Condicional;;"HYBRID_FLOW
Expand Down
2 changes: 1 addition & 1 deletion dictionary/paymentsPatchPixPaymentsPaymentId_v3.csv
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Segue descrição de cada valor do ENUM.
SLRY
SVGS
TRAN";1;1;"";Não permitido;string;CACC;
/data/authorizationFlow;authorizationFlow;"Campo condicional utilizado para identificar o fluxo de autorização em que o pagamento foi solicitado.
/data/authorisationFlow;authorisationFlow;"Campo condicional utilizado para identificar o fluxo de autorização em que o pagamento foi solicitado.

[Restrição] Caso o campo não esteja presente no payload, subentende-se que o fluxo de autorização utilizado é o HYBRID_FLOW.
";Texto;;Condicional;;"HYBRID_FLOW
Expand Down
2 changes: 1 addition & 1 deletion dictionary/paymentsPostPixPayments_v3.csv
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Segue descrição de cada valor do ENUM.
";Texto;;Obrigatório;;"CACC
SVGS
TRAN";1;1;"";Não permitido;string;CACC;
/data/authorizationFlow;authorizationFlow;"Campo condicional utilizado para identificar o fluxo de autorização em que o pagamento foi solicitado.
/data/authorisationFlow;authorisationFlow;"Campo condicional utilizado para identificar o fluxo de autorização em que o pagamento foi solicitado.

[Restrição] Caso o campo não esteja presente no payload, subentende-se que o fluxo de autorização utilizado é o HYBRID_FLOW.
";Texto;;Condicional;;"HYBRID_FLOW
Expand Down
18 changes: 4 additions & 14 deletions swagger-apis/payments/3.0.0-beta.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ components:
O campo ibgetowncode no arranjo PIX, tem o mesmo comportamento que o campo codMun descrito no item 1.6.6 do manual do PIX, conforme segue:

1. Caso a informação referente ao município não seja enviada; o PSP do recebedor assumirá que não existem feriados estaduais e municipais no período em questão;
authorizationFlow:
authorisationFlow:
type: string
enum:
- HYBRID_FLOW
Expand Down Expand Up @@ -1667,16 +1667,6 @@ components:
description: Tipo do documento do usuário pagador responsável pelo cancelamento do pagamento.
example: CPF
pattern: '^[A-Z]{3}$'
authorizationFlow:
type: string
enum:
- HYBRID_FLOW
- CIBA_FLOW
example: HYBRID_FLOW
description: |
Campo condicional utilizado para identificar o fluxo de autorização em que o pagamento foi solicitado.

[Restrição] Caso o campo não esteja presente no payload, subentende-se que o fluxo de autorização utilizado é o HYBRID_FLOW.
PatchPixPaymentCancellation:
type: object
description: |
Expand Down Expand Up @@ -2174,7 +2164,7 @@ components:
$ref: '#/components/schemas/PatchPixPaymentCancellation'
debtorAccount:
$ref: '#/components/schemas/DebtorAccount'
authorizationFlow:
authorisationFlow:
type: string
enum:
- HYBRID_FLOW
Expand Down Expand Up @@ -2335,7 +2325,7 @@ components:
$ref: '#/components/schemas/PaymentsCreditorAccount'
debtorAccount:
$ref: '#/components/schemas/PaymentsDebtorAccount'
authorizationFlow:
authorisationFlow:
type: string
enum:
- HYBRID_FLOW
Expand Down Expand Up @@ -2471,7 +2461,7 @@ components:
$ref: '#/components/schemas/PixPaymentCancellation'
debtorAccount:
$ref: '#/components/schemas/PaymentsDebtorAccount'
authorizationFlow:
authorisationFlow:
type: string
enum:
- HYBRID_FLOW
Expand Down
Loading