Skip to main content
POST
/
api
/
v1
/
credits
/
{id}
/
installments
/
{num}
/
pay
Marcar cuota como pagada
curl --request POST \
  --url https://api.raul.ugps.io/api/v1/credits/{id}/installments/{num}/pay \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "paid_at": "2025-01-15T00:00:00.000Z"
}
'

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required
num
number
required

Body

application/json
paid_at
string

Fecha de pago (ISO string)

Example:

"2025-01-15T00:00:00.000Z"

Response

Cuota pagada