📄 MIPYME Documents
Create a new payment
POST
URL del endpoint
https://api-billing.koywe.com/V1/payments
Creates a new payment with the given details.
Parámetros
Sin parámetros.
Cuerpo de la solicitud (ejemplo)
{
"payment_date": "string",
"document_id": "string",
"payment_type_id": "string",
"payment_amount": 0,
"payment_details": "string",
"cash_account_id": "string"
}
Respuestas
Payment created successfully
Invalid request