single_premium_request_payer_belongs_to_another_subscriber
single_premium_request_payer_belongs_to_another_subscriber
Description
The payer referenced in the single premium request belongs to a different subscriber and cannot be used.
HTTP Status
403 Forbidden
doc_url Format
The doc_url value is an absolute URL and changes by environment:
<docs-base-url>/errors/single_premium_request_payer_belongs_to_another_subscriber
Typical Causes
- The payer ID provided in the request body is associated with a different subscriber than the one inferred from the context.
How To Fix
- Verify the payer ID belongs to the correct subscriber.
- Use a payer associated with the intended subscriber.
- Retry the request.