For AI agents and LLMs: a structured documentation index is available at /llms.txt. Every page has a Markdown sibling — append .md to any URL.

Skip to content
Docs

Payment Terms must be non null when initially setting Billing Details

You have not provided Payment Details whilst setting Billing Details

Example response
{
"error": {
"type": "request_error",
"code": "transaction_payment_terms_object_required",
"detail": "payment_terms must be non null when initially setting billing_details",
"documentation_url": "https://developer.paddle.com/errors/transactions/transaction_payment_terms_object_required"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
transaction_payment_terms_object_required
Error message
payment_terms must be non null when initially setting billing_details

Common causes

  • Billing Details has been passed without payment_terms being defined

Troubleshooting

  • Set the Payment Terms

Was this page helpful?