{ "error": { "type": "request_error", "code": "transaction_manual_must_require_payment_method", "detail": "This transaction is manually-collected and has items where some items require a payment method in trial, which isn't allowed.", "documentation_url": "https://developer.paddle.com/errors/transactions/transaction_manual_must_require_payment_method" }, "meta": { "request_id": "00000000-0000-0000-0000-000000000000" }}Details
- Status code
- 400
- Error code
-
transaction_manual_must_require_payment_method - Error message
- This transaction is manually-collected and has items where some items require a payment method in trial, which isn't allowed.
Common causes
- You're trying to create a transaction where
collection_modeismanual, with items wheretrial_period.requires_payment_methodis false.
Troubleshooting
- Modify the items on your transaction so that it doesn't contain any prices where
trial_period.requires_payment_methodistrue. - Update prices on the transaction so that
trial_period.requires_payment_methodisfalse, then try your request again. - Consider changing transaction
collection_modetoautomaticto bill using a checkout and automatically renew using a saved payment method.