Skip to main content

Page contents

What this API does:

These APIs currently supports SWIFT and SEPA Payments.

These APIs currently supports Indicative and Agreed rate types.

This API lets you initiate a single immediate international payment and submit payment requests. It also lets you check the payment status and confirm funds.

Endpoint configuration

Sandbox:  cb.sandbox-api-nc.cybservices.co.uk/open-banking/v3.1/pisp/international-payment-consents

Production:  api.openbanking.virginmoney.com/open-banking/v3.1/pisp/international-payment-consents

The API endpoint lets you ask Virgin Money to create a new international payment consent resource:

  • The POST action tells Virgin Money that a international payment consent has been staged. At this point, it does not identify the customer to Virgin Money; the request payload may not contain information about the account to be debited
  • The endpoint lets you send a copy of the consent between the customer and you to Virgin Money for the customer to authorise

Virgin Money will create a international payment consent resource and provide a unique ConsentId for the resource.

Before calling the API, you must have an access token issued by Virgin Money using 'Client Credentials' grant.

Sandbox:  cb.sandbox-api-nc.cybservices.co.uk/open-banking/v3.1/pisp/international-payment-consents/{ConsentId}

Production:  api.openbanking.virginmoney.com/open-banking/v3.1/pisp/international-payment-consents/{ConsentId}

Once the customer has authorized the international payment consent, you can submit the payment for processing:

  • This request instructs Virgin Money to begin the payment journey. Virgin Money will normally execute the payment request immediately, but this may not always be possible, for example, during busy periods
  • You must ensure the Initiation and Risk sections of the payment match the corresponding sections of the payment consent resource. Any discrepancy will generate an error response and we will not process the request

Check the status of the payment consent.

Before calling the API, you must have an access token issued by Virgin Money using 'Client Credentials' grant.

Sandbox:  cb.sandbox-api-nc.cybservices.co.uk/open-banking/v3.1/pisp/international-payments

Production:  api.openbanking.virginmoney.com/open-banking/v3.1/pisp/international-payments

Once the customer has authorized the international payment consent, you can submit the payment for processing:

  • This request instructs Virgin Money to begin the payment journey. Virgin Money will normally execute the payment request immediately, but this may not always be possible, for example, during busy periods
  • You must ensure the Initiation and Risk sections of the payment match the corresponding sections of the payment consent resource. Any discrepancy will generate an error response and we will not process the request

Before calling the API, you must have an access token issued by Virgin Money using 'Authorization Code' grant.

If rate type is’ Indicative’, after executing this endpoint, user shall login to bank website to accept the exchange rate for the transaction

Sandbox:  cb.sandbox-api-nc.cybservices.co.uk/open-banking/v3.1/pisp/international-payments

Production:  api.openbanking.virginmoney.com/open-banking/v3.1/pisp/domestic-payment-consents

Check if sufficient funds are available to make the payment.

Before calling the API, you must have an access token issued by Virgin Money using 'Authorization Code' grant.

Sandbox:  cb.sandbox-api-nc.cybservices.co.uk/open-banking/v3.1/pisp/international-payments/{InternationalPaymentId}

Production:  api.openbanking.virginmoney.com/open-banking/v3.1/pisp/international-payments/{InternationalPaymentId}

Check the status of the payment.

Before calling the API, you must have an access token issued by Virgin Money using 'Client Credentials' grant.

API calls

International Payments

NameDescription
OBWriteInternationalConsent3Param *
(body)
Default

{
"Data": {
"Initiation": {
"InstructionIdentification": "string",
"EndToEndIdentification": "string",
"LocalInstrument": "string",
"ChargeBearer": "BorneByCreditor",
"CurrencyOfTransfer": "string",
"InstructedAmount": {
"Amount": "string",
"Currency": "string"
},
"ExchangeRateInformation": {
"UnitCurrency": "string",
"ExchangeRate": 0,
"RateType": "Actual",
"ContractIdentification": "string"
},
"DebtorAccount": {
"SchemeName": "string",
"Identification": "string",
"Name": "string"
},
"Creditor": {
"Name": "string",
"PostalAddress": {
"AddressType": "Business",
"PostCode": "string",
"TownName": "string",
"Country": "string",
"AddressLine": [
"string"
]
}
},
"CreditorAgent": {
"SchemeName": "string",
"Identification": "string",
"Name": "string",
"PostalAddress": {
"AddressType": "Business",
"PostCode": "string",
"TownName": "string",
"Country": "string",
"AddressLine": [
"string"
]
}
},
"CreditorAccount": {
"SchemeName": "string",
"Identification": "string",
"Name": "string"
},
"RemittanceInformation": {
"Unstructured": "string",
"Reference": "string"
}
}
},
"Risk": {
"PaymentContextCode": "BillPayment",
"MerchantCategoryCode": "string",
"MerchantCustomerIdentification": "string",
"DeliveryAddress": {
"AddressLine": [
"string"
],
"StreetName": "string",
"BuildingNumber": "string",
"PostCode": "string",
"TownName": "string",
"CountrySubDivision": [
"string"
],
"Country": "string"
}
}
}
#/definitions/OBWriteInternationalConsent3OBWriteInternationalConsent3{
Data*{
Initiation*{
description:
The Initiation payload is sent by the initiating party to the ASPSP. It is used to request movement of funds from the debtor account to a creditor for a single international payment.
InstructionIdentification*string
minLength: 1

maxLength: 35

Unique identification as assigned by an instructing party for an instructed party to unambiguously identify the instruction.
Usage: the instruction identification is a point to point reference that can be used between the instructing party and the instructed party to refer to the individual instruction. It can be included in several messages related to the instruction.

EndToEndIdentification*string
minLength: 1

maxLength: 35

Unique identification assigned by the initiating party to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.
Usage: The end-to-end identification can be used for reconciliation or to link tasks relating to the transaction. It can be included in several messages related to the transaction.
OB: The Faster Payments Scheme can only access 31 characters for the EndToEndIdentification field.

LocalInstrumentOBExternalLocalInstrument1Codestring

User community specific instrument.
Usage: This element is used to specify a local instrument, local clearing option and/or further qualify the service or service level.

ChargeBearerOBChargeBearerType1Codestring

Specifies which party/parties will bear the charges associated with the processing of the payment transaction.


Enum:
[ BorneByCreditor, BorneByDebtor, FollowingServiceLevel, Shared ]
CurrencyOfTransfer*string
pattern: ^[A-Z]{3,3}$

Specifies the currency of the to be transferred amount, which is different from the currency of the debtor's account.

InstructedAmount*{
description:

Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.
Usage: This amount has to be transported unchanged through the transaction chain.

Amount*OBActiveCurrencyAndAmount_SimpleTypestring
A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.
Currency*ActiveOrHistoricCurrencyCodestring

A 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".

}
ExchangeRateInformation{
description:
Provides details on the currency exchange rate and contract.
UnitCurrency*string
pattern: ^[A-Z]{3,3}$

Currency in which the rate of exchange is expressed in a currency exchange. In the example 1GBP = xxxCUR, the unit currency is GBP.

ExchangeRatenumber
The factor used for conversion of an amount from one currency to another. This reflects the price at which one currency was bought with another currency.
RateType*string
Specifies the type used to complete the currency exchange.

Enum:
[ Actual, Agreed, Indicative ]
ContractIdentificationstring
minLength: 1

maxLength: 256

Unique and unambiguous reference to the foreign exchange contract agreed between the initiating party/creditor and the debtor agent.

}
DebtorAccount{
description:
Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Namestring
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level, as displayed by the ASPSP's online channels.
Note, the account name is not the product name or the nickname of the account.

}
Creditor{
description:
Party to which an amount of money is due.
Namestring
minLength: 1

maxLength: 140
Name by which a party is known and which is usually used to identify that party.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.

Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAgent{
description:
Financial institution servicing an account for the creditor.
SchemeNamestring

Name of the identification scheme, in a coded form as published in an external list.

Identificationstring
minLength: 1

maxLength: 35
Unique and unambiguous identification of a financial institution or a branch of a financial institution.
Namestring
minLength: 1

maxLength: 140
Name by which an agent is known and which is usually used to identify that agent.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.

Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAccount*{
description:
Unambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Name*string
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level.
Note, the account name is not the product name or the nickname of the account.
OB: ASPSPs may carry out name validation for Confirmation of Payee, but it is not mandatory.

}
RemittanceInformation{
description:

Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts' receivable system.

Unstructuredstring
minLength: 1

maxLength: 140

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.

Referencestring
minLength: 1

maxLength: 35

Unique reference, as assigned by the creditor, to unambiguously refer to the payment transaction.
Usage: If available, the initiating party should provide this reference in the structured remittance information, to enable reconciliation by the creditor upon receipt of the amount of money.
If the business context requires the use of a creditor reference or a payment remit identification, and only one identifier can be passed through the end-to-end chain, the creditor's reference or payment remittance identification should be quoted in the end-to-end transaction identification.
OB: The Faster Payments Scheme can only accept 18 characters for the ReferenceInformation field - which is where this ISO field will be mapped.

}
}
}
Risk*#/definitions/OBRisk1OBRisk1{
description:
The Risk section is sent by the initiating party to the ASPSP. It is used to specify additional details for risk scoring for Payments.
PaymentContextCodestring
Specifies the payment context

Enum:
[ BillPayment, EcommerceGoods, EcommerceServices, Other, PartyToParty ]
MerchantCategoryCodestring
minLength: 3

maxLength: 4

Category code conform to ISO 18245, related to the type of services or goods the merchant provides for the transaction.

MerchantCustomerIdentificationstring
minLength: 1

maxLength: 70
The unique customer identifier of the PSU with the merchant.
DeliveryAddress{
description:

Information that locates and identifies a specific address, as defined by postal services or in free format text.

AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, that is presented in free format text.

]
StreetNameStreetNamestring
Name of a street or thoroughfare.
BuildingNumberBuildingNumberstring
Number that identifies the position of a building on a street.
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownName*TownNamestring

Name of a built-up area, with defined boundaries, and a local government.

CountrySubDivision[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 35

Identifies a subdivision of a country, for instance state, region, county.

]
Country*string
pattern: ^[A-Z]{2,2}$

Nation with its own government, occupying a particular territory.

}
}
}
x-fapi-auth-date
string
(header)

The time when the PSU last logged in with the TPP.
All dates in the HTTP headers are represented as RFC 7231 Full Dates. An example is below:
Sun, 10 Sep 2017 19:43:31 UTC

x-fapi-customer-ip-address
string
(header)

The PSU's IP address if the PSU is currently logged in with the TPP.

x-fapi-interaction-id
string
(header)
An RFC4122 UID used as a correlation id.
Authorization *
string
(header)
x-idempotency-key *
string
(header)

Every request will be processed only once per x-idempotency-key. The
Idempotency Key will be valid for 24 hours.

x-jws-signature *
string
(header)
A detached JOSE signature of the body of the payload.

Responses

CodeDescription
201
Created

{
"Data": {
"ConsentId": "string",
"CreationDateTime": "2024-06-18T09:12:56.075Z",
"Status": "Authorised",
"StatusUpdateDateTime": "2024-06-18T09:12:56.075Z",
"Initiation": {
"InstructionIdentification": "string",
"EndToEndIdentification": "string",
"LocalInstrument": "string",
"ChargeBearer": "BorneByCreditor",
"CurrencyOfTransfer": "string",
"InstructedAmount": {
"Amount": "string",
"Currency": "string"
},
"ExchangeRateInformation": {
"UnitCurrency": "string",
"ExchangeRate": 0,
"RateType": "Actual",
"ContractIdentification": "string"
},
"DebtorAccount": {
"SchemeName": "string",
"Identification": "string",
"Name": "string"
},
"Creditor": {
"Name": "string",
"PostalAddress": {
"AddressType": "Business",
"PostCode": "string",
"TownName": "string",
"Country": "string",
"AddressLine": [
"string"
]
}
},
"CreditorAgent": {
"SchemeName": "string",
"Identification": "string",
"Name": "string",
"PostalAddress": {
"AddressType": "Business",
"PostCode": "string",
"TownName": "string",
"Country": "string",
"AddressLine": [
"string"
]
}
},
"CreditorAccount": {
"SchemeName": "string",
"Identification": "string",
"Name": "string"
},
"RemittanceInformation": {
"Unstructured": "string",
"Reference": "string"
}
}
},
"Risk": {
"PaymentContextCode": "BillPayment",
"MerchantCategoryCode": "string",
"MerchantCustomerIdentification": "string",
"DeliveryAddress": {
"AddressLine": [
"string"
],
"StreetName": "string",
"BuildingNumber": "string",
"PostCode": "string",
"TownName": "string",
"CountrySubDivision": [
"string"
],
"Country": "string"
}
},
"Links": {
"Self": "string",
"First": "string",
"Prev": "string",
"Next": "string",
"Last": "string"
},
"Meta": {
"TotalPages": 0,
"FirstAvailableDateTime": "2024-06-18T09:12:56.075Z",
"LastAvailableDateTime": "2024-06-18T09:12:56.075Z"
}
}
#/definitions/OBWriteInternationalConsentResponse3OBWriteInternationalConsentResponse3{
Data*{
ConsentId*string
minLength: 1

maxLength: 128

OB: Unique identification as assigned by the ASPSP to uniquely identify the consent resource.

CreationDateTime*string($date-time)

Date and time at which the resource was created.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

Status*string
Specifies the status of consent resource in code form.

Enum:
[ Authorised, AwaitingAuthorisation, Consumed, Rejected ]
StatusUpdateDateTime*string($date-time)

Date and time at which the resource status was updated.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

Initiation*{
description:
The Initiation payload is sent by the initiating party to the ASPSP. It is used to request movement of funds from the debtor account to a creditor for a single international payment.
InstructionIdentification*string
minLength: 1

maxLength: 35

Unique identification as assigned by an instructing party for an instructed party to unambiguously identify the instruction.
Usage: the instruction identification is a point to point reference that can be used between the instructing party and the instructed party to refer to the individual instruction. It can be included in several messages related to the instruction.

EndToEndIdentification*string
minLength: 1

maxLength: 35

Unique identification assigned by the initiating party to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.
Usage: The end-to-end identification can be used for reconciliation or to link tasks relating to the transaction. It can be included in several messages related to the transaction.
OB: The Faster Payments Scheme can only access 31 characters for the EndToEndIdentification field.

LocalInstrumentOBExternalLocalInstrument1Codestring

User community specific instrument.
Usage: This element is used to specify a local instrument, local clearing option and/or further qualify the service or service level.

ChargeBearerOBChargeBearerType1Codestring

Specifies which party/parties will bear the charges associated with the processing of the payment transaction.


Enum:
[ BorneByCreditor, BorneByDebtor, FollowingServiceLevel, Shared ]
CurrencyOfTransfer*string
pattern: ^[A-Z]{3,3}$

Specifies the currency of the to be transferred amount, which is different from the currency of the debtor's account.

InstructedAmount*{
description:

Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.
Usage: This amount has to be transported unchanged through the transaction chain.

Amount*OBActiveCurrencyAndAmount_SimpleTypestring
A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.
Currency*ActiveOrHistoricCurrencyCodestring

A 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".

}
ExchangeRateInformation{
description:
Provides details on the currency exchange rate and contract.
UnitCurrency*string
pattern: ^[A-Z]{3,3}$

Currency in which the rate of exchange is expressed in a currency exchange. In the example 1GBP = xxxCUR, the unit currency is GBP.

ExchangeRatenumber
The factor used for conversion of an amount from one currency to another. This reflects the price at which one currency was bought with another currency.
RateType*string
Specifies the type used to complete the currency exchange.

Enum:
[ Actual, Agreed, Indicative ]
ContractIdentificationstring
minLength: 1

maxLength: 256

Unique and unambiguous reference to the foreign exchange contract agreed between the initiating party/creditor and the debtor agent.

}
DebtorAccount{
description:
Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Namestring
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level, as displayed by the ASPSP's online channels.
Note, the account name is not the product name or the nickname of the account.

}
Creditor{
description:
Party to which an amount of money is due.
Namestring
minLength: 1

maxLength: 140
Name by which a party is known and which is usually used to identify that party.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.

Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAgent{
description:
Financial institution servicing an account for the creditor.
SchemeNamestring

Name of the identification scheme, in a coded form as published in an external list.

Identificationstring
minLength: 1

maxLength: 35
Unique and unambiguous identification of a financial institution or a branch of a financial institution.
Namestring
minLength: 1

maxLength: 140
Name by which an agent is known and which is usually used to identify that agent.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.

Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAccount*{
description:
Unambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Name*string
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level.
Note, the account name is not the product name or the nickname of the account.
OB: ASPSPs may carry out name validation for Confirmation of Payee, but it is not mandatory.

}
RemittanceInformation{
description:

Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts' receivable system.

Unstructuredstring
minLength: 1

maxLength: 140

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.

Referencestring
minLength: 1

maxLength: 35

Unique reference, as assigned by the creditor, to unambiguously refer to the payment transaction.
Usage: If available, the initiating party should provide this reference in the structured remittance information, to enable reconciliation by the creditor upon receipt of the amount of money.
If the business context requires the use of a creditor reference or a payment remit identification, and only one identifier can be passed through the end-to-end chain, the creditor's reference or payment remittance identification should be quoted in the end-to-end transaction identification.
OB: The Faster Payments Scheme can only accept 18 characters for the ReferenceInformation field - which is where this ISO field will be mapped.

}
}
}
Risk*#/definitions/OBRisk1OBRisk1{
description:
The Risk section is sent by the initiating party to the ASPSP. It is used to specify additional details for risk scoring for Payments.
PaymentContextCodestring
Specifies the payment context

Enum:
[ BillPayment, EcommerceGoods, EcommerceServices, Other, PartyToParty ]
MerchantCategoryCodestring
minLength: 3

maxLength: 4

Category code conform to ISO 18245, related to the type of services or goods the merchant provides for the transaction.

MerchantCustomerIdentificationstring
minLength: 1

maxLength: 70
The unique customer identifier of the PSU with the merchant.
DeliveryAddress{
description:

Information that locates and identifies a specific address, as defined by postal services or in free format text.

AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, that is presented in free format text.

]
StreetNameStreetNamestring
Name of a street or thoroughfare.
BuildingNumberBuildingNumberstring
Number that identifies the position of a building on a street.
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownName*TownNamestring

Name of a built-up area, with defined boundaries, and a local government.

CountrySubDivision[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 35

Identifies a subdivision of a country, for instance state, region, county.

]
Country*string
pattern: ^[A-Z]{2,2}$

Nation with its own government, occupying a particular territory.

}
}
Links#/definitions/LinksLinks{
description:
Links relevant to the payload
Self*string
Firststring
Prevstring
Nextstring
Laststring
}
Meta#/definitions/MetaMeta{
description:
Meta Data relevant to the payload
TotalPagesinteger($int32)
FirstAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

LastAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

}
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
400
Bad request

{
"Code": "string",
"Id": "string",
"Message": "string",
"Errors": [
{
"ErrorCode": "string",
"Message": "string",
"Path": "string",
"Url": "string"
}
]
}
#/definitions/OBErrorResponse1OBErrorResponse1{
description:

An array of detail error codes, and messages, and URLs to documentation to help remediation.

Code*string
minLength: 1

maxLength: 40

High level textual error code, to help categorize the errors.

Idstring
minLength: 1

maxLength: 40

A unique reference for the error instance, for audit purposes, in case of unknown/unclassified errors.

Message*string
minLength: 1

maxLength: 500

Brief Error message, e.g., 'There is something wrong with the request parameters provided'

Errors*[
minItems: 1
#/definitions/OBError1OBError1{
ErrorCode*string

Low level textual error code, e.g., UK.OBIE.Field.Missing

Message*string
minLength: 1

maxLength: 500

A description of the error that occurred. e.g., 'A mandatory field isn't supplied' or 'RequestedExecutionDateTime must be in future'
OBIE doesn't standardise this field

Pathstring
minLength: 1

maxLength: 500

Recommended but optional reference to the JSON Path of the field with error, e.g., Data.Initiation.InstructedAmount.Currency

Urlstring

URL to help remediate the problem, or provide more information, or to API Reference, or help etc

}]
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
401
Unauthorized

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
403
Forbidden

{
"Code": "string",
"Id": "string",
"Message": "string",
"Errors": [
{
"ErrorCode": "string",
"Message": "string",
"Path": "string",
"Url": "string"
}
]
}
#/definitions/OBErrorResponse1OBErrorResponse1{
description:

An array of detail error codes, and messages, and URLs to documentation to help remediation.

Code*string
minLength: 1

maxLength: 40

High level textual error code, to help categorize the errors.

Idstring
minLength: 1

maxLength: 40

A unique reference for the error instance, for audit purposes, in case of unknown/unclassified errors.

Message*string
minLength: 1

maxLength: 500

Brief Error message, e.g., 'There is something wrong with the request parameters provided'

Errors*[
minItems: 1
#/definitions/OBError1OBError1{
ErrorCode*string

Low level textual error code, e.g., UK.OBIE.Field.Missing

Message*string
minLength: 1

maxLength: 500

A description of the error that occurred. e.g., 'A mandatory field isn't supplied' or 'RequestedExecutionDateTime must be in future'
OBIE doesn't standardise this field

Pathstring
minLength: 1

maxLength: 500

Recommended but optional reference to the JSON Path of the field with error, e.g., Data.Initiation.InstructedAmount.Currency

Urlstring

URL to help remediate the problem, or provide more information, or to API Reference, or help etc

}]
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
404
Not found

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
405
Method Not Allowed

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
406
Not Acceptable

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
429
Too Many Requests

Headers:

NameDescriptionType
Retry-After
Number in seconds to wait
integer
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
500
Internal Server Error

{
"Code": "string",
"Id": "string",
"Message": "string",
"Errors": [
{
"ErrorCode": "string",
"Message": "string",
"Path": "string",
"Url": "string"
}
]
}
#/definitions/OBErrorResponse1OBErrorResponse1{
description:

An array of detail error codes, and messages, and URLs to documentation to help remediation.

Code*string
minLength: 1

maxLength: 40

High level textual error code, to help categorize the errors.

Idstring
minLength: 1

maxLength: 40

A unique reference for the error instance, for audit purposes, in case of unknown/unclassified errors.

Message*string
minLength: 1

maxLength: 500

Brief Error message, e.g., 'There is something wrong with the request parameters provided'

Errors*[
minItems: 1
#/definitions/OBError1OBError1{
ErrorCode*string

Low level textual error code, e.g., UK.OBIE.Field.Missing

Message*string
minLength: 1

maxLength: 500

A description of the error that occurred. e.g., 'A mandatory field isn't supplied' or 'RequestedExecutionDateTime must be in future'
OBIE doesn't standardise this field

Pathstring
minLength: 1

maxLength: 500

Recommended but optional reference to the JSON Path of the field with error, e.g., Data.Initiation.InstructedAmount.Currency

Urlstring

URL to help remediate the problem, or provide more information, or to API Reference, or help etc

}]
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
NameDescription
ConsentId *
string
(path)
ConsentId
x-fapi-auth-date
string
(header)

The time when the PSU last logged in with the TPP.
All dates in the HTTP headers are represented as RFC 7231 Full Dates. An example is below:
Sun, 10 Sep 2017 19:43:31 UTC

x-fapi-customer-ip-address
string
(header)

The PSU's IP address if the PSU is currently logged in with the TPP.

x-fapi-interaction-id
string
(header)
An RFC4122 UID used as a correlation id.
Authorization *
string
(header)

Responses

CodeDescription
200
OK

{
"Data": {
"ConsentId": "string",
"CreationDateTime": "2024-06-18T09:38:23.843Z",
"Status": "Authorised",
"StatusUpdateDateTime": "2024-06-18T09:38:23.843Z",
"Initiation": {
"InstructionIdentification": "string",
"EndToEndIdentification": "string",
"LocalInstrument": "string",
"ChargeBearer": "BorneByCreditor",
"CurrencyOfTransfer": "string",
"InstructedAmount": {
"Amount": "string",
"Currency": "string"
},
"ExchangeRateInformation": {
"UnitCurrency": "string",
"ExchangeRate": 0,
"RateType": "Actual",
"ContractIdentification": "string"
},
"DebtorAccount": {
"SchemeName": "string",
"Identification": "string",
"Name": "string"
},
"Creditor": {
"Name": "string",
"PostalAddress": {
"AddressType": "Business",
"PostCode": "string",
"TownName": "string",
"Country": "string",
"AddressLine": [
"string"
]
}
},
"CreditorAgent": {
"SchemeName": "string",
"Identification": "string",
"Name": "string",
"PostalAddress": {
"AddressType": "Business",
"PostCode": "string",
"TownName": "string",
"Country": "string",
"AddressLine": [
"string"
]
}
},
"CreditorAccount": {
"SchemeName": "string",
"Identification": "string",
"Name": "string"
},
"RemittanceInformation": {
"Unstructured": "string",
"Reference": "string"
}
}
},
"Risk": {
"PaymentContextCode": "BillPayment",
"MerchantCategoryCode": "string",
"MerchantCustomerIdentification": "string",
"DeliveryAddress": {
"AddressLine": [
"string"
],
"StreetName": "string",
"BuildingNumber": "string",
"PostCode": "string",
"TownName": "string",
"CountrySubDivision": [
"string"
],
"Country": "string"
}
},
"Links": {
"Self": "string",
"First": "string",
"Prev": "string",
"Next": "string",
"Last": "string"
},
"Meta": {
"TotalPages": 0,
"FirstAvailableDateTime": "2024-06-18T09:38:23.843Z",
"LastAvailableDateTime": "2024-06-18T09:38:23.843Z"
}
}
#/definitions/OBWriteInternationalConsentResponse3OBWriteInternationalConsentResponse3{
Data*{
ConsentId*string
minLength: 1

maxLength: 128

OB: Unique identification as assigned by the ASPSP to uniquely identify the consent resource.

CreationDateTime*string($date-time)

Date and time at which the resource was created.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

Status*string
Specifies the status of consent resource in code form.

Enum:
[ Authorised, AwaitingAuthorisation, Consumed, Rejected ]
StatusUpdateDateTime*string($date-time)

Date and time at which the resource status was updated.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

Initiation*{
description:
The Initiation payload is sent by the initiating party to the ASPSP. It is used to request movement of funds from the debtor account to a creditor for a single international payment.
InstructionIdentification*string
minLength: 1

maxLength: 35

Unique identification as assigned by an instructing party for an instructed party to unambiguously identify the instruction.
Usage: the instruction identification is a point to point reference that can be used between the instructing party and the instructed party to refer to the individual instruction. It can be included in several messages related to the instruction.

EndToEndIdentification*string
minLength: 1

maxLength: 35

Unique identification assigned by the initiating party to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.
Usage: The end-to-end identification can be used for reconciliation or to link tasks relating to the transaction. It can be included in several messages related to the transaction.
OB: The Faster Payments Scheme can only access 31 characters for the EndToEndIdentification field.

LocalInstrumentOBExternalLocalInstrument1Codestring

User community specific instrument.
Usage: This element is used to specify a local instrument, local clearing option and/or further qualify the service or service level.

ChargeBearerOBChargeBearerType1Codestring

Specifies which party/parties will bear the charges associated with the processing of the payment transaction.


Enum:
[ BorneByCreditor, BorneByDebtor, FollowingServiceLevel, Shared ]
CurrencyOfTransfer*string
pattern: ^[A-Z]{3,3}$

Specifies the currency of the to be transferred amount, which is different from the currency of the debtor's account.

InstructedAmount*{
description:

Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.
Usage: This amount has to be transported unchanged through the transaction chain.

Amount*OBActiveCurrencyAndAmount_SimpleTypestring
A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.
Currency*ActiveOrHistoricCurrencyCodestring

A 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".

}
ExchangeRateInformation{
description:
Provides details on the currency exchange rate and contract.
UnitCurrency*string
pattern: ^[A-Z]{3,3}$

Currency in which the rate of exchange is expressed in a currency exchange. In the example 1GBP = xxxCUR, the unit currency is GBP.

ExchangeRatenumber
The factor used for conversion of an amount from one currency to another. This reflects the price at which one currency was bought with another currency.
RateType*string
Specifies the type used to complete the currency exchange.

Enum:
[ Actual, Agreed, Indicative ]
ContractIdentificationstring
minLength: 1

maxLength: 256

Unique and unambiguous reference to the foreign exchange contract agreed between the initiating party/creditor and the debtor agent.

}
DebtorAccount{
description:
Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Namestring
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level, as displayed by the ASPSP's online channels.
Note, the account name is not the product name or the nickname of the account.

}
Creditor{
description:
Party to which an amount of money is due.
Namestring
minLength: 1

maxLength: 140
Name by which a party is known and which is usually used to identify that party.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.

Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAgent{
description:
Financial institution servicing an account for the creditor.
SchemeNamestring

Name of the identification scheme, in a coded form as published in an external list.

Identificationstring
minLength: 1

maxLength: 35
Unique and unambiguous identification of a financial institution or a branch of a financial institution.
Namestring
minLength: 1

maxLength: 140
Name by which an agent is known and which is usually used to identify that agent.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.

Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAccount*{
description:
Unambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Name*string
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level.
Note, the account name is not the product name or the nickname of the account.
OB: ASPSPs may carry out name validation for Confirmation of Payee, but it is not mandatory.

}
RemittanceInformation{
description:

Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts' receivable system.

Unstructuredstring
minLength: 1

maxLength: 140

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.

Referencestring
minLength: 1

maxLength: 35

Unique reference, as assigned by the creditor, to unambiguously refer to the payment transaction.
Usage: If available, the initiating party should provide this reference in the structured remittance information, to enable reconciliation by the creditor upon receipt of the amount of money.
If the business context requires the use of a creditor reference or a payment remit identification, and only one identifier can be passed through the end-to-end chain, the creditor's reference or payment remittance identification should be quoted in the end-to-end transaction identification.
OB: The Faster Payments Scheme can only accept 18 characters for the ReferenceInformation field - which is where this ISO field will be mapped.

}
}
}
Risk*#/definitions/OBRisk1OBRisk1{
description:
The Risk section is sent by the initiating party to the ASPSP. It is used to specify additional details for risk scoring for Payments.
PaymentContextCodestring
Specifies the payment context

Enum:
[ BillPayment, EcommerceGoods, EcommerceServices, Other, PartyToParty ]
MerchantCategoryCodestring
minLength: 3

maxLength: 4

Category code conform to ISO 18245, related to the type of services or goods the merchant provides for the transaction.

MerchantCustomerIdentificationstring
minLength: 1

maxLength: 70
The unique customer identifier of the PSU with the merchant.
DeliveryAddress{
description:

Information that locates and identifies a specific address, as defined by postal services or in free format text.

AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, that is presented in free format text.

]
StreetNameStreetNamestring
Name of a street or thoroughfare.
BuildingNumberBuildingNumberstring
Number that identifies the position of a building on a street.
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownName*TownNamestring

Name of a built-up area, with defined boundaries, and a local government.

CountrySubDivision[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 35

Identifies a subdivision of a country, for instance state, region, county.

]
Country*string
pattern: ^[A-Z]{2,2}$

Nation with its own government, occupying a particular territory.

}
}
Links#/definitions/LinksLinks{
description:
Links relevant to the payload
Self*string
Firststring
Prevstring
Nextstring
Laststring
}
Meta#/definitions/MetaMeta{
description:
Meta Data relevant to the payload
TotalPagesinteger($int32)
FirstAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

LastAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

}
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
400
Bad request

{
"Code": "string",
"Id": "string",
"Message": "string",
"Errors": [
{
"ErrorCode": "string",
"Message": "string",
"Path": "string",
"Url": "string"
}
]
}
#/definitions/OBErrorResponse1OBErrorResponse1{
description:

An array of detail error codes, and messages, and URLs to documentation to help remediation.

Code*string
minLength: 1

maxLength: 40

High level textual error code, to help categorize the errors.

Idstring
minLength: 1

maxLength: 40

A unique reference for the error instance, for audit purposes, in case of unknown/unclassified errors.

Message*string
minLength: 1

maxLength: 500

Brief Error message, e.g., 'There is something wrong with the request parameters provided'

Errors*[
minItems: 1
#/definitions/OBError1OBError1{
ErrorCode*string

Low level textual error code, e.g., UK.OBIE.Field.Missing

Message*string
minLength: 1

maxLength: 500

A description of the error that occurred. e.g., 'A mandatory field isn't supplied' or 'RequestedExecutionDateTime must be in future'
OBIE doesn't standardise this field

Pathstring
minLength: 1

maxLength: 500

Recommended but optional reference to the JSON Path of the field with error, e.g., Data.Initiation.InstructedAmount.Currency

Urlstring

URL to help remediate the problem, or provide more information, or to API Reference, or help etc

}]
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
401
Unauthorized

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
403
Forbidden

{
"Code": "string",
"Id": "string",
"Message": "string",
"Errors": [
{
"ErrorCode": "string",
"Message": "string",
"Path": "string",
"Url": "string"
}
]
}
#/definitions/OBErrorResponse1OBErrorResponse1{
description:

An array of detail error codes, and messages, and URLs to documentation to help remediation.

Code*string
minLength: 1

maxLength: 40

High level textual error code, to help categorize the errors.

Idstring
minLength: 1

maxLength: 40

A unique reference for the error instance, for audit purposes, in case of unknown/unclassified errors.

Message*string
minLength: 1

maxLength: 500

Brief Error message, e.g., 'There is something wrong with the request parameters provided'

Errors*[
minItems: 1
#/definitions/OBError1OBError1{
ErrorCode*string

Low level textual error code, e.g., UK.OBIE.Field.Missing

Message*string
minLength: 1

maxLength: 500

A description of the error that occurred. e.g., 'A mandatory field isn't supplied' or 'RequestedExecutionDateTime must be in future'
OBIE doesn't standardise this field

Pathstring
minLength: 1

maxLength: 500

Recommended but optional reference to the JSON Path of the field with error, e.g., Data.Initiation.InstructedAmount.Currency

Urlstring

URL to help remediate the problem, or provide more information, or to API Reference, or help etc

}]
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
404
Not found

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
405
Method Not Allowed

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
406
Not Acceptable

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
429
Too Many Requests

Headers:

NameDescriptionType
Retry-After
Number in seconds to wait
integer
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
500
Internal Server Error

{
"Code": "string",
"Id": "string",
"Message": "string",
"Errors": [
{
"ErrorCode": "string",
"Message": "string",
"Path": "string",
"Url": "string"
}
]
}
#/definitions/OBErrorResponse1OBErrorResponse1{
description:

An array of detail error codes, and messages, and URLs to documentation to help remediation.

Code*string
minLength: 1

maxLength: 40

High level textual error code, to help categorize the errors.

Idstring
minLength: 1

maxLength: 40

A unique reference for the error instance, for audit purposes, in case of unknown/unclassified errors.

Message*string
minLength: 1

maxLength: 500

Brief Error message, e.g., 'There is something wrong with the request parameters provided'

Errors*[
minItems: 1
#/definitions/OBError1OBError1{
ErrorCode*string

Low level textual error code, e.g., UK.OBIE.Field.Missing

Message*string
minLength: 1

maxLength: 500

A description of the error that occurred. e.g., 'A mandatory field isn't supplied' or 'RequestedExecutionDateTime must be in future'
OBIE doesn't standardise this field

Pathstring
minLength: 1

maxLength: 500

Recommended but optional reference to the JSON Path of the field with error, e.g., Data.Initiation.InstructedAmount.Currency

Urlstring

URL to help remediate the problem, or provide more information, or to API Reference, or help etc

}]
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
NameDescription
OBWriteInternational2Param *
(body)
Default

{
"Data": {
"ConsentId": "string",
"Initiation": {
"InstructionIdentification": "string",
"EndToEndIdentification": "string",
"LocalInstrument": "string",
"InstructionPriority": "Normal",
"ChargeBearer": "BorneByCreditor",
"CurrencyOfTransfer": "string",
"InstructedAmount": {
"Amount": "string",
"Currency": "string"
},
"ExchangeRateInformation": {
"UnitCurrency": "string",
"ExchangeRate": 0,
"RateType": "Actual",
"ContractIdentification": "string"
},
"DebtorAccount": {
"SchemeName": "string",
"Identification": "string",
"Name": "string"
},
"Creditor": {
"Name": "string",
"PostalAddress": {
"AddressType": "Business",
"PostCode": "string",
"TownName": "string",
"Country": "string",
"AddressLine": [
"string"
]
}
},
"CreditorAgent": {
"SchemeName": "string",
"Identification": "string",
"Name": "string",
"PostalAddress": {
"AddressType": "Business",
"PostCode": "string",
"TownName": "string",
"Country": "string",
"AddressLine": [
"string"
]
}
},
"CreditorAccount": {
"SchemeName": "string",
"Identification": "string",
"Name": "string"
},
"RemittanceInformation": {
"Unstructured": "string",
"Reference": "string"
}
}
},
"Risk": {
"PaymentContextCode": "BillPayment",
"MerchantCategoryCode": "string",
"MerchantCustomerIdentification": "string",
"DeliveryAddress": {
"AddressLine": [
"string"
],
"StreetName": "string",
"BuildingNumber": "string",
"PostCode": "string",
"TownName": "string",
"CountrySubDivision": [
"string"
],
"Country": "string"
}
}
}
#/definitions/OBWriteInternational2OBWriteInternational2{
Data*{
ConsentId*string
minLength: 1

maxLength: 128

OB: Unique identification as assigned by the ASPSP to uniquely identify the consent resource.

Initiation*{
description:
The Initiation payload is sent by the initiating party to the ASPSP. It is used to request movement of funds from the debtor account to a creditor for a single international payment.
InstructionIdentification*string
minLength: 1

maxLength: 35

Unique identification as assigned by an instructing party for an instructed party to unambiguously identify the instruction.
Usage: the instruction identification is a point to point reference that can be used between the instructing party and the instructed party to refer to the individual instruction. It can be included in several messages related to the instruction.

EndToEndIdentification*string
minLength: 1

maxLength: 35

Unique identification assigned by the initiating party to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.
Usage: The end-to-end identification can be used for reconciliation or to link tasks relating to the transaction. It can be included in several messages related to the transaction.
OB: The Faster Payments Scheme can only access 31 characters for the EndToEndIdentification field.

LocalInstrumentOBExternalLocalInstrument1Codestring

User community specific instrument.
Usage: This element is used to specify a local instrument, local clearing option and/or further qualify the service or service level.

InstructionPrioritystring
Indicator of the urgency or order of importance that the instructing party would like the instructed party to apply to the processing of the instruction.

Enum:
[ Normal, Urgent ]
ChargeBearerOBChargeBearerType1Codestring

Specifies which party/parties will bear the charges associated with the processing of the payment transaction.


Enum:
[ BorneByCreditor, BorneByDebtor, FollowingServiceLevel, Shared ]
CurrencyOfTransfer*string
pattern: ^[A-Z]{3,3}$

Specifies the currency of the to be transferred amount, which is different from the currency of the debtor's account.

InstructedAmount*{
description:

Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.
Usage: This amount has to be transported unchanged through the transaction chain.

Amount*OBActiveCurrencyAndAmount_SimpleTypestring
A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.
Currency*ActiveOrHistoricCurrencyCodestring

A 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".

}
ExchangeRateInformation{
description:
Provides details on the currency exchange rate and contract.
UnitCurrency*string
pattern: ^[A-Z]{3,3}$

Currency in which the rate of exchange is expressed in a currency exchange. In the example 1GBP = xxxCUR, the unit currency is GBP.

ExchangeRatenumber
The factor used for conversion of an amount from one currency to another. This reflects the price at which one currency was bought with another currency.
RateType*string
Specifies the type used to complete the currency exchange.

Enum:
[ Actual, Agreed, Indicative ]
ContractIdentificationstring
minLength: 1

maxLength: 256

Unique and unambiguous reference to the foreign exchange contract agreed between the initiating party/creditor and the debtor agent.

}
DebtorAccount{
description:
Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Namestring
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level, as displayed by the ASPSP's online channels.
Note, the account name is not the product name or the nickname of the account.

}
Creditor{
description:
Party to which an amount of money is due.
Namestring
minLength: 1

maxLength: 140
Name by which a party is known and which is usually used to identify that party.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.

Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAgent{
description:
Financial institution servicing an account for the creditor.
SchemeNamestring

Name of the identification scheme, in a coded form as published in an external list.

Identificationstring
minLength: 1

maxLength: 35
Unique and unambiguous identification of a financial institution or a branch of a financial institution.
Namestring
minLength: 1

maxLength: 140
Name by which an agent is known and which is usually used to identify that agent.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.

Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAccount*{
description:
Unambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Name*string
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level.
Note, the account name is not the product name or the nickname of the account.
OB: ASPSPs may carry out name validation for Confirmation of Payee, but it is not mandatory.

}
RemittanceInformation{
description:

Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts' receivable system.

Unstructuredstring
minLength: 1

maxLength: 140

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.

Referencestring
minLength: 1

maxLength: 35

Unique reference, as assigned by the creditor, to unambiguously refer to the payment transaction.
Usage: If available, the initiating party should provide this reference in the structured remittance information, to enable reconciliation by the creditor upon receipt of the amount of money.
If the business context requires the use of a creditor reference or a payment remit identification, and only one identifier can be passed through the end-to-end chain, the creditor's reference or payment remittance identification should be quoted in the end-to-end transaction identification.
OB: The Faster Payments Scheme can only accept 18 characters for the ReferenceInformation field - which is where this ISO field will be mapped.

}
}
}
Risk*#/definitions/OBRisk1OBRisk1{
description:
The Risk section is sent by the initiating party to the ASPSP. It is used to specify additional details for risk scoring for Payments.
PaymentContextCodestring
Specifies the payment context

Enum:
[ BillPayment, EcommerceGoods, EcommerceServices, Other, PartyToParty ]
MerchantCategoryCodestring
minLength: 3

maxLength: 4

Category code conform to ISO 18245, related to the type of services or goods the merchant provides for the transaction.

MerchantCustomerIdentificationstring
minLength: 1

maxLength: 70
The unique customer identifier of the PSU with the merchant.
DeliveryAddress{
description:

Information that locates and identifies a specific address, as defined by postal services or in free format text.

AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, that is presented in free format text.

]
StreetNameStreetNamestring
Name of a street or thoroughfare.
BuildingNumberBuildingNumberstring
Number that identifies the position of a building on a street.
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownName*TownNamestring

Name of a built-up area, with defined boundaries, and a local government.

CountrySubDivision[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 35

Identifies a subdivision of a country, for instance state, region, county.

]
Country*string
pattern: ^[A-Z]{2,2}$

Nation with its own government, occupying a particular territory.

}
}
}
x-fapi-auth-date
string
(header)

The time when the PSU last logged in with the TPP.
All dates in the HTTP headers are represented as RFC 7231 Full Dates. An example is below:
Sun, 10 Sep 2017 19:43:31 UTC

x-fapi-customer-ip-address
string
(header)

The PSU's IP address if the PSU is currently logged in with the TPP.

x-fapi-interaction-id
string
(header)
An RFC4122 UID used as a correlation id.
Authorization *
string
(header)
x-idempotency-key *
string
(header)

Every request will be processed only once per x-idempotency-key. The
Idempotency Key will be valid for 24 hours.

x-jws-signature *
string
(header)
A detached JOSE signature of the body of the payload.

Responses

CodeDescription
201
Created

{
"Data": {
"InternationalPaymentId": "string",
"ConsentId": "string",
"CreationDateTime": "2024-06-18T09:47:45.033Z",
"Status": "AcceptedCreditSettlementCompleted",
"StatusUpdateDateTime": "2024-06-18T09:47:45.033Z",
"ExchangeRateInformation": {
"UnitCurrency": "string",
"ExchangeRate": 0,
"RateType": "Actual",
"ContractIdentification": "string"
},
"Initiation": {
"InstructionIdentification": "string",
"EndToEndIdentification": "string",
"LocalInstrument": "string",
"InstructionPriority": "Normal",
"ChargeBearer": "BorneByCreditor",
"CurrencyOfTransfer": "string",
"InstructedAmount": {
"Amount": "string",
"Currency": "string"
},
"ExchangeRateInformation": {
"UnitCurrency": "string",
"ExchangeRate": 0,
"RateType": "Actual",
"ContractIdentification": "string"
},
"DebtorAccount": {
"SchemeName": "string",
"Identification": "string",
"Name": "string"
},
"Creditor": {
"Name": "string",
"PostalAddress": {
"AddressType": "Business",
"PostCode": "string",
"TownName": "string",
"Country": "string",
"AddressLine": [
"string"
]
}
},
"CreditorAgent": {
"SchemeName": "string",
"Identification": "string",
"Name": "string",
"PostalAddress": {
"AddressType": "Business",
"PostCode": "string",
"TownName": "string",
"Country": "string",
"AddressLine": [
"string"
]
}
},
"CreditorAccount": {
"SchemeName": "string",
"Identification": "string",
"Name": "string"
},
"RemittanceInformation": {
"Unstructured": "string",
"Reference": "string"
}
},
"MultiAuthorisation": {
"Status": "Authorised"
}
},
"Links": {
"Self": "string",
"First": "string",
"Prev": "string",
"Next": "string",
"Last": "string"
},
"Meta": {
"TotalPages": 0,
"FirstAvailableDateTime": "2024-06-18T09:47:45.033Z",
"LastAvailableDateTime": "2024-06-18T09:47:45.033Z"
}
}
#/definitions/OBWriteInternationalResponse3OBWriteInternationalResponse3{
Data*{
InternationalPaymentId*string
minLength: 1

maxLength: 40

OB: Unique identification as assigned by the ASPSP to uniquely identify the international payment resource.

ConsentId*string
minLength: 1

maxLength: 128

OB: Unique identification as assigned by the ASPSP to uniquely identify the consent resource.

CreationDateTime*string($date-time)

Date and time at which the message was created.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

Status*string
Specifies the status of the payment information group.

Enum:
[ AcceptedCreditSettlementCompleted, AcceptedSettlementCompleted, AcceptedSettlementInProcess, AcceptedWithoutPosting, Pending, Rejected ]
StatusUpdateDateTime*string($date-time)

Date and time at which the resource status was updated.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

ExchangeRateInformation{
description:
Further detailed information on the exchange rate that has been used in the payment transaction.
UnitCurrency*string
pattern: ^[A-Z]{3,3}$

Currency in which the rate of exchange is expressed in a currency exchange. In the example 1GBP = xxxCUR, the unit currency is GBP.

ExchangeRate*number
The factor used for conversion of an amount from one currency to another. This reflects the price at which one currency was bought with another currency.
RateType*string
Specifies the type used to complete the currency exchange.

Enum:
[ Actual, Agreed, Indicative ]
ContractIdentificationstring
minLength: 1

maxLength: 256

Unique and unambiguous reference to the foreign exchange contract agreed between the initiating party/creditor and the debtor agent.

}
Initiation*{
description:
The Initiation payload is sent by the initiating party to the ASPSP. It is used to request movement of funds from the debtor account to a creditor for a single international payment.
InstructionIdentification*string
minLength: 1

maxLength: 35

Unique identification as assigned by an instructing party for an instructed party to unambiguously identify the instruction.
Usage: the instruction identification is a point to point reference that can be used between the instructing party and the instructed party to refer to the individual instruction. It can be included in several messages related to the instruction.

EndToEndIdentification*string
minLength: 1

maxLength: 35

Unique identification assigned by the initiating party to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.
Usage: The end-to-end identification can be used for reconciliation or to link tasks relating to the transaction. It can be included in several messages related to the transaction.
OB: The Faster Payments Scheme can only access 31 characters for the EndToEndIdentification field.

LocalInstrumentOBExternalLocalInstrument1Codestring

User community specific instrument.
Usage: This element is used to specify a local instrument, local clearing option and/or further qualify the service or service level.

InstructionPrioritystring
Indicator of the urgency or order of importance that the instructing party would like the instructed party to apply to the processing of the instruction.

Enum:
[ Normal, Urgent ]
ChargeBearerOBChargeBearerType1Codestring

Specifies which party/parties will bear the charges associated with the processing of the payment transaction.


Enum:
[ BorneByCreditor, BorneByDebtor, FollowingServiceLevel, Shared ]
CurrencyOfTransfer*string
pattern: ^[A-Z]{3,3}$

Specifies the currency of the to be transferred amount, which is different from the currency of the debtor's account.

InstructedAmount*{
description:

Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.
Usage: This amount has to be transported unchanged through the transaction chain.

Amount*OBActiveCurrencyAndAmount_SimpleTypestring
A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.
Currency*ActiveOrHistoricCurrencyCodestring

A 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".

}
ExchangeRateInformation{
description:
Provides details on the currency exchange rate and contract.
UnitCurrency*string
pattern: ^[A-Z]{3,3}$

Currency in which the rate of exchange is expressed in a currency exchange. In the example 1GBP = xxxCUR, the unit currency is GBP.

ExchangeRatenumber
The factor used for conversion of an amount from one currency to another. This reflects the price at which one currency was bought with another currency.
RateType*string
Specifies the type used to complete the currency exchange.

Enum:
[ Actual, Agreed, Indicative ]
ContractIdentificationstring
minLength: 1

maxLength: 256

Unique and unambiguous reference to the foreign exchange contract agreed between the initiating party/creditor and the debtor agent.

}
DebtorAccount{
description:
Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Namestring
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level, as displayed by the ASPSP's online channels.
Note, the account name is not the product name or the nickname of the account.

}
Creditor{
description:
Party to which an amount of money is due.
Namestring
minLength: 1

maxLength: 140
Name by which a party is known and which is usually used to identify that party.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.

Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAgent{
description:
Financial institution servicing an account for the creditor.
SchemeNamestring

Name of the identification scheme, in a coded form as published in an external list.

Identificationstring
minLength: 1

maxLength: 35
Unique and unambiguous identification of a financial institution or a branch of a financial institution.
Namestring
minLength: 1

maxLength: 140
Name by which an agent is known and which is usually used to identify that agent.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.

Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAccount*{
description:
Unambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Name*string
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level.
Note, the account name is not the product name or the nickname of the account.
OB: ASPSPs may carry out name validation for Confirmation of Payee, but it is not mandatory.

}
RemittanceInformation{
description:

Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts' receivable system.

Unstructuredstring
minLength: 1

maxLength: 140

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.

Referencestring
minLength: 1

maxLength: 35

Unique reference, as assigned by the creditor, to unambiguously refer to the payment transaction.
Usage: If available, the initiating party should provide this reference in the structured remittance information, to enable reconciliation by the creditor upon receipt of the amount of money.
If the business context requires the use of a creditor reference or a payment remit identification, and only one identifier can be passed through the end-to-end chain, the creditor's reference or payment remittance identification should be quoted in the end-to-end transaction identification.
OB: The Faster Payments Scheme can only accept 18 characters for the ReferenceInformation field - which is where this ISO field will be mapped.

}
}
MultiAuthorisation{
description:
The multiple authorisation flow response from the ASPSP.
Status*string
Specifies the status of the authorisation flow in code form.

Enum:
[ Authorised, AwaitingFurtherAuthorisation, Rejected ]
}
}
Links#/definitions/LinksLinks{
description:
Links relevant to the payload
Self*string
Firststring
Prevstring
Nextstring
Laststring
}
Meta#/definitions/MetaMeta{
description:
Meta Data relevant to the payload
TotalPagesinteger($int32)
FirstAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

LastAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

}
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
400
Bad request

{
"Code": "string",
"Id": "string",
"Message": "string",
"Errors": [
{
"ErrorCode": "string",
"Message": "string",
"Path": "string",
"Url": "string"
}
]
}
#/definitions/OBErrorResponse1OBErrorResponse1{
description:

An array of detail error codes, and messages, and URLs to documentation to help remediation.

Code*string
minLength: 1

maxLength: 40

High level textual error code, to help categorize the errors.

Idstring
minLength: 1

maxLength: 40

A unique reference for the error instance, for audit purposes, in case of unknown/unclassified errors.

Message*string
minLength: 1

maxLength: 500

Brief Error message, e.g., 'There is something wrong with the request parameters provided'

Errors*[
minItems: 1
#/definitions/OBError1OBError1{
ErrorCode*string

Low level textual error code, e.g., UK.OBIE.Field.Missing

Message*string
minLength: 1

maxLength: 500

A description of the error that occurred. e.g., 'A mandatory field isn't supplied' or 'RequestedExecutionDateTime must be in future'
OBIE doesn't standardise this field

Pathstring
minLength: 1

maxLength: 500

Recommended but optional reference to the JSON Path of the field with error, e.g., Data.Initiation.InstructedAmount.Currency

Urlstring

URL to help remediate the problem, or provide more information, or to API Reference, or help etc

}]
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
401
Unauthorized

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
403
Forbidden

{
"Code": "string",
"Id": "string",
"Message": "string",
"Errors": [
{
"ErrorCode": "string",
"Message": "string",
"Path": "string",
"Url": "string"
}
]
}
#/definitions/OBErrorResponse1OBErrorResponse1{
description:

An array of detail error codes, and messages, and URLs to documentation to help remediation.

Code*string
minLength: 1

maxLength: 40

High level textual error code, to help categorize the errors.

Idstring
minLength: 1

maxLength: 40

A unique reference for the error instance, for audit purposes, in case of unknown/unclassified errors.

Message*string
minLength: 1

maxLength: 500

Brief Error message, e.g., 'There is something wrong with the request parameters provided'

Errors*[
minItems: 1
#/definitions/OBError1OBError1{
ErrorCode*string

Low level textual error code, e.g., UK.OBIE.Field.Missing

Message*string
minLength: 1

maxLength: 500

A description of the error that occurred. e.g., 'A mandatory field isn't supplied' or 'RequestedExecutionDateTime must be in future'
OBIE doesn't standardise this field

Pathstring
minLength: 1

maxLength: 500

Recommended but optional reference to the JSON Path of the field with error, e.g., Data.Initiation.InstructedAmount.Currency

Urlstring

URL to help remediate the problem, or provide more information, or to API Reference, or help etc

}]
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
404
Not found

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
405
Method Not Allowed

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
406
Not Acceptable

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
429
Too Many Requests

Headers:

NameDescriptionType
Retry-After
Number in seconds to wait
integer
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
500
Internal Server Error

{
"Code": "string",
"Id": "string",
"Message": "string",
"Errors": [
{
"ErrorCode": "string",
"Message": "string",
"Path": "string",
"Url": "string"
}
]
}
#/definitions/OBErrorResponse1OBErrorResponse1{
description:

An array of detail error codes, and messages, and URLs to documentation to help remediation.

Code*string
minLength: 1

maxLength: 40

High level textual error code, to help categorize the errors.

Idstring
minLength: 1

maxLength: 40

A unique reference for the error instance, for audit purposes, in case of unknown/unclassified errors.

Message*string
minLength: 1

maxLength: 500

Brief Error message, e.g., 'There is something wrong with the request parameters provided'

Errors*[
minItems: 1
#/definitions/OBError1OBError1{
ErrorCode*string

Low level textual error code, e.g., UK.OBIE.Field.Missing

Message*string
minLength: 1

maxLength: 500

A description of the error that occurred. e.g., 'A mandatory field isn't supplied' or 'RequestedExecutionDateTime must be in future'
OBIE doesn't standardise this field

Pathstring
minLength: 1

maxLength: 500

Recommended but optional reference to the JSON Path of the field with error, e.g., Data.Initiation.InstructedAmount.Currency

Urlstring

URL to help remediate the problem, or provide more information, or to API Reference, or help etc

}]
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
NameDescription
InternationalPaymentId *
string
(path)
InternationalPaymentId
x-fapi-auth-date
string
(header)

The time when the PSU last logged in with the TPP.
All dates in the HTTP headers are represented as RFC 7231 Full Dates. An example is below:
Sun, 10 Sep 2017 19:43:31 UTC

x-fapi-customer-ip-address
string
(header)

The PSU's IP address if the PSU is currently logged in with the TPP.

x-fapi-interaction-id
string
(header)
An RFC4122 UID used as a correlation id.
Authorization *
string
(header)

Responses

CodeDescription
200
OK

{
"Data": {
"InternationalPaymentId": "string",
"ConsentId": "string",
"CreationDateTime": "2024-06-18T09:57:21.751Z",
"Status": "AcceptedCreditSettlementCompleted",
"StatusUpdateDateTime": "2024-06-18T09:57:21.751Z",
"ExchangeRateInformation": {
"UnitCurrency": "string",
"ExchangeRate": 0,
"RateType": "Actual",
"ContractIdentification": "string"
},
"Initiation": {
"InstructionIdentification": "string",
"EndToEndIdentification": "string",
"LocalInstrument": "string",
"InstructionPriority": "Normal",
"ChargeBearer": "BorneByCreditor",
"CurrencyOfTransfer": "string",
"InstructedAmount": {
"Amount": "string",
"Currency": "string"
},
"ExchangeRateInformation": {
"UnitCurrency": "string",
"ExchangeRate": 0,
"RateType": "Actual",
"ContractIdentification": "string"
},
"DebtorAccount": {
"SchemeName": "string",
"Identification": "string",
"Name": "string"
},
"Creditor": {
"Name": "string",
"PostalAddress": {
"AddressType": "Business",
"PostCode": "string",
"TownName": "string",
"Country": "string",
"AddressLine": [
"string"
]
}
},
"CreditorAgent": {
"SchemeName": "string",
"Identification": "string",
"Name": "string",
"PostalAddress": {
"AddressType": "Business",
"PostCode": "string",
"TownName": "string",
"Country": "string",
"AddressLine": [
"string"
]
}
},
"CreditorAccount": {
"SchemeName": "string",
"Identification": "string",
"Name": "string"
},
"RemittanceInformation": {
"Unstructured": "string",
"Reference": "string"
}
},
"MultiAuthorisation": {
"Status": "Authorised"
}
},
"Links": {
"Self": "string",
"First": "string",
"Prev": "string",
"Next": "string",
"Last": "string"
},
"Meta": {
"TotalPages": 0,
"FirstAvailableDateTime": "2024-06-18T09:57:21.751Z",
"LastAvailableDateTime": "2024-06-18T09:57:21.751Z"
}
}
#/definitions/OBWriteInternationalResponse3OBWriteInternationalResponse3{
Data*{
InternationalPaymentId*string
minLength: 1

maxLength: 40

OB: Unique identification as assigned by the ASPSP to uniquely identify the international payment resource.

ConsentId*string
minLength: 1

maxLength: 128

OB: Unique identification as assigned by the ASPSP to uniquely identify the consent resource.

CreationDateTime*string($date-time)

Date and time at which the message was created.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

Status*string
Specifies the status of the payment information group.

Enum:
[ AcceptedCreditSettlementCompleted, AcceptedSettlementCompleted, AcceptedSettlementInProcess, AcceptedWithoutPosting, Pending, Rejected ]
StatusUpdateDateTime*string($date-time)

Date and time at which the resource status was updated.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

ExchangeRateInformation{
description:
Further detailed information on the exchange rate that has been used in the payment transaction.
UnitCurrency*string
pattern: ^[A-Z]{3,3}$

Currency in which the rate of exchange is expressed in a currency exchange. In the example 1GBP = xxxCUR, the unit currency is GBP.

ExchangeRate*number
The factor used for conversion of an amount from one currency to another. This reflects the price at which one currency was bought with another currency.
RateType*string
Specifies the type used to complete the currency exchange.

Enum:
[ Actual, Agreed, Indicative ]
ContractIdentificationstring
minLength: 1

maxLength: 256

Unique and unambiguous reference to the foreign exchange contract agreed between the initiating party/creditor and the debtor agent.

}
Initiation*{
description:
The Initiation payload is sent by the initiating party to the ASPSP. It is used to request movement of funds from the debtor account to a creditor for a single international payment.
InstructionIdentification*string
minLength: 1

maxLength: 35

Unique identification as assigned by an instructing party for an instructed party to unambiguously identify the instruction.
Usage: the instruction identification is a point to point reference that can be used between the instructing party and the instructed party to refer to the individual instruction. It can be included in several messages related to the instruction.

EndToEndIdentification*string
minLength: 1

maxLength: 35

Unique identification assigned by the initiating party to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.
Usage: The end-to-end identification can be used for reconciliation or to link tasks relating to the transaction. It can be included in several messages related to the transaction.
OB: The Faster Payments Scheme can only access 31 characters for the EndToEndIdentification field.

LocalInstrumentOBExternalLocalInstrument1Codestring

User community specific instrument.
Usage: This element is used to specify a local instrument, local clearing option and/or further qualify the service or service level.

InstructionPrioritystring
Indicator of the urgency or order of importance that the instructing party would like the instructed party to apply to the processing of the instruction.

Enum:
[ Normal, Urgent ]
ChargeBearerOBChargeBearerType1Codestring

Specifies which party/parties will bear the charges associated with the processing of the payment transaction.


Enum:
[ BorneByCreditor, BorneByDebtor, FollowingServiceLevel, Shared ]
CurrencyOfTransfer*string
pattern: ^[A-Z]{3,3}$

Specifies the currency of the to be transferred amount, which is different from the currency of the debtor's account.

InstructedAmount*{
description:

Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.
Usage: This amount has to be transported unchanged through the transaction chain.

Amount*OBActiveCurrencyAndAmount_SimpleTypestring
A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.
Currency*ActiveOrHistoricCurrencyCodestring

A 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".

}
ExchangeRateInformation{
description:
Provides details on the currency exchange rate and contract.
UnitCurrency*string
pattern: ^[A-Z]{3,3}$

Currency in which the rate of exchange is expressed in a currency exchange. In the example 1GBP = xxxCUR, the unit currency is GBP.

ExchangeRatenumber
The factor used for conversion of an amount from one currency to another. This reflects the price at which one currency was bought with another currency.
RateType*string
Specifies the type used to complete the currency exchange.

Enum:
[ Actual, Agreed, Indicative ]
ContractIdentificationstring
minLength: 1

maxLength: 256

Unique and unambiguous reference to the foreign exchange contract agreed between the initiating party/creditor and the debtor agent.

}
DebtorAccount{
description:
Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Namestring
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level, as displayed by the ASPSP's online channels.
Note, the account name is not the product name or the nickname of the account.

}
Creditor{
description:
Party to which an amount of money is due.
Namestring
minLength: 1

maxLength: 140
Name by which a party is known and which is usually used to identify that party.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.

Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAgent{
description:
Financial institution servicing an account for the creditor.
SchemeNamestring

Name of the identification scheme, in a coded form as published in an external list.

Identificationstring
minLength: 1

maxLength: 35
Unique and unambiguous identification of a financial institution or a branch of a financial institution.
Namestring
minLength: 1

maxLength: 140
Name by which an agent is known and which is usually used to identify that agent.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.

Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAccount*{
description:
Unambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Name*string
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level.
Note, the account name is not the product name or the nickname of the account.
OB: ASPSPs may carry out name validation for Confirmation of Payee, but it is not mandatory.

}
RemittanceInformation{
description:

Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts' receivable system.

Unstructuredstring
minLength: 1

maxLength: 140

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.

Referencestring
minLength: 1

maxLength: 35

Unique reference, as assigned by the creditor, to unambiguously refer to the payment transaction.
Usage: If available, the initiating party should provide this reference in the structured remittance information, to enable reconciliation by the creditor upon receipt of the amount of money.
If the business context requires the use of a creditor reference or a payment remit identification, and only one identifier can be passed through the end-to-end chain, the creditor's reference or payment remittance identification should be quoted in the end-to-end transaction identification.
OB: The Faster Payments Scheme can only accept 18 characters for the ReferenceInformation field - which is where this ISO field will be mapped.

}
}
MultiAuthorisation{
description:
The multiple authorisation flow response from the ASPSP.
Status*string
Specifies the status of the authorisation flow in code form.

Enum:
[ Authorised, AwaitingFurtherAuthorisation, Rejected ]
}
}
Links#/definitions/LinksLinks{
description:
Links relevant to the payload
Self*string
Firststring
Prevstring
Nextstring
Laststring
}
Meta#/definitions/MetaMeta{
description:
Meta Data relevant to the payload
TotalPagesinteger($int32)
FirstAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

LastAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

}
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
400
Bad request

{
"Code": "string",
"Id": "string",
"Message": "string",
"Errors": [
{
"ErrorCode": "string",
"Message": "string",
"Path": "string",
"Url": "string"
}
]
}
#/definitions/OBErrorResponse1OBErrorResponse1{
description:

An array of detail error codes, and messages, and URLs to documentation to help remediation.

Code*string
minLength: 1

maxLength: 40

High level textual error code, to help categorize the errors.

Idstring
minLength: 1

maxLength: 40

A unique reference for the error instance, for audit purposes, in case of unknown/unclassified errors.

Message*string
minLength: 1

maxLength: 500

Brief Error message, e.g., 'There is something wrong with the request parameters provided'

Errors*[
minItems: 1
#/definitions/OBError1OBError1{
ErrorCode*string

Low level textual error code, e.g., UK.OBIE.Field.Missing

Message*string
minLength: 1

maxLength: 500

A description of the error that occurred. e.g., 'A mandatory field isn't supplied' or 'RequestedExecutionDateTime must be in future'
OBIE doesn't standardise this field

Pathstring
minLength: 1

maxLength: 500

Recommended but optional reference to the JSON Path of the field with error, e.g., Data.Initiation.InstructedAmount.Currency

Urlstring

URL to help remediate the problem, or provide more information, or to API Reference, or help etc

}]
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
401
Unauthorized

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
403
Forbidden

{
"Code": "string",
"Id": "string",
"Message": "string",
"Errors": [
{
"ErrorCode": "string",
"Message": "string",
"Path": "string",
"Url": "string"
}
]
}
#/definitions/OBErrorResponse1OBErrorResponse1{
description:

An array of detail error codes, and messages, and URLs to documentation to help remediation.

Code*string
minLength: 1

maxLength: 40

High level textual error code, to help categorize the errors.

Idstring
minLength: 1

maxLength: 40

A unique reference for the error instance, for audit purposes, in case of unknown/unclassified errors.

Message*string
minLength: 1

maxLength: 500

Brief Error message, e.g., 'There is something wrong with the request parameters provided'

Errors*[
minItems: 1
#/definitions/OBError1OBError1{
ErrorCode*string

Low level textual error code, e.g., UK.OBIE.Field.Missing

Message*string
minLength: 1

maxLength: 500

A description of the error that occurred. e.g., 'A mandatory field isn't supplied' or 'RequestedExecutionDateTime must be in future'
OBIE doesn't standardise this field

Pathstring
minLength: 1

maxLength: 500

Recommended but optional reference to the JSON Path of the field with error, e.g., Data.Initiation.InstructedAmount.Currency

Urlstring

URL to help remediate the problem, or provide more information, or to API Reference, or help etc

}]
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
404
Not found

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
405
Method Not Allowed

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
406
Not Acceptable

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
429
Too Many Requests

Headers:

NameDescriptionType
Retry-After
Number in seconds to wait
integer
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
500
Internal Server Error

{
"Code": "string",
"Id": "string",
"Message": "string",
"Errors": [
{
"ErrorCode": "string",
"Message": "string",
"Path": "string",
"Url": "string"
}
]
}
#/definitions/OBErrorResponse1OBErrorResponse1{
description:

An array of detail error codes, and messages, and URLs to documentation to help remediation.

Code*string
minLength: 1

maxLength: 40

High level textual error code, to help categorize the errors.

Idstring
minLength: 1

maxLength: 40

A unique reference for the error instance, for audit purposes, in case of unknown/unclassified errors.

Message*string
minLength: 1

maxLength: 500

Brief Error message, e.g., 'There is something wrong with the request parameters provided'

Errors*[
minItems: 1
#/definitions/OBError1OBError1{
ErrorCode*string

Low level textual error code, e.g., UK.OBIE.Field.Missing

Message*string
minLength: 1

maxLength: 500

A description of the error that occurred. e.g., 'A mandatory field isn't supplied' or 'RequestedExecutionDateTime must be in future'
OBIE doesn't standardise this field

Pathstring
minLength: 1

maxLength: 500

Recommended but optional reference to the JSON Path of the field with error, e.g., Data.Initiation.InstructedAmount.Currency

Urlstring

URL to help remediate the problem, or provide more information, or to API Reference, or help etc

}]
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
NameDescription
ConsentId *
string
(path)
ConsentId
x-fapi-auth-date
string
(header)

The time when the PSU last logged in with the TPP.
All dates in the HTTP headers are represented as RFC 7231 Full Dates. An example is below:
Sun, 10 Sep 2017 19:43:31 UTC

x-fapi-customer-ip-address
string
(header)

The PSU's IP address if the PSU is currently logged in with the TPP.

x-fapi-interaction-id
string
(header)
An RFC4122 UID used as a correlation id.
Authorization *
string
(header)

Responses

CodeDescription
200
OK

{
"Data": {
"FundsAvailableResult": {
"FundsAvailableDateTime": "2024-06-18T10:04:35.649Z",
"FundsAvailable": true
}
},
"Links": {
"Self": "string",
"First": "string",
"Prev": "string",
"Next": "string",
"Last": "string"
},
"Meta": {
"TotalPages": 0,
"FirstAvailableDateTime": "2024-06-18T10:04:35.649Z",
"LastAvailableDateTime": "2024-06-18T10:04:35.649Z"
}
}
#/definitions/OBWriteFundsConfirmationResponse1OBWriteFundsConfirmationResponse1{
Data*{
FundsAvailableResult{
description:
Result of a funds availability check.
FundsAvailableDateTime*string($date-time)

Date and time at which the funds availability check was generated.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

FundsAvailable*boolean
Flag to indicate the availability of funds given the Amount in the consent request.
}
}
Links#/definitions/LinksLinks{
description:
Links relevant to the payload
Self*string
Firststring
Prevstring
Nextstring
Laststring
}
Meta#/definitions/MetaMeta{
description:
Meta Data relevant to the payload
TotalPagesinteger($int32)
FirstAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

LastAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

}
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
400
Bad request

{
"Code": "string",
"Id": "string",
"Message": "string",
"Errors": [
{
"ErrorCode": "string",
"Message": "string",
"Path": "string",
"Url": "string"
}
]
}
#/definitions/OBErrorResponse1OBErrorResponse1{
description:

An array of detail error codes, and messages, and URLs to documentation to help remediation.

Code*string
minLength: 1

maxLength: 40

High level textual error code, to help categorize the errors.

Idstring
minLength: 1

maxLength: 40

A unique reference for the error instance, for audit purposes, in case of unknown/unclassified errors.

Message*string
minLength: 1

maxLength: 500

Brief Error message, e.g., 'There is something wrong with the request parameters provided'

Errors*[
minItems: 1
#/definitions/OBError1OBError1{
ErrorCode*string

Low level textual error code, e.g., UK.OBIE.Field.Missing

Message*string
minLength: 1

maxLength: 500

A description of the error that occurred. e.g., 'A mandatory field isn't supplied' or 'RequestedExecutionDateTime must be in future'
OBIE doesn't standardise this field

Pathstring
minLength: 1

maxLength: 500

Recommended but optional reference to the JSON Path of the field with error, e.g., Data.Initiation.InstructedAmount.Currency

Urlstring

URL to help remediate the problem, or provide more information, or to API Reference, or help etc

}]
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
401
Unauthorized

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
403
Forbidden

{
"Code": "string",
"Id": "string",
"Message": "string",
"Errors": [
{
"ErrorCode": "string",
"Message": "string",
"Path": "string",
"Url": "string"
}
]
}
#/definitions/OBErrorResponse1OBErrorResponse1{
description:

An array of detail error codes, and messages, and URLs to documentation to help remediation.

Code*string
minLength: 1

maxLength: 40

High level textual error code, to help categorize the errors.

Idstring
minLength: 1

maxLength: 40

A unique reference for the error instance, for audit purposes, in case of unknown/unclassified errors.

Message*string
minLength: 1

maxLength: 500

Brief Error message, e.g., 'There is something wrong with the request parameters provided'

Errors*[
minItems: 1
#/definitions/OBError1OBError1{
ErrorCode*string

Low level textual error code, e.g., UK.OBIE.Field.Missing

Message*string
minLength: 1

maxLength: 500

A description of the error that occurred. e.g., 'A mandatory field isn't supplied' or 'RequestedExecutionDateTime must be in future'
OBIE doesn't standardise this field

Pathstring
minLength: 1

maxLength: 500

Recommended but optional reference to the JSON Path of the field with error, e.g., Data.Initiation.InstructedAmount.Currency

Urlstring

URL to help remediate the problem, or provide more information, or to API Reference, or help etc

}]
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string
404
Not found

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
405
Method Not Allowed

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
406
Not Acceptable

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
429
Too Many Requests

Headers:

NameDescriptionType
Retry-After
Number in seconds to wait
integer
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
500
Internal Server Error

{
"Code": "string",
"Id": "string",
"Message": "string",
"Errors": [
{
"ErrorCode": "string",
"Message": "string",
"Path": "string",
"Url": "string"
}
]
}
#/definitions/OBErrorResponse1OBErrorResponse1{
description:

An array of detail error codes, and messages, and URLs to documentation to help remediation.

Code*string
minLength: 1

maxLength: 40

High level textual error code, to help categorize the errors.

Idstring
minLength: 1

maxLength: 40

A unique reference for the error instance, for audit purposes, in case of unknown/unclassified errors.

Message*string
minLength: 1

maxLength: 500

Brief Error message, e.g., 'There is something wrong with the request parameters provided'

Errors*[
minItems: 1
#/definitions/OBError1OBError1{
ErrorCode*string

Low level textual error code, e.g., UK.OBIE.Field.Missing

Message*string
minLength: 1

maxLength: 500

A description of the error that occurred. e.g., 'A mandatory field isn't supplied' or 'RequestedExecutionDateTime must be in future'
OBIE doesn't standardise this field

Pathstring
minLength: 1

maxLength: 500

Recommended but optional reference to the JSON Path of the field with error, e.g., Data.Initiation.InstructedAmount.Currency

Urlstring

URL to help remediate the problem, or provide more information, or to API Reference, or help etc

}]
}

Headers:

NameDescriptionType
x-fapi-interaction-id
An RFC4122 UID used as a correlation id.
string
x-jws-signature
Header containing a detached JOSE signature of the body of the payload.
string

Models

ISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

Meta{
description:
Meta Data relevant to the payload
TotalPagesinteger($int32)
FirstAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

LastAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

}

Meta{
description:
Meta Data relevant to the payload
TotalPagesinteger($int32)
FirstAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

LastAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

}

OBAddressTypeCodestring
Identifies the nature of the postal address.
Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]

OBErrorResponse1{
description:

An array of detail error codes, and messages, and URLs to documentation to help remediation.

Code*string
minLength: 1

maxLength: 40

High level textual error code, to help categorize the errors.

Idstring
minLength: 1

maxLength: 40

A unique reference for the error instance, for audit purposes, in case of unknown/unclassified errors.

Message*string
minLength: 1

maxLength: 500

Brief Error message, e.g., 'There is something wrong with the request parameters provided'

Errors*[
minItems: 1
#/definitions/OBError1OBError1{
ErrorCode*string

Low level textual error code, e.g., UK.OBIE.Field.Missing

Message*string
minLength: 1

maxLength: 500

A description of the error that occurred. e.g., 'A mandatory field isn't supplied' or 'RequestedExecutionDateTime must be in future'
OBIE doesn't standardise this field

Pathstring
minLength: 1

maxLength: 500

Recommended but optional reference to the JSON Path of the field with error, e.g., Data.Initiation.InstructedAmount.Currency

Urlstring

URL to help remediate the problem, or provide more information, or to API Reference, or help etc

}]
}

OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.
Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}

PostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNamestring

Name of a built-up area, with defined boundaries, and a local government.

ActiveOrHistoricCurrencyCodestring

A 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".

Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.

OBChargeBearerType1Codestring

Specifies which party/parties will bear the charges associated with the processing of the payment transaction.

Enum:
[ BorneByCreditor, BorneByDebtor, FollowingServiceLevel, Shared ]

OBExternalLocalInstrument1Codestring

User community specific instrument.
Usage: This element is used to specify a local instrument, local clearing option and/or further qualify the service or service level.

OBRisk1{
description:
The Risk section is sent by the initiating party to the ASPSP. It is used to specify additional details for risk scoring for Payments.
PaymentContextCodestring
Specifies the payment context
Enum:
[ BillPayment, EcommerceGoods, EcommerceServices, Other, PartyToParty ]
MerchantCategoryCodestring
minLength: 3

maxLength: 4

Category code conform to ISO 18245, related to the type of services or goods the merchant provides for the transaction.

MerchantCustomerIdentificationstring
minLength: 1

maxLength: 70
The unique customer identifier of the PSU with the merchant.
DeliveryAddress{
description:

Information that locates and identifies a specific address, as defined by postal services or in free format text.

AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, that is presented in free format text.

]
StreetNameStreetNamestring
Name of a street or thoroughfare.
BuildingNumberBuildingNumberstring
Number that identifies the position of a building on a street.
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownName*TownNamestring

Name of a built-up area, with defined boundaries, and a local government.

CountrySubDivision[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 35

Identifies a subdivision of a country, for instance state, region, county.

]
Country*string
pattern: ^[A-Z]{2,2}$

Nation with its own government, occupying a particular territory.

}
}

OBWriteFundsConfirmationResponse1{
Data*{
FundsAvailableResult{
description:
Result of a funds availability check.
FundsAvailableDateTime*string($date-time)

Date and time at which the funds availability check was generated.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

FundsAvailable*boolean
Flag to indicate the availability of funds given the Amount in the consent request.
}
}
Links#/definitions/LinksLinks{
description:
Links relevant to the payload
Self*string
Firststring
Prevstring
Nextstring
Laststring
}
Meta#/definitions/MetaMeta{
description:
Meta Data relevant to the payload
TotalPagesinteger($int32)
FirstAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

LastAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

}
}

OBWriteInternational2{
Data*{
ConsentId*string
minLength: 1

maxLength: 128

OB: Unique identification as assigned by the ASPSP to uniquely identify the consent resource.

Initiation*{
description:
The Initiation payload is sent by the initiating party to the ASPSP. It is used to request movement of funds from the debtor account to a creditor for a single international payment.
InstructionIdentification*string
minLength: 1

maxLength: 35

Unique identification as assigned by an instructing party for an instructed party to unambiguously identify the instruction.
Usage: the instruction identification is a point to point reference that can be used between the instructing party and the instructed party to refer to the individual instruction. It can be included in several messages related to the instruction.

EndToEndIdentification*string
minLength: 1

maxLength: 35

Unique identification assigned by the initiating party to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.
Usage: The end-to-end identification can be used for reconciliation or to link tasks relating to the transaction. It can be included in several messages related to the transaction.
OB: The Faster Payments Scheme can only access 31 characters for the EndToEndIdentification field.

LocalInstrumentOBExternalLocalInstrument1Codestring

User community specific instrument.
Usage: This element is used to specify a local instrument, local clearing option and/or further qualify the service or service level.

InstructionPrioritystring
Indicator of the urgency or order of importance that the instructing party would like the instructed party to apply to the processing of the instruction.
Enum:
[ Normal, Urgent ]
ChargeBearerOBChargeBearerType1Codestring

Specifies which party/parties will bear the charges associated with the processing of the payment transaction.

Enum:
[ BorneByCreditor, BorneByDebtor, FollowingServiceLevel, Shared ]
CurrencyOfTransfer*string
pattern: ^[A-Z]{3,3}$

Specifies the currency of the to be transferred amount, which is different from the currency of the debtor's account.

InstructedAmount*{
description:

Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.
Usage: This amount has to be transported unchanged through the transaction chain.

Amount*OBActiveCurrencyAndAmount_SimpleTypestring
A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.
Currency*ActiveOrHistoricCurrencyCodestring

A 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".

}
ExchangeRateInformation{
description:
Provides details on the currency exchange rate and contract.
UnitCurrency*string
pattern: ^[A-Z]{3,3}$

Currency in which the rate of exchange is expressed in a currency exchange. In the example 1GBP = xxxCUR, the unit currency is GBP.

ExchangeRatenumber
The factor used for conversion of an amount from one currency to another. This reflects the price at which one currency was bought with another currency.
RateType*string
Specifies the type used to complete the currency exchange.
Enum:
[ Actual, Agreed, Indicative ]
ContractIdentificationstring
minLength: 1

maxLength: 256

Unique and unambiguous reference to the foreign exchange contract agreed between the initiating party/creditor and the debtor agent.

}
DebtorAccount{
description:
Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Namestring
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level, as displayed by the ASPSP's online channels.
Note, the account name is not the product name or the nickname of the account.

}
Creditor{
description:
Party to which an amount of money is due.
Namestring
minLength: 1

maxLength: 140
Name by which a party is known and which is usually used to identify that party.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.
Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAgent{
description:
Financial institution servicing an account for the creditor.
SchemeNamestring

Name of the identification scheme, in a coded form as published in an external list.

Identificationstring
minLength: 1

maxLength: 35
Unique and unambiguous identification of a financial institution or a branch of a financial institution.
Namestring
minLength: 1

maxLength: 140
Name by which an agent is known and which is usually used to identify that agent.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.
Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAccount*{
description:
Unambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Name*string
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level.
Note, the account name is not the product name or the nickname of the account.
OB: ASPSPs may carry out name validation for Confirmation of Payee, but it is not mandatory.

}
RemittanceInformation{
description:

Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts' receivable system.

Unstructuredstring
minLength: 1

maxLength: 140

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.

Referencestring
minLength: 1

maxLength: 35

Unique reference, as assigned by the creditor, to unambiguously refer to the payment transaction.
Usage: If available, the initiating party should provide this reference in the structured remittance information, to enable reconciliation by the creditor upon receipt of the amount of money.
If the business context requires the use of a creditor reference or a payment remit identification, and only one identifier can be passed through the end-to-end chain, the creditor's reference or payment remittance identification should be quoted in the end-to-end transaction identification.
OB: The Faster Payments Scheme can only accept 18 characters for the ReferenceInformation field - which is where this ISO field will be mapped.

}
}
}
Risk*#/definitions/OBRisk1OBRisk1{
description:
The Risk section is sent by the initiating party to the ASPSP. It is used to specify additional details for risk scoring for Payments.
PaymentContextCodestring
Specifies the payment context
Enum:
[ BillPayment, EcommerceGoods, EcommerceServices, Other, PartyToParty ]
MerchantCategoryCodestring
minLength: 3

maxLength: 4

Category code conform to ISO 18245, related to the type of services or goods the merchant provides for the transaction.

MerchantCustomerIdentificationstring
minLength: 1

maxLength: 70
The unique customer identifier of the PSU with the merchant.
DeliveryAddress{
description:

Information that locates and identifies a specific address, as defined by postal services or in free format text.

AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, that is presented in free format text.

]
StreetNameStreetNamestring
Name of a street or thoroughfare.
BuildingNumberBuildingNumberstring
Number that identifies the position of a building on a street.
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownName*TownNamestring

Name of a built-up area, with defined boundaries, and a local government.

CountrySubDivision[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 35

Identifies a subdivision of a country, for instance state, region, county.

]
Country*string
pattern: ^[A-Z]{2,2}$

Nation with its own government, occupying a particular territory.

}
}
}

OBWriteInternationalConsent3{
Data*{
Initiation*{
description:
The Initiation payload is sent by the initiating party to the ASPSP. It is used to request movement of funds from the debtor account to a creditor for a single international payment.
InstructionIdentification*string
minLength: 1

maxLength: 35

Unique identification as assigned by an instructing party for an instructed party to unambiguously identify the instruction.
Usage: the instruction identification is a point to point reference that can be used between the instructing party and the instructed party to refer to the individual instruction. It can be included in several messages related to the instruction.

EndToEndIdentification*string
minLength: 1

maxLength: 35

Unique identification assigned by the initiating party to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.
Usage: The end-to-end identification can be used for reconciliation or to link tasks relating to the transaction. It can be included in several messages related to the transaction.
OB: The Faster Payments Scheme can only access 31 characters for the EndToEndIdentification field.

LocalInstrumentOBExternalLocalInstrument1Codestring

User community specific instrument.
Usage: This element is used to specify a local instrument, local clearing option and/or further qualify the service or service level.

ChargeBearerOBChargeBearerType1Codestring

Specifies which party/parties will bear the charges associated with the processing of the payment transaction.

Enum:
[ BorneByCreditor, BorneByDebtor, FollowingServiceLevel, Shared ]
CurrencyOfTransfer*string
pattern: ^[A-Z]{3,3}$

Specifies the currency of the to be transferred amount, which is different from the currency of the debtor's account.

InstructedAmount*{
description:

Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.
Usage: This amount has to be transported unchanged through the transaction chain.

Amount*OBActiveCurrencyAndAmount_SimpleTypestring
A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.
Currency*ActiveOrHistoricCurrencyCodestring

A 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".

}
ExchangeRateInformation{
description:
Provides details on the currency exchange rate and contract.
UnitCurrency*string
pattern: ^[A-Z]{3,3}$

Currency in which the rate of exchange is expressed in a currency exchange. In the example 1GBP = xxxCUR, the unit currency is GBP.

ExchangeRatenumber
The factor used for conversion of an amount from one currency to another. This reflects the price at which one currency was bought with another currency.
RateType*string
Specifies the type used to complete the currency exchange.
Enum:
[ Actual, Agreed, Indicative ]
ContractIdentificationstring
minLength: 1

maxLength: 256

Unique and unambiguous reference to the foreign exchange contract agreed between the initiating party/creditor and the debtor agent.

}
DebtorAccount{
description:
Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Namestring
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level, as displayed by the ASPSP's online channels.
Note, the account name is not the product name or the nickname of the account.

}
Creditor{
description:
Party to which an amount of money is due.
Namestring
minLength: 1

maxLength: 140
Name by which a party is known and which is usually used to identify that party.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.
Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAgent{
description:
Financial institution servicing an account for the creditor.
SchemeNamestring

Name of the identification scheme, in a coded form as published in an external list.

Identificationstring
minLength: 1

maxLength: 35
Unique and unambiguous identification of a financial institution or a branch of a financial institution.
Namestring
minLength: 1

maxLength: 140
Name by which an agent is known and which is usually used to identify that agent.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.
Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAccount*{
description:
Unambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Name*string
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level.
Note, the account name is not the product name or the nickname of the account.
OB: ASPSPs may carry out name validation for Confirmation of Payee, but it is not mandatory.

}
RemittanceInformation{
description:

Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts' receivable system.

Unstructuredstring
minLength: 1

maxLength: 140

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.

Referencestring
minLength: 1

maxLength: 35

Unique reference, as assigned by the creditor, to unambiguously refer to the payment transaction.
Usage: If available, the initiating party should provide this reference in the structured remittance information, to enable reconciliation by the creditor upon receipt of the amount of money.
If the business context requires the use of a creditor reference or a payment remit identification, and only one identifier can be passed through the end-to-end chain, the creditor's reference or payment remittance identification should be quoted in the end-to-end transaction identification.
OB: The Faster Payments Scheme can only accept 18 characters for the ReferenceInformation field - which is where this ISO field will be mapped.

}
}
}
Risk*#/definitions/OBRisk1OBRisk1{
description:
The Risk section is sent by the initiating party to the ASPSP. It is used to specify additional details for risk scoring for Payments.
PaymentContextCodestring
Specifies the payment context
Enum:
[ BillPayment, EcommerceGoods, EcommerceServices, Other, PartyToParty ]
MerchantCategoryCodestring
minLength: 3

maxLength: 4

Category code conform to ISO 18245, related to the type of services or goods the merchant provides for the transaction.

MerchantCustomerIdentificationstring
minLength: 1

maxLength: 70
The unique customer identifier of the PSU with the merchant.
DeliveryAddress{
description:

Information that locates and identifies a specific address, as defined by postal services or in free format text.

AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, that is presented in free format text.

]
StreetNameStreetNamestring
Name of a street or thoroughfare.
BuildingNumberBuildingNumberstring
Number that identifies the position of a building on a street.
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownName*TownNamestring

Name of a built-up area, with defined boundaries, and a local government.

CountrySubDivision[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 35

Identifies a subdivision of a country, for instance state, region, county.

]
Country*string
pattern: ^[A-Z]{2,2}$

Nation with its own government, occupying a particular territory.

}
}
}

OBWriteInternationalConsentResponse3{
Data*{
ConsentId*string
minLength: 1

maxLength: 128

OB: Unique identification as assigned by the ASPSP to uniquely identify the consent resource.

CreationDateTime*string($date-time)

Date and time at which the resource was created.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

Status*string
Specifies the status of consent resource in code form.
Enum:
[ Authorised, AwaitingAuthorisation, Consumed, Rejected ]
StatusUpdateDateTime*string($date-time)

Date and time at which the resource status was updated.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

Initiation*{
description:
The Initiation payload is sent by the initiating party to the ASPSP. It is used to request movement of funds from the debtor account to a creditor for a single international payment.
InstructionIdentification*string
minLength: 1

maxLength: 35

Unique identification as assigned by an instructing party for an instructed party to unambiguously identify the instruction.
Usage: the instruction identification is a point to point reference that can be used between the instructing party and the instructed party to refer to the individual instruction. It can be included in several messages related to the instruction.

EndToEndIdentification*string
minLength: 1

maxLength: 35

Unique identification assigned by the initiating party to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.
Usage: The end-to-end identification can be used for reconciliation or to link tasks relating to the transaction. It can be included in several messages related to the transaction.
OB: The Faster Payments Scheme can only access 31 characters for the EndToEndIdentification field.

LocalInstrumentOBExternalLocalInstrument1Codestring

User community specific instrument.
Usage: This element is used to specify a local instrument, local clearing option and/or further qualify the service or service level.

ChargeBearerOBChargeBearerType1Codestring

Specifies which party/parties will bear the charges associated with the processing of the payment transaction.

Enum:
[ BorneByCreditor, BorneByDebtor, FollowingServiceLevel, Shared ]
CurrencyOfTransfer*string
pattern: ^[A-Z]{3,3}$

Specifies the currency of the to be transferred amount, which is different from the currency of the debtor's account.

InstructedAmount*{
description:

Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.
Usage: This amount has to be transported unchanged through the transaction chain.

Amount*OBActiveCurrencyAndAmount_SimpleTypestring
A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.
Currency*ActiveOrHistoricCurrencyCodestring

A 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".

}
ExchangeRateInformation{
description:
Provides details on the currency exchange rate and contract.
UnitCurrency*string
pattern: ^[A-Z]{3,3}$

Currency in which the rate of exchange is expressed in a currency exchange. In the example 1GBP = xxxCUR, the unit currency is GBP.

ExchangeRatenumber
The factor used for conversion of an amount from one currency to another. This reflects the price at which one currency was bought with another currency.
RateType*string
Specifies the type used to complete the currency exchange.
Enum:
[ Actual, Agreed, Indicative ]
ContractIdentificationstring
minLength: 1

maxLength: 256

Unique and unambiguous reference to the foreign exchange contract agreed between the initiating party/creditor and the debtor agent.

}
DebtorAccount{
description:
Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Namestring
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level, as displayed by the ASPSP's online channels.
Note, the account name is not the product name or the nickname of the account.

}
Creditor{
description:
Party to which an amount of money is due.
Namestring
minLength: 1

maxLength: 140
Name by which a party is known and which is usually used to identify that party.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.
Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAgent{
description:
Financial institution servicing an account for the creditor.
SchemeNamestring

Name of the identification scheme, in a coded form as published in an external list.

Identificationstring
minLength: 1

maxLength: 35
Unique and unambiguous identification of a financial institution or a branch of a financial institution.
Namestring
minLength: 1

maxLength: 140
Name by which an agent is known and which is usually used to identify that agent.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.
Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAccount*{
description:
Unambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Name*string
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level.
Note, the account name is not the product name or the nickname of the account.
OB: ASPSPs may carry out name validation for Confirmation of Payee, but it is not mandatory.

}
RemittanceInformation{
description:

Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts' receivable system.

Unstructuredstring
minLength: 1

maxLength: 140

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.

Referencestring
minLength: 1

maxLength: 35

Unique reference, as assigned by the creditor, to unambiguously refer to the payment transaction.
Usage: If available, the initiating party should provide this reference in the structured remittance information, to enable reconciliation by the creditor upon receipt of the amount of money.
If the business context requires the use of a creditor reference or a payment remit identification, and only one identifier can be passed through the end-to-end chain, the creditor's reference or payment remittance identification should be quoted in the end-to-end transaction identification.
OB: The Faster Payments Scheme can only accept 18 characters for the ReferenceInformation field - which is where this ISO field will be mapped.

}
}
}
Risk*#/definitions/OBRisk1OBRisk1{
description:
The Risk section is sent by the initiating party to the ASPSP. It is used to specify additional details for risk scoring for Payments.
PaymentContextCodestring
Specifies the payment context
Enum:
[ BillPayment, EcommerceGoods, EcommerceServices, Other, PartyToParty ]
MerchantCategoryCodestring
minLength: 3

maxLength: 4

Category code conform to ISO 18245, related to the type of services or goods the merchant provides for the transaction.

MerchantCustomerIdentificationstring
minLength: 1

maxLength: 70
The unique customer identifier of the PSU with the merchant.
DeliveryAddress{
description:

Information that locates and identifies a specific address, as defined by postal services or in free format text.

AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, that is presented in free format text.

]
StreetNameStreetNamestring
Name of a street or thoroughfare.
BuildingNumberBuildingNumberstring
Number that identifies the position of a building on a street.
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownName*TownNamestring

Name of a built-up area, with defined boundaries, and a local government.

CountrySubDivision[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 35

Identifies a subdivision of a country, for instance state, region, county.

]
Country*string
pattern: ^[A-Z]{2,2}$

Nation with its own government, occupying a particular territory.

}
}
Links#/definitions/LinksLinks{
description:
Links relevant to the payload
Self*string
Firststring
Prevstring
Nextstring
Laststring
}
Meta#/definitions/MetaMeta{
description:
Meta Data relevant to the payload
TotalPagesinteger($int32)
FirstAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

LastAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

}
}

OBWriteInternationalResponse3{
Data*{
InternationalPaymentId*string
minLength: 1

maxLength: 40

OB: Unique identification as assigned by the ASPSP to uniquely identify the international payment resource.

ConsentId*string
minLength: 1

maxLength: 128

OB: Unique identification as assigned by the ASPSP to uniquely identify the consent resource.

CreationDateTime*string($date-time)

Date and time at which the message was created.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

Status*string
Specifies the status of the payment information group.
Enum:
[ AcceptedCreditSettlementCompleted, AcceptedSettlementCompleted, AcceptedSettlementInProcess, AcceptedWithoutPosting, Pending, Rejected ]
StatusUpdateDateTime*string($date-time)

Date and time at which the resource status was updated.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

ExchangeRateInformation{
description:
Further detailed information on the exchange rate that has been used in the payment transaction.
UnitCurrency*string
pattern: ^[A-Z]{3,3}$

Currency in which the rate of exchange is expressed in a currency exchange. In the example 1GBP = xxxCUR, the unit currency is GBP.

ExchangeRate*number
The factor used for conversion of an amount from one currency to another. This reflects the price at which one currency was bought with another currency.
RateType*string
Specifies the type used to complete the currency exchange.
Enum:
[ Actual, Agreed, Indicative ]
ContractIdentificationstring
minLength: 1

maxLength: 256

Unique and unambiguous reference to the foreign exchange contract agreed between the initiating party/creditor and the debtor agent.

}
Initiation*{
description:
The Initiation payload is sent by the initiating party to the ASPSP. It is used to request movement of funds from the debtor account to a creditor for a single international payment.
InstructionIdentification*string
minLength: 1

maxLength: 35

Unique identification as assigned by an instructing party for an instructed party to unambiguously identify the instruction.
Usage: the instruction identification is a point to point reference that can be used between the instructing party and the instructed party to refer to the individual instruction. It can be included in several messages related to the instruction.

EndToEndIdentification*string
minLength: 1

maxLength: 35

Unique identification assigned by the initiating party to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.
Usage: The end-to-end identification can be used for reconciliation or to link tasks relating to the transaction. It can be included in several messages related to the transaction.
OB: The Faster Payments Scheme can only access 31 characters for the EndToEndIdentification field.

LocalInstrumentOBExternalLocalInstrument1Codestring

User community specific instrument.
Usage: This element is used to specify a local instrument, local clearing option and/or further qualify the service or service level.

InstructionPrioritystring
Indicator of the urgency or order of importance that the instructing party would like the instructed party to apply to the processing of the instruction.
Enum:
[ Normal, Urgent ]
ChargeBearerOBChargeBearerType1Codestring

Specifies which party/parties will bear the charges associated with the processing of the payment transaction.

Enum:
[ BorneByCreditor, BorneByDebtor, FollowingServiceLevel, Shared ]
CurrencyOfTransfer*string
pattern: ^[A-Z]{3,3}$

Specifies the currency of the to be transferred amount, which is different from the currency of the debtor's account.

InstructedAmount*{
description:

Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.
Usage: This amount has to be transported unchanged through the transaction chain.

Amount*OBActiveCurrencyAndAmount_SimpleTypestring
A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.
Currency*ActiveOrHistoricCurrencyCodestring

A 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".

}
ExchangeRateInformation{
description:
Provides details on the currency exchange rate and contract.
UnitCurrency*string
pattern: ^[A-Z]{3,3}$

Currency in which the rate of exchange is expressed in a currency exchange. In the example 1GBP = xxxCUR, the unit currency is GBP.

ExchangeRatenumber
The factor used for conversion of an amount from one currency to another. This reflects the price at which one currency was bought with another currency.
RateType*string
Specifies the type used to complete the currency exchange.
Enum:
[ Actual, Agreed, Indicative ]
ContractIdentificationstring
minLength: 1

maxLength: 256

Unique and unambiguous reference to the foreign exchange contract agreed between the initiating party/creditor and the debtor agent.

}
DebtorAccount{
description:
Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Namestring
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level, as displayed by the ASPSP's online channels.
Note, the account name is not the product name or the nickname of the account.

}
Creditor{
description:
Party to which an amount of money is due.
Namestring
minLength: 1

maxLength: 140
Name by which a party is known and which is usually used to identify that party.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.
Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAgent{
description:
Financial institution servicing an account for the creditor.
SchemeNamestring

Name of the identification scheme, in a coded form as published in an external list.

Identificationstring
minLength: 1

maxLength: 35
Unique and unambiguous identification of a financial institution or a branch of a financial institution.
Namestring
minLength: 1

maxLength: 140
Name by which an agent is known and which is usually used to identify that agent.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.
Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAccount*{
description:
Unambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Name*string
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level.
Note, the account name is not the product name or the nickname of the account.
OB: ASPSPs may carry out name validation for Confirmation of Payee, but it is not mandatory.

}
RemittanceInformation{
description:

Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts' receivable system.

Unstructuredstring
minLength: 1

maxLength: 140

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.

Referencestring
minLength: 1

maxLength: 35

Unique reference, as assigned by the creditor, to unambiguously refer to the payment transaction.
Usage: If available, the initiating party should provide this reference in the structured remittance information, to enable reconciliation by the creditor upon receipt of the amount of money.
If the business context requires the use of a creditor reference or a payment remit identification, and only one identifier can be passed through the end-to-end chain, the creditor's reference or payment remittance identification should be quoted in the end-to-end transaction identification.
OB: The Faster Payments Scheme can only accept 18 characters for the ReferenceInformation field - which is where this ISO field will be mapped.

}
}
MultiAuthorisation{
description:
The multiple authorisation flow response from the ASPSP.
Status*string
Specifies the status of the authorisation flow in code form.
Enum:
[ Authorised, AwaitingFurtherAuthorisation, Rejected ]
}
}
Links#/definitions/LinksLinks{
description:
Links relevant to the payload
Self*string
Firststring
Prevstring
Nextstring
Laststring
}
Meta#/definitions/MetaMeta{
description:
Meta Data relevant to the payload
TotalPagesinteger($int32)
FirstAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

LastAvailableDateTimeISODateTimestring($date-time)

All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

}
}

OBFundsConfirmation1{
Data*{
ConsentId*string
minLength: 1

maxLength: 128
Unique identification as assigned by the ASPSP to uniquely identify the funds confirmation consent resource.
Reference*string
minLength: 1

maxLength: 35

Unique reference, as assigned by the CBPII, to unambiguously refer to the request related to the payment transaction.

InstructedAmount*{
description:
Amount of money to be confirmed as available funds in the debtor account. Contains an Amount and a Currency.
Amount*string
pattern: ^\d{1,13}\.\d{1,5}$
A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.
Currency*string
pattern: ^[A-Z]{3,3}$

A 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".

}
}
}

BuildingNumberstring
Number that identifies the position of a building on a street.

StreetNamestring
Name of a street or thoroughfare.

OBWriteDomestic2{
Data*{
ConsentId*string
minLength: 1

maxLength: 128

OB: Unique identification as assigned by the ASPSP to uniquely identify the consent resource.

Initiation*{
description:
The Initiation payload is sent by the initiating party to the ASPSP. It is used to request movement of funds from the debtor account to a creditor for a single domestic payment.
InstructionIdentification*string
minLength: 1

maxLength: 35

Unique identification as assigned by an instructing party for an instructed party to unambiguously identify the instruction.
Usage: the instruction identification is a point to point reference that can be used between the instructing party and the instructed party to refer to the individual instruction. It can be included in several messages related to the instruction.

EndToEndIdentification*string
minLength: 1

maxLength: 35

Unique identification assigned by the initiating party to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.
Usage: The end-to-end identification can be used for reconciliation or to link tasks relating to the transaction. It can be included in several messages related to the transaction.
OB: The Faster Payments Scheme can only access 31 characters for the EndToEndIdentification field.

LocalInstrumentOBExternalLocalInstrument1Codestring

User community specific instrument.
Usage: This element is used to specify a local instrument, local clearing option and/or further qualify the service or service level.

InstructedAmount*{
description:

Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.
Usage: This amount has to be transported unchanged through the transaction chain.

Amount*OBActiveCurrencyAndAmount_SimpleTypestring
A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.
Currency*ActiveOrHistoricCurrencyCodestring

A 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".

}
DebtorAccount{
description:
Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Namestring
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level, as displayed by the ASPSP's online channels.
Note, the account name is not the product name or the nickname of the account.

}
CreditorAccount*{
description:
Unambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Name*string
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level.
Note, the account name is not the product name or the nickname of the account.
OB: ASPSPs may carry out name validation for Confirmation of Payee, but it is not mandatory.

}
CreditorPostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.
Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
RemittanceInformation{
description:

Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts' receivable system.

Unstructuredstring
minLength: 1

maxLength: 140

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.

Referencestring
minLength: 1

maxLength: 35

Unique reference, as assigned by the creditor, to unambiguously refer to the payment transaction.
Usage: If available, the initiating party should provide this reference in the structured remittance information, to enable reconciliation by the creditor upon receipt of the amount of money.
If the business context requires the use of a creditor reference or a payment remit identification, and only one identifier can be passed through the end-to-end chain, the creditor's reference or payment remittance identification should be quoted in the end-to-end transaction identification.
OB: The Faster Payments Scheme can only accept 18 characters for the ReferenceInformation field - which is where this ISO field will be mapped.

}
SupplementaryData#/definitions/OBSupplementaryData1OBSupplementaryData1{
description:

Additional information that can not be captured in the structured fields and/or any other specific block.

}
}
}
Risk*#/definitions/OBRisk1OBRisk1{
description:
The Risk section is sent by the initiating party to the ASPSP. It is used to specify additional details for risk scoring for Payments.
PaymentContextCodestring
Specifies the payment context
Enum:
[ BillPayment, EcommerceGoods, EcommerceServices, Other, PartyToParty ]
MerchantCategoryCodestring
minLength: 3

maxLength: 4

Category code conform to ISO 18245, related to the type of services or goods the merchant provides for the transaction.

MerchantCustomerIdentificationstring
minLength: 1

maxLength: 70
The unique customer identifier of the PSU with the merchant.
DeliveryAddress{
description:

Information that locates and identifies a specific address, as defined by postal services or in free format text.

AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, that is presented in free format text.

]
StreetNameStreetNamestring
Name of a street or thoroughfare.
BuildingNumberBuildingNumberstring
Number that identifies the position of a building on a street.
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownName*TownNamestring

Name of a built-up area, with defined boundaries, and a local government.

CountrySubDivision[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 35

Identifies a subdivision of a country, for instance state, region, county.

]
Country*string
pattern: ^[A-Z]{2,2}$

Nation with its own government, occupying a particular territory.

}
}
}

OBWriteDomesticScheduledConsent3{
Data*{
Permission*string
Specifies the Open Banking service request types.
Enum:
[ Create ]
Initiation*{
description:
The Initiation payload is sent by the initiating party to the ASPSP. It is used to request movement of funds from the debtor account to a creditor for a single scheduled domestic payment.
InstructionIdentification*string
minLength: 1

maxLength: 35

Unique identification as assigned by an instructing party for an instructed party to unambiguously identify the instruction.
Usage: the instruction identification is a point to point reference that can be used between the instructing party and the instructed party to refer to the individual instruction. It can be included in several messages related to the instruction.

EndToEndIdentificationstring
minLength: 1

maxLength: 35

Unique identification assigned by the initiating party to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.
Usage: The end-to-end identification can be used for reconciliation or to link tasks relating to the transaction. It can be included in several messages related to the transaction.
OB: The Faster Payments Scheme can only access 31 characters for the EndToEndIdentification field.

LocalInstrumentOBExternalLocalInstrument1Codestring

User community specific instrument.
Usage: This element is used to specify a local instrument, local clearing option and/or further qualify the service or service level.

RequestedExecutionDateTime*string($date-time)

Date at which the initiating party requests the clearing agent to process the payment.
Usage: This is the date on which the debtor's account is to be debited.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

InstructedAmount*{
description:

Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.
Usage: This amount has to be transported unchanged through the transaction chain.

Amount*OBActiveCurrencyAndAmount_SimpleTypestring
A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.
Currency*ActiveOrHistoricCurrencyCodestring

A 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".

}
DebtorAccount{
description:
Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Namestring
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level, as displayed by the ASPSP's online channels.
Note, the account name is not the product name or the nickname of the account.

}
CreditorAccount*{
description:
Unambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Name*string
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level.
Note, the account name is not the product name or the nickname of the account.
OB: ASPSPs may carry out name validation for Confirmation of Payee, but it is not mandatory.

}
CreditorPostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.
Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
RemittanceInformation{
description:

Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts' receivable system.

Unstructuredstring
minLength: 1

maxLength: 140

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.

Referencestring
minLength: 1

maxLength: 35

Unique reference, as assigned by the creditor, to unambiguously refer to the payment transaction.
Usage: If available, the initiating party should provide this reference in the structured remittance information, to enable reconciliation by the creditor upon receipt of the amount of money.
If the business context requires the use of a creditor reference or a payment remit identification, and only one identifier can be passed through the end-to-end chain, the creditor's reference or payment remittance identification should be quoted in the end-to-end transaction identification.
OB: The Faster Payments Scheme can only accept 18 characters for the ReferenceInformation field - which is where this ISO field will be mapped.

}
SupplementaryData#/definitions/OBSupplementaryData1OBSupplementaryData1{
description:

Additional information that can not be captured in the structured fields and/or any other specific block.

}
}
Authorisation{
description:
The authorisation type request from the TPP.
AuthorisationType*string
Type of authorisation flow requested.
Enum:
[ Any, Single ]
CompletionDateTimestring($date-time)

Date and time at which the requested authorisation flow must be completed.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

}
SCASupportData{
description:

Supporting Data provided by TPP, when requesting SCA Exemption.

RequestedSCAExemptionTypestring
This field allows a PISP to request specific SCA Exemption for a Payment Initiation
Enum:
[ BillPayment, ContactlessTravel, EcommerceGoods, EcommerceServices, Kiosk, Parking, PartyToParty ]
AppliedAuthenticationApproachstring

Specifies a character string with a maximum length of 40 characters.
Usage: This field indicates whether the PSU was subject to SCA performed by the TPP

Enum:
[ CA, SCA ]
ReferencePaymentOrderIdstring
minLength: 1

maxLength: 128

Specifies a character string with a maximum length of 140 characters.
Usage: If the payment is recurring then the transaction identifier of the previous payment occurrence so that the ASPSP can verify that the PISP, amount and the payee are the same as the previous occurrence.

}
}
Risk*#/definitions/OBRisk1OBRisk1{
description:
The Risk section is sent by the initiating party to the ASPSP. It is used to specify additional details for risk scoring for Payments.
PaymentContextCodestring
Specifies the payment context
Enum:
[ BillPayment, EcommerceGoods, EcommerceServices, Other, PartyToParty ]
MerchantCategoryCodestring
minLength: 3

maxLength: 4

Category code conform to ISO 18245, related to the type of services or goods the merchant provides for the transaction.

MerchantCustomerIdentificationstring
minLength: 1

maxLength: 70
The unique customer identifier of the PSU with the merchant.
DeliveryAddress{
description:

Information that locates and identifies a specific address, as defined by postal services or in free format text.

AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, that is presented in free format text.

]
StreetNameStreetNamestring
Name of a street or thoroughfare.
BuildingNumberBuildingNumberstring
Number that identifies the position of a building on a street.
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownName*TownNamestring

Name of a built-up area, with defined boundaries, and a local government.

CountrySubDivision[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 35

Identifies a subdivision of a country, for instance state, region, county.

]
Country*string
pattern: ^[A-Z]{2,2}$

Nation with its own government, occupying a particular territory.

}
}
}

OBWriteDomesticScheduled2{
Data*{
ConsentId*string
minLength: 1

maxLength: 128

OB: Unique identification as assigned by the ASPSP to uniquely identify the consent resource.

Initiation*{
description:
The Initiation payload is sent by the initiating party to the ASPSP. It is used to request movement of funds from the debtor account to a creditor for a single scheduled domestic payment.
InstructionIdentification*string
minLength: 1

maxLength: 35

Unique identification as assigned by an instructing party for an instructed party to unambiguously identify the instruction.
Usage: the instruction identification is a point to point reference that can be used between the instructing party and the instructed party to refer to the individual instruction. It can be included in several messages related to the instruction.

EndToEndIdentificationstring
minLength: 1

maxLength: 35

Unique identification assigned by the initiating party to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.
Usage: The end-to-end identification can be used for reconciliation or to link tasks relating to the transaction. It can be included in several messages related to the transaction.
OB: The Faster Payments Scheme can only access 31 characters for the EndToEndIdentification field.

LocalInstrumentOBExternalLocalInstrument1Codestring

User community specific instrument.
Usage: This element is used to specify a local instrument, local clearing option and/or further qualify the service or service level.

RequestedExecutionDateTime*string($date-time)

Date at which the initiating party requests the clearing agent to process the payment.
Usage: This is the date on which the debtor's account is to be debited.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

InstructedAmount*{
description:

Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.
Usage: This amount has to be transported unchanged through the transaction chain.

Amount*OBActiveCurrencyAndAmount_SimpleTypestring
A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.
Currency*ActiveOrHistoricCurrencyCodestring

A 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".

}
DebtorAccount{
description:
Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Namestring
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level, as displayed by the ASPSP's online channels.
Note, the account name is not the product name or the nickname of the account.

}
CreditorAccount*{
description:
Unambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Name*string
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level.
Note, the account name is not the product name or the nickname of the account.
OB: ASPSPs may carry out name validation for Confirmation of Payee, but it is not mandatory.

}
CreditorPostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.
Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
RemittanceInformation{
description:

Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts' receivable system.

Unstructuredstring
minLength: 1

maxLength: 140

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.

Referencestring
minLength: 1

maxLength: 35

Unique reference, as assigned by the creditor, to unambiguously refer to the payment transaction.
Usage: If available, the initiating party should provide this reference in the structured remittance information, to enable reconciliation by the creditor upon receipt of the amount of money.
If the business context requires the use of a creditor reference or a payment remit identification, and only one identifier can be passed through the end-to-end chain, the creditor's reference or payment remittance identification should be quoted in the end-to-end transaction identification.
OB: The Faster Payments Scheme can only accept 18 characters for the ReferenceInformation field - which is where this ISO field will be mapped.

}
SupplementaryData#/definitions/OBSupplementaryData1OBSupplementaryData1{
description:

Additional information that can not be captured in the structured fields and/or any other specific block.

}
}
}
Risk*#/definitions/OBRisk1OBRisk1{
description:
The Risk section is sent by the initiating party to the ASPSP. It is used to specify additional details for risk scoring for Payments.
PaymentContextCodestring
Specifies the payment context
Enum:
[ BillPayment, EcommerceGoods, EcommerceServices, Other, PartyToParty ]
MerchantCategoryCodestring
minLength: 3

maxLength: 4

Category code conform to ISO 18245, related to the type of services or goods the merchant provides for the transaction.

MerchantCustomerIdentificationstring
minLength: 1

maxLength: 70
The unique customer identifier of the PSU with the merchant.
DeliveryAddress{
description:

Information that locates and identifies a specific address, as defined by postal services or in free format text.

AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, that is presented in free format text.

]
StreetNameStreetNamestring
Name of a street or thoroughfare.
BuildingNumberBuildingNumberstring
Number that identifies the position of a building on a street.
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownName*TownNamestring

Name of a built-up area, with defined boundaries, and a local government.

CountrySubDivision[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 35

Identifies a subdivision of a country, for instance state, region, county.

]
Country*string
pattern: ^[A-Z]{2,2}$

Nation with its own government, occupying a particular territory.

}
}
}

OBWriteInternationalScheduled2{
Data*{
ConsentId*string
minLength: 1

maxLength: 128

OB: Unique identification as assigned by the ASPSP to uniquely identify the consent resource.

Initiation*{
description:
The Initiation payload is sent by the initiating party to the ASPSP. It is used to request movement of funds from the debtor account to a creditor for a single scheduled international payment.
InstructionIdentification*string
minLength: 1

maxLength: 35

Unique identification as assigned by an instructing party for an instructed party to unambiguously identify the instruction.
Usage: the instruction identification is a point to point reference that can be used between the instructing party and the instructed party to refer to the individual instruction. It can be included in several messages related to the instruction.

EndToEndIdentificationstring
minLength: 1

maxLength: 35

Unique identification assigned by the initiating party to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.
Usage: The end-to-end identification can be used for reconciliation or to link tasks relating to the transaction. It can be included in several messages related to the transaction.
OB: The Faster Payments Scheme can only access 31 characters for the EndToEndIdentification field.

LocalInstrumentOBExternalLocalInstrument1Codestring

User community specific instrument.
Usage: This element is used to specify a local instrument, local clearing option and/or further qualify the service or service level.

InstructionPrioritystring
Indicator of the urgency or order of importance that the instructing party would like the instructed party to apply to the processing of the instruction.
Enum:
[ Normal, Urgent ]
Purposestring
Specifies the external purpose code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.
ChargeBearerOBChargeBearerType1Codestring

Specifies which party/parties will bear the charges associated with the processing of the payment transaction.

Enum:
[ BorneByCreditor, BorneByDebtor, FollowingServiceLevel, Shared ]
RequestedExecutionDateTime*string($date-time)

Date at which the initiating party requests the clearing agent to process the payment.
Usage: This is the date on which the debtor's account is to be debited.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

CurrencyOfTransfer*string
pattern: ^[A-Z]{3,3}$

Specifies the currency of the to be transferred amount, which is different from the currency of the debtor's account.

InstructedAmount*{
description:

Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.
Usage: This amount has to be transported unchanged through the transaction chain.

Amount*OBActiveCurrencyAndAmount_SimpleTypestring
A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.
Currency*ActiveOrHistoricCurrencyCodestring

A 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".

}
ExchangeRateInformation{
description:
Provides details on the currency exchange rate and contract.
UnitCurrency*string
pattern: ^[A-Z]{3,3}$

Currency in which the rate of exchange is expressed in a currency exchange. In the example 1GBP = xxxCUR, the unit currency is GBP.

ExchangeRatenumber
The factor used for conversion of an amount from one currency to another. This reflects the price at which one currency was bought with another currency.
RateType*string
Specifies the type used to complete the currency exchange.
Enum:
[ Actual, Agreed, Indicative ]
ContractIdentificationstring
minLength: 1

maxLength: 256

Unique and unambiguous reference to the foreign exchange contract agreed between the initiating party/creditor and the debtor agent.

}
DebtorAccount{
description:
Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Namestring
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level, as displayed by the ASPSP's online channels.
Note, the account name is not the product name or the nickname of the account.

}
Creditor{
description:
Party to which an amount of money is due.
Namestring
minLength: 1

maxLength: 140
Name by which a party is known and which is usually used to identify that party.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.
Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAgent{
description:
Financial institution servicing an account for the creditor.
SchemeNamestring

Name of the identification scheme, in a coded form as published in an external list.

Identificationstring
minLength: 1

maxLength: 35
Unique and unambiguous identification of a financial institution or a branch of a financial institution.
Namestring
minLength: 1

maxLength: 140
Name by which an agent is known and which is usually used to identify that agent.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.
Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAccount*{
description:
Unambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Name*string
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level.
Note, the account name is not the product name or the nickname of the account.
OB: ASPSPs may carry out name validation for Confirmation of Payee, but it is not mandatory.

}
RemittanceInformation{
description:

Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts' receivable system.

Unstructuredstring
minLength: 1

maxLength: 140

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.

Referencestring
minLength: 1

maxLength: 35

Unique reference, as assigned by the creditor, to unambiguously refer to the payment transaction.
Usage: If available, the initiating party should provide this reference in the structured remittance information, to enable reconciliation by the creditor upon receipt of the amount of money.
If the business context requires the use of a creditor reference or a payment remit identification, and only one identifier can be passed through the end-to-end chain, the creditor's reference or payment remittance identification should be quoted in the end-to-end transaction identification.
OB: The Faster Payments Scheme can only accept 18 characters for the ReferenceInformation field - which is where this ISO field will be mapped.

}
SupplementaryData#/definitions/OBSupplementaryData1OBSupplementaryData1{
description:

Additional information that can not be captured in the structured fields and/or any other specific block.

}
}
}
Risk*#/definitions/OBRisk1OBRisk1{
description:
The Risk section is sent by the initiating party to the ASPSP. It is used to specify additional details for risk scoring for Payments.
PaymentContextCodestring
Specifies the payment context
Enum:
[ BillPayment, EcommerceGoods, EcommerceServices, Other, PartyToParty ]
MerchantCategoryCodestring
minLength: 3

maxLength: 4

Category code conform to ISO 18245, related to the type of services or goods the merchant provides for the transaction.

MerchantCustomerIdentificationstring
minLength: 1

maxLength: 70
The unique customer identifier of the PSU with the merchant.
DeliveryAddress{
description:

Information that locates and identifies a specific address, as defined by postal services or in free format text.

AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, that is presented in free format text.

]
StreetNameStreetNamestring
Name of a street or thoroughfare.
BuildingNumberBuildingNumberstring
Number that identifies the position of a building on a street.
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownName*TownNamestring

Name of a built-up area, with defined boundaries, and a local government.

CountrySubDivision[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 35

Identifies a subdivision of a country, for instance state, region, county.

]
Country*string
pattern: ^[A-Z]{2,2}$

Nation with its own government, occupying a particular territory.

}
}
}

OBWriteInternationalScheduledConsent3{
Data*{
Permission*string
Specifies the Open Banking service request types.
Enum:
[ Create ]
Initiation*{
description:
The Initiation payload is sent by the initiating party to the ASPSP. It is used to request movement of funds from the debtor account to a creditor for a single scheduled international payment.
InstructionIdentification*string
minLength: 1

maxLength: 35

Unique identification as assigned by an instructing party for an instructed party to unambiguously identify the instruction.
Usage: the instruction identification is a point to point reference that can be used between the instructing party and the instructed party to refer to the individual instruction. It can be included in several messages related to the instruction.

EndToEndIdentificationstring
minLength: 1

maxLength: 35

Unique identification assigned by the initiating party to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.
Usage: The end-to-end identification can be used for reconciliation or to link tasks relating to the transaction. It can be included in several messages related to the transaction.
OB: The Faster Payments Scheme can only access 31 characters for the EndToEndIdentification field.

LocalInstrumentOBExternalLocalInstrument1Codestring

User community specific instrument.
Usage: This element is used to specify a local instrument, local clearing option and/or further qualify the service or service level.

InstructionPrioritystring
Indicator of the urgency or order of importance that the instructing party would like the instructed party to apply to the processing of the instruction.
Enum:
[ Normal, Urgent ]
Purposestring
Specifies the external purpose code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.
ChargeBearerOBChargeBearerType1Codestring

Specifies which party/parties will bear the charges associated with the processing of the payment transaction.

Enum:
[ BorneByCreditor, BorneByDebtor, FollowingServiceLevel, Shared ]
RequestedExecutionDateTime*string($date-time)

Date at which the initiating party requests the clearing agent to process the payment.
Usage: This is the date on which the debtor's account is to be debited.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

CurrencyOfTransfer*string
pattern: ^[A-Z]{3,3}$

Specifies the currency of the to be transferred amount, which is different from the currency of the debtor's account.

InstructedAmount*{
description:

Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.
Usage: This amount has to be transported unchanged through the transaction chain.

Amount*OBActiveCurrencyAndAmount_SimpleTypestring
A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.
Currency*ActiveOrHistoricCurrencyCodestring

A 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".

}
ExchangeRateInformation{
description:
Provides details on the currency exchange rate and contract.
UnitCurrency*string
pattern: ^[A-Z]{3,3}$

Currency in which the rate of exchange is expressed in a currency exchange. In the example 1GBP = xxxCUR, the unit currency is GBP.

ExchangeRatenumber
The factor used for conversion of an amount from one currency to another. This reflects the price at which one currency was bought with another currency.
RateType*string
Specifies the type used to complete the currency exchange.
Enum:
[ Actual, Agreed, Indicative ]
ContractIdentificationstring
minLength: 1

maxLength: 256

Unique and unambiguous reference to the foreign exchange contract agreed between the initiating party/creditor and the debtor agent.

}
DebtorAccount{
description:
Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Namestring
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level, as displayed by the ASPSP's online channels.
Note, the account name is not the product name or the nickname of the account.

}
Creditor{
description:
Party to which an amount of money is due.
Namestring
minLength: 1

maxLength: 140
Name by which a party is known and which is usually used to identify that party.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.
Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAgent{
description:
Financial institution servicing an account for the creditor.
SchemeNamestring

Name of the identification scheme, in a coded form as published in an external list.

Identificationstring
minLength: 1

maxLength: 35
Unique and unambiguous identification of a financial institution or a branch of a financial institution.
Namestring
minLength: 1

maxLength: 140
Name by which an agent is known and which is usually used to identify that agent.
PostalAddress#/definitions/OBPostalAddress6OBPostalAddress6{
description:

Information that locates and identifies a specific address, as defined by postal services.

AddressTypeOBAddressTypeCodestring
Identifies the nature of the postal address.
Enum:
[ Business, Correspondence, DeliveryTo, MailTo, POBox, Postal, Residential, Statement ]
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownNameTownNamestring

Name of a built-up area, with defined boundaries, and a local government.

Countrystring
pattern: ^[A-Z]{2,2}$
Nation with its own government.
AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

]
}
}
CreditorAccount*{
description:
Unambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction.
SchemeName*OBExternalAccountIdentification4Codestring

Name of the identification scheme, in a coded form as published in an external list.

Identification*Identificationstring
Identification assigned by an institution to identify an account. This identification is known by the account owner.
Name*string
minLength: 1

maxLength: 70

The account name is the name or names of the account owner(s) represented at an account level.
Note, the account name is not the product name or the nickname of the account.
OB: ASPSPs may carry out name validation for Confirmation of Payee, but it is not mandatory.

}
RemittanceInformation{
description:

Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts' receivable system.

Unstructuredstring
minLength: 1

maxLength: 140

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.

Referencestring
minLength: 1

maxLength: 35

Unique reference, as assigned by the creditor, to unambiguously refer to the payment transaction.
Usage: If available, the initiating party should provide this reference in the structured remittance information, to enable reconciliation by the creditor upon receipt of the amount of money.
If the business context requires the use of a creditor reference or a payment remit identification, and only one identifier can be passed through the end-to-end chain, the creditor's reference or payment remittance identification should be quoted in the end-to-end transaction identification.
OB: The Faster Payments Scheme can only accept 18 characters for the ReferenceInformation field - which is where this ISO field will be mapped.

}
SupplementaryData#/definitions/OBSupplementaryData1OBSupplementaryData1{
description:

Additional information that can not be captured in the structured fields and/or any other specific block.

}
}
Authorisation{
description:
The authorisation type request from the TPP.
AuthorisationType*string
Type of authorisation flow requested.
Enum:
[ Any, Single ]
CompletionDateTimestring($date-time)

Date and time at which the requested authorisation flow must be completed.All dates in the JSON payloads are represented in ISO 8601 date-time format.
All date-time fields in responses must include the timezone. An example is below:
2017-04-05T10:43:07+00:00

}
SCASupportData{
description:

Supporting Data provided by TPP, when requesting SCA Exemption.

RequestedSCAExemptionTypestring
This field allows a PISP to request specific SCA Exemption for a Payment Initiation
Enum:
[ BillPayment, ContactlessTravel, EcommerceGoods, EcommerceServices, Kiosk, Parking, PartyToParty ]
AppliedAuthenticationApproachstring

Specifies a character string with a maximum length of 40 characters.
Usage: This field indicates whether the PSU was subject to SCA performed by the TPP

Enum:
[ CA, SCA ]
ReferencePaymentOrderIdstring
minLength: 1

maxLength: 128

Specifies a character string with a maximum length of 140 characters.
Usage: If the payment is recurring then the transaction identifier of the previous payment occurrence so that the ASPSP can verify that the PISP, amount and the payee are the same as the previous occurrence.

}
}
Risk*#/definitions/OBRisk1OBRisk1{
description:
The Risk section is sent by the initiating party to the ASPSP. It is used to specify additional details for risk scoring for Payments.
PaymentContextCodestring
Specifies the payment context
Enum:
[ BillPayment, EcommerceGoods, EcommerceServices, Other, PartyToParty ]
MerchantCategoryCodestring
minLength: 3

maxLength: 4

Category code conform to ISO 18245, related to the type of services or goods the merchant provides for the transaction.

MerchantCustomerIdentificationstring
minLength: 1

maxLength: 70
The unique customer identifier of the PSU with the merchant.
DeliveryAddress{
description:

Information that locates and identifies a specific address, as defined by postal services or in free format text.

AddressLine[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 70

Information that locates and identifies a specific address, as defined by postal services, that is presented in free format text.

]
StreetNameStreetNamestring
Name of a street or thoroughfare.
BuildingNumberBuildingNumberstring
Number that identifies the position of a building on a street.
PostCodePostCodestring

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

TownName*TownNamestring

Name of a built-up area, with defined boundaries, and a local government.

CountrySubDivision[
minItems: 0

maxItems: 2
string
minLength: 1

maxLength: 35

Identifies a subdivision of a country, for instance state, region, county.

]
Country*string
pattern: ^[A-Z]{2,2}$

Nation with its own government, occupying a particular territory.

}
}
}

OBActiveCurrencyAndAmount_SimpleTypestring
A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.

OBSupplementaryData1{
description:

Additional information that can not be captured in the structured fields and/or any other specific block.

}

Having trouble?

Contact our dedicated team members via our ticketing system or via our support mailbox

OpenBankingResponse@virginmoney.com

Contact us Link opens in a new window