Docs

Cannot revise a transaction without a business name

You're trying to revise a transaction to add business information, but you haven't provided a name.

Example response
{
"error": {
"type": "request_error",
"code": "transaction_revise_missing_business_name",
"detail": "Business name is required when revising a transaction to add a new business.",
"documentation_url": "https://developer.paddle.com/errors/transactions/transaction_revise_missing_business_name"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
transaction_revise_missing_business_name
Error message
Business name is required when revising a transaction to add a new business.

Common causes

  • The transaction is not related to a business, and you're revising it to add business information that doesn't include a name.

Troubleshooting

  • Include a business name in the payload.

Was this page helpful?