API Documentation
TransactionsAdd Transaction
Method: /transactions.[format]
Fields:
Name | Data Type | Description |
document_id | String | Document ID |
amount | Numeric | Total payment amount being applied |
reference | String | Optional payment information (ie. Cash, Credit Card) |
transaction_date | Date | Date this transaction was posted (YYYY-MM-DD) |
Success:
If you have been successful in saving a new transaction, the response will return the newly created data object along with a “message” value of “Saved” as seen below.