Skip to main content
POST
Bank Confirm Payment

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

payment_id
string
required

Body

application/json
bankRef
string
required

bank movement reference

Minimum string length: 1
amount

gross bank movement; must equal amount + bank fee

Response

Successful Response

id
string
required
amount
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
paymentNumber
string | null
paymentDate
string | null
method
string | null
sourceAccountKey
string | null
supplierId
string | null
employeeId
string | null
currency
string | null
bankFeeAmount
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
fctVatAmount
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
fctCitAmount
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
bankRef
string | null
bankConfirmedAt
string | null
status
string | null
glPosted
boolean
default:false
notes
string | null
createdAt
string | null
allocations
AllocationResponse · object[]