Skip to main content
POST
Record payment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer , where is your auth token.

Body

application/json
amount
number
required

Amount to be paid

Example:

27

payment_date
string
required

Payment date [DD-MM-YYYY]

Example:

"13-06-2024"

payment_mode
enum<string>
required

Payment mode

Available options:
Cash,
Cheque,
UPI,
Card,
Net Banking,
paylater,
cardless_emi,
EMI,
TDS,
Credits
Example:

"UPI"

customer
string
required

Customer ID

Example:

"CUST123"

bank_details
object
notes
string

Notes, will be shared with the customer

Example:

""

send_sms
boolean

Send SMS, customer will be notified through SMS

Example:

true

send_email
boolean

Send Email, customer will be notified through Email

Example:

true

exclusive_notes
string

Exclusive Notes for internal purpose

Example:

""

documents
object[]

Documents to be settled, if any

Example:

Response

Payment recorded successfully

success
boolean

Success flag

Example:

true

message
string

Response message

Example:

"Message"

error_code
string

Error Code

Example:

""

errors
object

Errors

data
object