Payment V2
Record payment
POST
/
v2
/
payment
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
amount
number
requiredAmount to be paid
payment_date
string
requiredPayment date [DD-MM-YYYY]
payment_mode
enum<string>
requiredPayment mode
Available options:
Cash
, Cheque
, UPI
, Card
, Net Banking
, paylater
, cardless_emi
, EMI
, TDS
, Credits
customer
string
requiredCustomer ID
bank_details
object
notes
string
Notes, will be shared with the customer
send_sms
boolean
Send SMS, customer will be notified through SMS
send_email
boolean
Send Email, customer will be notified through Email
exclusive_notes
string
Exclusive Notes for internal purpose
documents
object[]
Documents to be settled, if any
Response
200 - application/json
success
boolean
Success flag
message
string
Response message
error_code
string
Error Code
errors
object
Errors
data
object