ReBIT

Financial Information User (FIU) Change Log

It summarizes the changes in the FIU APIs requested by the AA ecosystem community.
You can send the suggestions/queries regarding FIU APIs changes by mailing us on aa-api@rebit.org.in .

Feb 23, 2021

Summary

1. Removed line format: byte

Why was this change needed?
format:byte is specified for x-jws-signature header and signedConsent field. Hence the string will be considered as base64 encoded string. However the format is not correct as JWS signature contains multiple base64 encoded strings connected with "." (dot). This might cause issue while compiling.
What about the old fields? NA
Has any data changed? NA
What has changed in the API? Removed format: byte
APIs impacted due to this change:

Summary of changes in YAML
{
	format: byte // Removed
}