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?