payments

Get Payment

Get the payment status for a project.

get/api/v1/payments/{project_id}

Path parameters

project_idstring uuid required

Response

Successful Response

idstring uuid required
project_idstring uuid required
quote_idstring uuid required
methodstring required
statusstring required
amountstring required
deposit_amountstring nullable
currencystring required
po_numberstring nullable
shipping_addressstring nullable
tax_amountinteger nullable
total_with_taxstring nullable
notesstring nullable
paid_atstring date-time nullable
created_atstring date-time required
updated_atstring date-time required
submitted_by_admin_idstring uuid nullable
submitted_by_labelstring nullable

Changes