Pay installment

post

Pay installment from debt token

Authorizations
Body
debtTokenContractAddressstringRequired

Address of the debt token contract.

parcelIdintegerRequired

ID of the parcel to be paid.

installmentIndexintegerRequired

Index of the installment within the parcel.

Responses
200

Default Response

application/json
post
/debtToken/pay-installment
POST /debtToken/pay-installment HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 69

{
  "debtTokenContractAddress": "text",
  "parcelId": 1,
  "installmentIndex": 1
}
{
  "paymentHash": "text"
}

Was this helpful?