Skip to content
Update Brazil Example Configuration authored by Joseph Heenan's avatar Joseph Heenan
...@@ -231,39 +231,6 @@ This example shows how to run the FAPI tests using the payments API instead of t ...@@ -231,39 +231,6 @@ This example shows how to run the FAPI tests using the payments API instead of t
"resourceUrl": "https://matls-api.mockbank.poc.raidiam.io/payments/v1/pix/payments", "resourceUrl": "https://matls-api.mockbank.poc.raidiam.io/payments/v1/pix/payments",
"consentUrl": "https://matls-api.mockbank.poc.raidiam.io/payments/v1/consents", "consentUrl": "https://matls-api.mockbank.poc.raidiam.io/payments/v1/consents",
"brazilCpf": "48847377765", "brazilCpf": "48847377765",
"paymentConsent": {
"data": {
"loggedUser": {
"document": {
"identification": "11111111111",
"rel": "CPF"
}
},
"businessEntity": {
"document": {
"identification": "11111111111111",
"rel": "CNPJ"
}
},
"creditor": {
"personType": "PESSOA_NATURAL",
"cpfCnpj": "58764789000137",
"name": "Marco Antonio de Brito"
},
"payment": {
"type": "PIX",
"date": "2021-01-01",
"currency": "BRL",
"amount": "100000.12"
},
"debtorAccount": {
"ispb": "12345678",
"issuer": "1774",
"number": "1234567890",
"accountType": "CACC"
}
}
},
"brazilPaymentConsent": { "brazilPaymentConsent": {
"data": { "data": {
"loggedUser": { "loggedUser": {
...@@ -310,11 +277,6 @@ This example shows how to run the FAPI tests using the payments API instead of t ...@@ -310,11 +277,6 @@ This example shows how to run the FAPI tests using the payments API instead of t
} }
} }
}, },
"directory": {
"discoveryUrl": "https://auth.sandbox.directory.openbankingbrasil.org.br/.well-known/openid-configuration",
"client_id": "QjRzruzFWi_U_tMahlz01",
"apibase": "https://matls-api.sandbox.directory.openbankingbrasil.org.br/"
},
"client2": { "client2": {
"client_id": "QqLqA-tH9RpP5Al5n55LZ", "client_id": "QqLqA-tH9RpP5Al5n55LZ",
"jwks": { "jwks": {
... ...
......