availity · Example Payload

Eligibility Payer Info Example

Eligibility Payer Info Example is an example object payload from availity, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameaddress

Example Payload

Raw ↑
{
  "id": "500123",
  "name": "sample-value",
  "address": {
    "address1": "sample-value",
    "city": "sample-value",
    "state": "sample-value",
    "postalCode": "ABC123"
  }
}