Description
Almost all APIs which Federal Bank expose follow asynchronous processing
model. This means that, for a given request, the processing may not happen
immediately, and hence the actual response cannot be returned to the request.
The API will return an Acknowledgement message instead, that signifies that
the request has been received. When the transaction…