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
subscriberIdin the request path does not match any existing subscriber.
How To Fix
- Verify the subscriber ID used in the request.
- Create the subscriber first if it does not exist.
- Retry the request with a valid subscriber ID.