Payment V2
Record payment
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Amount to be paid
Example:
27
Payment date [DD-MM-YYYY]
Example:
"13-06-2024"
Payment mode
Available options:
Cash
, Cheque
, UPI
, Card
, Net Banking
, paylater
, cardless_emi
, EMI
, TDS
, Credits
Example:
"UPI"
Customer ID
Example:
"CUST123"
Notes, will be shared with the customer
Example:
""
Send SMS, customer will be notified through SMS
Example:
true
Send Email, customer will be notified through Email
Example:
true
Exclusive Notes for internal purpose
Example:
""
Documents to be settled, if any
Example:
[
{
"amount_paying": 27,
"hash_id": "SLascded"
}
]