Create Payment
Headers
X-API-Key
X-Request-ID
Request
This endpoint expects an object.
serviceId
paidAt
transactionId
Unique transaction ID associated with this payment, this must be unique. Use for deduplication, a 409 will be returned if trying to create another Payment with same transactionId
.
type
Denotes the type of Payment being registered, use PATIENT
for any actual transaction being collected or refunded. Reserve ADJUSTMENT
for manual/operational adjustments to balances, error corrections etc..
Allowed values:
amount
Payment amount, in USD cents. Positive values are payments paid by the Patient, negative values are refunds given back to the Patient.
externalId
Associate with any External ID value, should also be unique
memo
Response
This endpoint returns an object.
id
createdAt
serviceId
paidAt
transactionId
type
Allowed values:
amount
externalId
memo