Skip to content
Debin Spot

Realiza un Debin Spot​

POST
/v2/payments/debin

API para realizar un Debin SPOT hacia un CBU/CVU/Alias

Autorizaciones​

access_token
Tipo
HTTP (bearer)

Cuerpo de la petición​

application/json
JSON
{
  
"concept_code": "VAR",
  
"notes": "Factura",
  
"amount": 26.07,
  
"purchaser": {
  
  
"cuit": "30254658531",
  
  
"account_key": "2995846587315365478951"
  
},
  
"account_id": "217792",
  
"currency": "ARS"
}

Respuestas​

Debin iniciado exitosamente

application/json
JSON
{
  
"debin_id": "M67REZ8NP18VZL124KVGOP",
  
"created_at": "2021-05-07T15:38:45.7012183-03:00",
  
"expiration_date": "2021-05-10T15:38:45.7012183-03:00",
  
"status": {
  
  
"code": "INICIADO",
  
  
"description": "INICIADO - 0201"
  
}
}

Playground​

Servidor
Autorización
Cuerpo

Ejemplos​

Powered by VitePress OpenAPI