Skip to content

Brazil Example Configuration needs to be updated

An example configuration is currently using an outdated URI

Phase 2

    "resourceUrl": "https://matls-api.mockbank.poc.raidiam.io/accounts/v1/accounts",
    "consentUrl": "https://matls-api.mockbank.poc.raidiam.io/consents/v1/consents",

Phase 3

    "resourceUrl": "https://matls-api.mockbank.poc.raidiam.io/payments/v1/pix/payments",
    "consentUrl": "https://matls-api.mockbank.poc.raidiam.io/payments/v1/consents",

This should be updated to the correct URI (includes /open-banking/)

Phase 2

    "resourceUrl": "https://matls-api.mockbank.poc.raidiam.io/open-banking/accounts/v1/accounts",
    "consentUrl": "https://matls-api.mockbank.poc.raidiam.io/open-banking/consents/v1/consents",

Phase 3

    "resourceUrl": "https://matls-api.mockbank.poc.raidiam.io/open-banking/payments/v1/pix/payments",
    "consentUrl": "https://matls-api.mockbank.poc.raidiam.io/open-banking/payments/v1/consents",