POST
Create tenant payment confirmation

Authorizations

Authorization
string
header
required

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

Path Parameters

invoice_id
string<uuid>
required

Path parameter invoice_id.

Body

application/json

JSON request payload for tenant_create_payment_confirmation.

Request payload for create tenant payment confirmation.

amount
string
required

Money amount represented in the API currency unit.

Required string length: 1 - 32
Example:

"1250000"

paid_at
string<date-time> | null

paid at value for create tenant payment confirmation request.

transfer_reference
string | null

transfer reference value for create tenant payment confirmation request.

Maximum string length: 160
receipt_url
string | null

receipt url value for create tenant payment confirmation request.

Maximum string length: 500
note
string | null

Optional note captured by the operator.

Maximum string length: 1000

Response

Tenant API operation succeeded

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.