Description

Almost all APIs which Federal Bank exposes follow the asynchronous processing
model. It means that, for a given request, the processing may not happen
immediately, and hence the actual response is not returned. The API will
return an acknowledgment message instead, which signifies that the request is
received. When the transaction processing completes…