Skip to main content
POST
Create Payment

Authorizations

Authorization
string
header
required

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

Body

application/json
amountToPay
number
required

Represents the total sum of money that is due for a particular payment.

InvoiceId
string
required

Unique identifier for a specific invoice related to a payment.

Minimum string length: 1
PersonId
number
required

Unique identifier for an individual associated with a specific payment.

Response

200

Payment