For the complete documentation index, see llms.txt. This page is also available as Markdown.

Disable

Disable payment method

put
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
idstringObrigatório
Respostas
200

Payment method disabled successfully

application/json
messagestringOpcional
put/payment-methods/{id}/disable
PUT /api/sales/payment-methods/{id}/disable HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "message": "text"
}