Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ofx Parser REST API

REST API developed using Django

API Documentation

Transactions

Transactions are all the account movements present inside the .ofx report data.

/api/transactions

Request

Data
URL https://jpricardo.pythonanywhere.com/api/transactions/
Methods POST
Accept application/json
Authentication Required false

Payload

Available Formats
csv .csv

Sample Request

{
	...,

	"payload": {
		"filename": "example.ofx"
		"base64content": "..."
		"format": "csv"
	},
}

Sample Response

{
	...,

	"data": {
		"filename": "example_output.csv"
		"base64content": "..."
	}
}

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages