Newchaining_hash leaves the documentation
BeeL
Get StartedMulti-NIFVeriFactuStripeAPI ReferenceChangelog
ErrorsAll codes

PAYMENT_DETAILS_REQUIRE_METHOD

payment_iban, payment_swift and payment_term_days are only accepted together with a payment_method that is present, not null and not NONE. Send the method together with the details, or neither.


Category: Invoices

Example response

When this error occurs, the API returns a JSON response with the following shape:

{
  "type": "https://docs.beel.es/errors/PAYMENT_DETAILS_REQUIRE_METHOD",
  "title": "PAYMENT_DETAILS_REQUIRE_METHOD",
  "detail": "payment_iban, payment_swift and payment_term_days are only accepted together with a payment_method that is present, not null and not NONE. Send the method together with the details, or neither.",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "PAYMENT_DETAILS_REQUIRE_METHOD",
    "message": "payment_iban, payment_swift and payment_term_days are only accepted together with a payment_method that is present, not null and not NONE. Send the method together with the details, or neither.",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

The type URI is stable and always resolves to this page.

Message

payment_iban, payment_swift and payment_term_days are only accepted together with a payment_method that is present, not null and not NONE. Send the method together with the details, or neither.
payment_iban, payment_swift y payment_term_days solo se aceptan junto a un payment_method presente, distinto de null y de NONE. Envía el método junto con el detalle, o ninguno de los dos.
payment_iban, payment_swift i payment_term_days només s'accepten juntament amb un payment_method present, diferent de null i de NONE. Envia el mètode juntament amb el detall, o cap dels dos.

Send the request with Accept-Language: <es|en|ca> to receive the message in your preferred language.

Other errors in this category

Keep exploring