Skip to main content
GET
Find a portal payment by its id

Authorizations

Authorization
string
header
required

Path Parameters

portalPaymentId
string<uuid>
required

Id of the portal payment

Response

Found portal payment

id
string<uuid>
uniqueId
string

Human-readable transfer reference (e.g. "LP1A2B3C")

status
enum<string>

Payment gateway status. Does not guarantee accounting settlement of the listed invoices.

Available options:
initiated,
succeeded,
failed,
canceled
paymentMethod
enum<string>
Available options:
stripe,
fintecture
amount
integer

Total amount in cents, equals the sum of the allocation amounts.

currency
string
clientId
string<uuid>
allocations
object[]

Per-target breakdown of the paid amount.

createdAt
string<date-time>
updatedAt
string<date-time>