Docs

Price ID cannot be found

You are attempting to send one or more Price ID(s) that can't be found

Example response
{
"error": {
"type": "request_error",
"code": "transaction_price_not_found",
"detail": "One or more provided price_ids could not be found, provided: pri_01ghbma3b352cwnwrx0pm9wvjt",
"documentation_url": "https://developer.paddle.com/errors/transactions/transaction_price_not_found"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
transaction_price_not_found
Error message
One or more provided price_ids could not be found, provided: %s

Common causes

  • One or more Price ID(s) passed in the items array cannot be found

Troubleshooting

  • Ensure the Price ID exists
  • Ensure the Price ID belongs to the Customer ID attached to the transaction
  • Ensure the Price ID has not been archived

Was this page helpful?