Accounting
Retrieves history records of a specific payment
get/Payments/{PaymentID}/History
Path parameters
PaymentIDstring uuid required
Unique identifier for a Payment
Response
Success - return response of HistoryRecords array of 0 to N HistoryRecord
Example response
{
"HistoryRecords": [
{
"DateUTC": "/Date(1573755038314)/"
}
]
}