É só vc simular.
Eu fiz assim:
HistoricoNotificacao historicoNotificacao = notificacaoBolix.getData()[notificacaoBolix.getData().length - 1];
if (this.pixConfig.isHomologacao()) {
HistoricoNotificacao historicoNotificacaoResp = new HistoricoNotificacao();
historicoNotificacaoResp.setCreated_at( historicoNotificacao.getCreated_at() );
historicoNotificacaoResp.setReceived_by_bank_at(UtilJson.formatarDataBolix(new Date()));
historicoNotificacaoResp.setValue("0");
historicoNotificacaoResp.setId( historicoNotificacao.getId() );
StatusNotificacao statusNotificacao = new StatusNotificacao();
statusNotificacao.setCurrent("paid");
historicoNotificacaoResp.setStatus(statusNotificacao);
historicoNotificacaoResp.setIdentifiers(historicoNotificacao.getIdentifiers());
return historicoNotificacaoResp;
}
Termos mais procurados: