Hint Health · Schema

Provider.Patients.PaymentMethodsController.create_body

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
rainforest_id string Tokenized payment method id from Rainforest. Required if the practice uses Hint Payments.
stripe_id string Tokenized payment method id from Stripe. Required if the practice uses Stripe.
View JSON Schema on GitHub

JSON Schema

provider-patients-paymentmethodscontroller-create_body.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/provider-patients-paymentmethodscontroller-create_body",
  "title": "Provider.Patients.PaymentMethodsController.create_body",
  "type": "object",
  "properties": {
    "rainforest_id": {
      "type": "string",
      "description": "Tokenized payment method id from Rainforest. Required if the practice uses Hint Payments."
    },
    "stripe_id": {
      "type": "string",
      "description": "Tokenized payment method id from Stripe. Required if the practice uses Stripe."
    }
  }
}