Open usmcamp0811 opened 6 years ago
Hi all,
i am testing the createPaymentTest method, any one please share me the sandbox.test.properties
i need to know what is BASE_URL value will be
thanks
Did this ever go anywhere? Since Amex axed all useful transaction detail on the consumer website, I'm interested in just pulling this into my own budgeting tool.
@usmcamp0811 I am also looking for an API I can use to get my transactional data. What solution did you find?
Hopping onto this thread. Looking for one as well. amex has some apis but they seem to be only made for customers in EU.
Sorry if thisn't the correct repo for this but it was the closest I could find for this request.
I am looking for an API I can use to get my transactional data. I want some way to get all my transactions between some period of time. It would be great if I could then use the API to submit tags for the transactions.
So the problem that I am trying to solve is that the tags on the site take too much time and effort to do them in bulk. I would rather be queried for the tag at or near the time of the transaction. I presently have the SMS feature set to >= $10. I have a bot that can then ask me for the transaction tag and record it locally for my own accounting purposes. I have some anti-aliasing logic to reconcile the pending transactions with the posted transactions. I also scrape the recent transactions csv from the site to make sure I don't miss anything. All of this is buggy and super hacky and having an API would greatly improve this. Or if you could implement similar capabilities into the SMS bot or Android App.
Thanks