Update Brazil Example Configuration authored by Joseph Heenan's avatar Joseph Heenan
......@@ -27,6 +27,8 @@ These examples shows how to run various the Brazil versions of the FAPI1-Advance
**Updated 13th September: payments example to include organization key as required by release 4.1.27 of the FAPI suite**
**Updated 31st October: payments example updated for changes to mockbank/specs**
## private_key_jwt
To run this configuration, select the following options in the [conformance suite](https://www.certification.openid.net):
......@@ -202,7 +204,7 @@ This example shows how to run the FAPI tests using the payments API instead of t
```
{
"alias": "obbsb",
"description": "Raidiam Brazil Mock Bank Payments Example",
"description": "raidiam Brazil mock bank payments FAPI private_key_jwt example",
"server": {
"discoveryUrl": "https://auth.mockbank.poc.raidiam.io/.well-known/openid-configuration"
},
......@@ -273,7 +275,17 @@ This example shows how to run the FAPI tests using the payments API instead of t
"type": "PIX",
"date": "2021-01-01",
"currency": "BRL",
"amount": "100000.12"
"amount": "100000.12",
"details": {
"localInstrument": "DICT",
"proxy": "12345678901",
"creditorAccount": {
"ispb": "12345678",
"issuer": "1774",
"number": "1234567890",
"accountType": "CACC"
}
}
},
"debtorAccount": {
"ispb": "12345678",
......@@ -296,10 +308,9 @@ This example shows how to run the FAPI tests using the payments API instead of t
"number": "1234567890",
"accountType": "CACC"
},
"cnpjInitiator": "60545350000165",
"remittanceInformation": "Pagamento da nota XPTO035-002.",
"qrCode": "00020104141234567890123426660014BR.GOV.BCB.PIX014466756C616E6F32303139406578616D706C652E636F6D27300012 \nBR.COM.OUTRO011001234567895204000053039865406123.455802BR5915NOMEDORECEBEDOR6008BRASILIA61087007490062 \n530515RP12345678-201950300017BR.GOV.BCB.BRCODE01051.0.080450014BR.GOV.BCB.PIX0123PADRAO.URL.PIX/0123AB \nCD81390012BR.COM.OUTRO01190123.ABCD.3456.WXYZ6304EB76\n",
"proxy": "12345678901",
"cnpjInitiator": "61820817000109"
"proxy": "12345678901"
}
}
},
......
......