Skip to content

payer_subscriber_not_found

payer_subscriber_not_found

Description

The subscriber referenced when creating a payer does not exist.

HTTP Status

404 Not Found

doc_url Format

The doc_url value is an absolute URL and changes by environment:

<docs-base-url>/errors/payer_subscriber_not_found

Typical Causes

  • The subscriberId in the request path does not match any existing subscriber.

How To Fix

  1. Verify the subscriber ID used in the request.
  2. Create the subscriber first if it does not exist.
  3. Retry the request with a valid subscriber ID.