Skip to main content
POST
Record payment
SystemUser accessible. Required policy actions:
  • InvoiceService:createPayment

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Path Parameters

id
string
required

Invoice ID

Body

application/json
amount
number
required
Example:

5000

date
string<date>
required
Example:

"2026-04-01"

reference
string
Example:

"UTR123456"

PaymentSourceId
string
Example:

"ps_1"

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object | null

Endpoint-specific payload (object, array, or null)