Skip to main content
GET
List bank payments for a bill

Authorizations

x-dolfin-api-key
string
header
required

An API key issued to your client. It carries the client's scope; org-scoped calls also require the x-dolfin-organisation-id header. Keys are created and revoked by a client administrator.

Headers

x-dolfin-organisation-id
string<uuid>

Target organisation. Required when authenticating with an API key; omit for Bearer callers (resolved from the token).

Path Parameters

id
string<uuid>
required

Response

OK

id
string<uuid>
required
billId
string<uuid>
required
status
enum<string>
required
Available options:
Initiating,
AwaitingAuthorisation,
Authorised,
Pending,
Completed,
Failed,
Expired
institutionId
string
required
amount
required
currency
string
required
reference
string
required
payeeName
string
required
supplierId
null | string<uuid>
yapilyStatus
null | string
isoStatus
null | string
multiAuthorisationStatus
null | string
multiAuthorisationsRequired
multiAuthorisationsReceived
authorisationUrl
null | string
authorisationExpiresAt
null | string<date-time>
errorMessage
null | string
createdAt
string<date-time>
executedAt
null | string<date-time>
completedAt
null | string<date-time>
failedAt
null | string<date-time>