For AI agents: visit https://developer.optumfinancial.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
{
"errors": [
{
"message": "submitBillPay requires at least id or claimNumber",
"path": [
"submitBillPay"
],
"extensions": {
"code": "BAD_USER_INPUT",
"serviceName": "payments-domain"
}
}
],
"data": {
"submitBillPay": null
}
}
{
"data": {
"submitBillPay": {
"id": null,
"status": "FAILED",
"claimNumber": null,
"claimType": null,
"client": null,
"description": null,
"syntheticId": null,
"rendProviderIdQualifier": null,
"errorCode": "0003",
"errorMessage": "Transaction Date cannot be prior to Current Date"
}
}
}
{
"errors": [
{
"message": "Bill pay submission failed",
"path": [
"submitBillPay"
],
"extensions": {
"code": "UPSTREAM_ERROR",
"correlationId": "51182432-4bc5-4f84-8ba5-0f09ddd6daea",
"serviceName": "payments-domain"
}
}
],
"data": {
"submitBillPay": null
}
}