Transaction Reconciliation
Transaction Reconciliation
Description
Reconcile project transactions for an existing project. Reconciliation is only applied to transactions for existing projects that have not yet reached the ‘Complete’ status
Request URL
Prodege Base URL + /transaction-reconciliation
Request Method
POST
Request Parameters
Parameter Name
Parameter Type
Description
Required?
apik
String
Your API Key.
Yes
reconciliation_entries
Array
Array of {transaction_id, completion_type}. Set completion_type (the new status for each transaction_id) to 1 for Success, 2 for Overquota, 3 for Disqualification, 7 for Quality Termination.
Yes
Response Parameters
Parameter Name
Parameter Type
Description
return_status
String
The return status for this api call
Property Name
Property Type
Description
transaction_id
Numeric
The id that uniquely identifies this project transaction on Prodege
completion_type
Numeric
The new status for this transaction (1 for Success, 2 for Overquota, 3 for Disqualification, 7 for Quality Termination).
Last updated