Hint Health · Example Payload

Invoicepayment Createpayment Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Invoicepayment Createpayment 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": "InvoicePayment.CreatePayment",
  "method": "POST",
  "path": "/provider/companies/{company_id}/invoices/{invoice_id}/payments",
  "status": "200",
  "mediaType": "application/json",
  "example": {
    "id": "pmt-ab12C345DeF6",
    "error_message": null,
    "memo": null,
    "status": "unattempted",
    "date": "2017-02-05T06:23:00.000000-08:00",
    "amount_in_cents": 4999,
    "source": {
      "id": "card-ab12C345DeF6",
      "type": "Card"
    }
  }
}