Hint Health · Example Payload

Customerinvoicepayment Listallpayments Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Customerinvoicepayment Listallpayments Response 200 is an example object payload from Hint Health, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathstatusmediaTypeexample

Example Payload

Raw ↑
{
  "operationId": "CustomerInvoicePayment.ListAllPayments",
  "method": "GET",
  "path": "/provider/customer_invoices/{customer_invoice_id}/payments",
  "status": "200",
  "mediaType": "application/json",
  "example": [
    {
      "id": "pmt-ab12C345DeF6",
      "amount_in_cents": 4999,
      "date": "2017-02-05T06:23:00.000000-08:00",
      "error_message": null,
      "memo": null,
      "status": "unattempted",
      "source": {
        "id": "card-ab12C345DeF6",
        "type": "Card"
      }
    }
  ]
}