Docs

Payment terms frequency must be equal to or lower than 999

Occurs when your supplied value for billing_details.payment_terms.frequency is greater than 999.

Example response
{
"error": {
"type": "request_error",
"code": "transaction_payment_terms_frequency_greater_than_maximum",
"detail": "billing_details.payment_terms.frequency must be equal to or lower than 999",
"documentation_url": "https://developer.paddle.com/errors/transactions/transaction_payment_terms_frequency_greater_than_maximum"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
transaction_payment_terms_frequency_greater_than_maximum
Error message
billing_details.payment_terms.frequency must be equal to or lower than 999

Common causes

  • billing_details.payment_terms.frequency is set but greater than 999

Troubleshooting

  • Update billing_details.payment_terms.frequency equal to or lower than 999.

Was this page helpful?