Skip to main content
POST
Record an external payment on a payment link

Authorizations

Authorization
string
header
required

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

Path Parameters

ID of the payment link the payment was made against

Body

application/json
amountCents
integer<int64>

Amount received, in cents. Defaults to the link's full remaining balance. Cannot exceed the remaining balance.

Required range: x >= 1
Example:

2500

paidAt
string<date>

The date the money moved (YYYY-MM-DD). Defaults to today. Cannot be in the future.

Example:

"2026-08-30"

Response

The new record and the re-derived payment link

externalPayment
object
required