Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties
hiddentrue


Resourcefunds-confirmation
Endpoints

POST /funds-confirmations

Mandatory?

Mandatory

SortOrder02


...

VersionDateAuthorComments
3.0 OB R/W API TeamThis is the baseline version. No change from RC3.
3.1-draft1 OB R/W API Team

This is the initial draft version for 3.1

Errata:

  • Typos and grammar fixes.
3.1-draft2 OB R/W API TeamNo Change
3.1-draft3 OB R/W API Team

Draft 3 Changes:

  • Added a note on Amount/Currency validation

Errata

  • Fixed the type for ../Amount/Amount field from ActiveCurrencyAndAmount_SimpleType to OBActiveCurrencyAndAmount_SimpleType
3.1OB R/w API Team

Version 3.1 final release.

No changes from Version 3.1 RC1.

Endpoints

ResourceHTTP OperationEndpointMandatory ?ScopeGrant TypeMessage SigningIdempotency KeyRequest ObjectResponse Object
funds-confirmationPOSTPOST /funds-confirmationsMandatoryfundsconfirmationsAuthorization CodeNoNoOBFundsConfirmation1OBFundsConfirmationResponse1

...

  • Request to POST /funds-confirmations

UML Diagram

Notes:

  • Funds can only be confirmed against the currency of the account, ASPSP must reject the request when Amount is in a different currency than the currency of the underlying account.

Data Dictionary

NameOccurrenceXPathEnhancedDefinitionClassCodes
OBFundsConfirmation1
OBFundsConfirmation1
OBFundsConfirmation1
Data1..1OBFundsConfirmation1/Data
OBFundsConfirmationData1
ConsentId1..1OBFundsConfirmation1/Data/ConsentIdUnique identification as assigned by the ASPSP to uniquely identify the funds confirmation consent resource.Max128Text
Reference1..1OBFundsConfirmation1/Data/ReferenceUnique reference, as assigned by the CBPII, to unambiguously refer to the request related to the payment transaction.Max35Text
InstructedAmount1..1OBFundsConfirmation1/Data/InstructedAmountAmount of money to be confirmed as available funds in the debtor account. Contains an Amount and a Currency.OBActiveOrHistoricCurrencyAndAmount
Amount1..1OBFundsConfirmation1/Data/InstructedAmount/AmountA number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.

OBActiveCurrencyAndAmount_SimpleType

^\d{1,13}\.\d{1,5}$

Currency1..1OBFundsConfirmation1/Data/InstructedAmount/CurrencyA code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".ActiveOrHistoricCurrencyCode^[A-Z]{3,3}$

...