stoicflame / ofx4j

Apache License 2.0
75 stars 50 forks source link

OFXServerException when connecting to Citi Credit Card #61

Closed taihuapp closed 3 years ago

taihuapp commented 3 years ago

Has anyone successfully connected to Citi Credit Card? I received a OFXServerException running ofx4j 1.28:

com.webcohesion.ofx4j.client.net.OFXServerException: Error with client request: Forbidden at com.webcohesion.ofx4j.client.net.OFXV1Connection.sendBuffer(OFXV1Connection.java:106) at com.webcohesion.ofx4j.client.net.OFXV1Connection.sendRequest(OFXV1Connection.java:59) at com.webcohesion.ofx4j.client.impl.FinancialInstitutionImpl.sendRequest(FinancialInstitutionImpl.java:151) at com.webcohesion.ofx4j.client.impl.FinancialInstitutionImpl.readAccountProfiles(FinancialInstitutionImpl.java:92)

taihuapp commented 3 years ago

It looks like the url for Citi Credit Card at OFX Home is out dated. No more 'Forbidden' response after I switch the old url to the one I found at Gnucash Wiki.

taihuapp commented 3 years ago

Citi CreditCard also requires a non-null ClientUID.