Skip to content

Commit

Permalink
Merge pull request #1680 from Sensedia/ORB-2918
Browse files Browse the repository at this point in the history
feat(Payments): ORB-2918 - SB34 - Remover campo de endpoint e alterar nome de campo
  • Loading branch information
CeciliaFFernandes authored Jul 4, 2023
2 parents a868f76 + 94518f7 commit c772daf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 17 deletions.
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

0 comments on commit c772daf

Please sign in to comment.