Skip to main content
POST
Confirmation of funds request

Headers

Consent-ID
string | null

ID of the consent resource. Shall be provided if the consent was established through the consent process

X-Request-ID
string
required

ID of the request, unique to the call, as determined by the initiating party

Body

application/json

Confirmation of funds request body

account
object
required

PSU's account number

instructedAmount
object
required

Transaction amount to be checked

cardNumber
string | null

Card number of the card issued by the PIISP

Maximum string length: 35
Example:

"12345678901234"

payee
string | null

The merchant where the card is accepted

Maximum string length: 70
Example:

"Merchant ABC"

Response

Confirmation of funds request was correctly performed

fundsAvailable
boolean
required

Equals true if sufficient funds are available at the time of the request, false otherwise

Example:

true

Last modified on April 17, 2026