Skip to main content
PUT
/
clabes-emisores
/
{clabeEmisorId}
Actualizar datos de clabe
curl --request PUT \
  --url https://rest.yafacture.com/clabes-emisores/{clabeEmisorId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "nombre": "<string>",
  "notificaciones": {
    "emails": [
      "<string>"
    ],
    "telefonos": [
      "<string>"
    ]
  },
  "autorizantes": [
    {
      "nombre": "<string>",
      "email": "<string>"
    }
  ]
}
'
{
  "message": "Forbidden resource",
  "error": "Forbidden",
  "statusCode": 403
}

Authorizations

x-api-key
string
header
required

X-API-Key authentication header for the development token generated in Yafacture

Path Parameters

clabeEmisorId
string
required

Body

application/json
nombre
string

Nombre del emisor CLABE

notificaciones
object

Listado de notificaciones por email y teléfono

autorizantes
object[]

Listado de personas autorizadas para confirmar transferencias

Response