International Payment Consents - v3.1.3

  1. Overview
  2. Endpoints
    1. POST /international-payment-consents
      1. Status
  3. GET /international-payment-consents/{ConsentId}
    1. Status
    2. GET /international-payment-consents/{ConsentId}/funds-confirmation
    3. State Model
      1. Payment Order Consent
  4. Data Model
    1. Reused Classes
      1. OBInternational3
        1. UML Diagram
        2. Notes
        3. Data Dictionary
      2. OBExchangeRate2
        1. Data Dictionary
    2. International Payment Consent - Request
      1. UML Diagram
      2. Notes
      3. Data Dictionary
    3. International Payment Consent - Response
      1. UML Diagram
      2. Notes
      3. Data Dictionary
    4. International Payment Consent Confirmation of Funds - Response
      1. UML Diagram
      2. Notes
      3. Data Dictionary
  5. Usage Examples
    1. POST /international-payment-consents
      1. Request
      2. Response
    2. GET / international-payment-consents/{ConsentId}/funds-confirmation
      1. Request
      2. Response

Overview

The International Payment Consent resource is used by a PISP to register an intent to initiate an International Payment.

This resource description should be read in conjunction with a compatible Payment Initiation API Profile.

Endpoints

ResourceHTTP OperationEndpointMandatory ?ScopeGrant TypeMessage SigningIdempotency KeyRequest ObjectResponse Object
international-payment-consentsPOSTPOST /international-payment-consentsConditionalpaymentsClient CredentialsSigned Request Signed ResponseYesOBWriteInternationalConsent4OBWriteInternationalConsentResponse4
international-payment-consentsGETGET /international-payment-consents/{ConsentId}Mandatory (if resource POST implemented)paymentsClient CredentialsSigned ResponseNoNAOBWriteInternationalConsentResponse4
international-payment-consentsGETGET /international-payment-consents/{ConsentId}/funds-confirmationMandatory (if resource POST implemented)paymentsAuthorization CodeSigned ResponseNoNAOBWriteFundsConfirmationResponse1

POST /international-payment-consents

The API endpoint allows the PISP to ask an ASPSP to create a new international-payment-consent resource.

  • The POST action indicates to the ASPSP that a payment consent has been staged. At this point, the PSU may not have been identified by the ASPSP, and the request payload may not contain any information of the account that should be debited.
  • The endpoint allows the PISP to send a copy of the consent (between PSU and PISP) to the ASPSP for the PSU to authorise.
  • The ASPSP creates the international-payment-consent resource and responds with a unique ConsentId to refer to the resource.

Status

The default Status is “AwaitingAuthorisation” immediately after the international-payment-consent has been created.

Status
AwaitingAuthorisation

GET /international-payment-consents/{ConsentId}

A PISP can optionally retrieve a payment consent resource that they have created to check its status.

Status

Once the PSU authorises the payment-consent resource, the Status of the payment-consent resource will be updated with “Authorised”.

If the PSU rejects the consent or the international-payment-consent has failed some other ASPSP validation, the Status will be set to “Rejected”.

Once an international-payment has been successfully created using the international-payment-consent, the Status of the international-payment-consent will be set to “Consumed”.

The available Status codes for the international-payment-consent resource are:

Status
AwaitingAuthorisation
Rejected
Authorised
Consumed

GET /international-payment-consents/{ConsentId}/funds-confirmation

The API endpoint allows the PISP to ask an ASPSP to confirm funds on an international-payment-consent resource.

  • An ASPSP can only respond to a funds confirmation request if the international-payment-consent resource has an Authorised status. If the status is not Authorised, an ASPSP must respond with a 400 (Bad Request) and a UK.OBIE.Resource.InvalidConsentStatus error code.
  • Confirmation of funds requests do not affect the status of the international-payment-consent resource.

State Model

The state model for the international-payment-consent resource follows the generic consent state model. However, does not use the “Revoked” status, as the consent for an international-payment is not a long-lived consent.

Payment Order Consent State Model

The definitions for the Status:

 StatusStatus Description
1AwaitingAuthorisationThe consent resource is awaiting PSU authorisation.
2RejectedThe consent resource has been rejected.
3AuthorisedThe consent resource has been successfully authorised.
4ConsumedThe consented action has been successfully completed. This does not reflect the status of the consented action.

Data Model

The data dictionary section gives the detail on the payload content for the International Payment API flows.

Reused Classes

OBInternational3

This section describes the OBInternational3 class which is reused as the Initiation object in the international-payment-consent resource.

UML Diagram

OB International Reusable class

Notes

For the OBInternational3 Initiation object:

  • All elements in the Initiation payload that are specified by the PISP, must not be changed via the ASPSP as this is part of formal consent from the PSU.
  • If the ASPSP is able to establish a problem with payload or any contextual error during the API call, the ASPSP must reject the international-payment-consent request immediately.
  • If the ASPSP establishes a problem with the international-payment-consent after the API call, the ASPSP must set the Status of the international-payment-consent resource to Rejected.
  • DebtorAccount is optional as the PISP may not know the account identification details for the PSU.
  • If the DebtorAccount is specified by the PISP and is invalid for the PSU, then the international-payment-consent will be set to Rejected after PSU authentication.
  • CreditorAgent must at least have either of the pairs provided: Scheme Name and Identification or Name and Postal Address.
  • Account Identification field usage:
    • Where “UK.OBIE.SortCodeAccountNumber” is specified as the SchemeName in the Account Identification Section (either DebtorAccount or CreditorAccount), the Identification field must be populated with the 6 digit Sort Code and 8 digit Account Number (a 14 digit field).
    • Where the “UK.OBIE.IBAN” is specified as the SchemeName in the Account Identification Section (either DebtorAccount or CreditorAccount), the Identification field must be populated with the full IBAN.
  • LocalInstrument is the requested payment scheme for execution. This is a free-text field.
  • InstructionPrioirty may be used by the ASPSP to determine the payment scheme for execution.
  • The InstructedAmount object must be populated with the desired Amount and Currency of transfer, regardless of the currency of the DebtorAccount or CreditorAccount. I.e., a PSU may wish to transfer 100EUR from a GBP DebtorAccount (InstructedAmount will be 100EUR), or 100GBP to an EUR CreditorAccount (the InstructedAmount will be 100GBP).
  • The CurrencyOfTransfer is used to specify the currency the funds will be transferred. I.e., a PSU may wish to transfer 100USD from a GBP DebtorAccount to a Rupee INR CreditorAccount in India.
  • The ChargeBearer field is used by the PISP to indicate the bearer of charges. An ASPSP must reject the request if the requested charge allocation cannot be fulfilled.

The OBInternational3/ExchangeRateInformation object must conform to these behaviours:

  • A PISP must specify the DebtorAccount currency in the UnitCurrency field if the PISP is requesting a specific RateType so the ASPSP can respond with an exchange rate quote prior to PSU authorisation.
  • A PISP may indicate an exchange rate request using the RateType with these enumerations:
    • Actual.
    • Agreed.
    • Indicative.
  • A PISP must specify ExchangeRate and ContractIdentification when requesting an Agreed RateType. If an invalid ContractIdentification and ExchangeRate are requested together, an ASPSP must reject the request.
    • For an “Agreed” RateType a requested exchange rate is populated in the ExchangeRate field, against the UnitCurrency. I.e, if the UnitCurrency is GBP and CurrencyOfTransfer is USD, then ExchangeRate will be 1.34 (USD to 1 GBP).
    • For an “Agreed” RateType the exchange rate contract identifier is populated in the ContractIdentification field.
  • A PISP must not specify ExchangeRate and/or ContractIdentification when requesting an Actual RateType.
  • A PISP must not specify ExchangeRate and/or ContractIdentification when requesting an Indicative RateType.
Data Dictionary
NameOccurrenceXPathEnhancedDefinitionClassCodesPattern
OBInternational3 OBInternational3The 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.OBInternational3  
InstructionIdentification1..1OBInternational3/InstructionIdentificationUnique 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.Max35Text  
EndToEndIdentification1..1OBInternational3/EndToEndIdentificationUnique 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.Max35Text  
LocalInstrument0..1OBInternational3/LocalInstrumentUser 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.OBExternalLocalInstrument1Code  
InstructionPriority0..1OBInternational3/InstructionPriorityIndicator of the urgency or order of importance that the instructing party would like the instructed party to apply to the processing of the instruction.OBPriority2CodeNormal Urgent 
Purpose0..1OBInternational3/PurposeSpecifies 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.OBExternalPurpose1Code1  
ExtendedPurpose0..1OBInternational3/ExtendedPurposeSpecifies the purpose of an international payment, when there is no corresponding 4 character code available in the ISO20022 list of Purpose Codes.Max140Text  
ChargeBearer0..1OBInternational3/ChargeBearerSpecifies which party/parties will bear the charges associated with the processing of the payment transaction.OBChargeBearerType1CodeBorneByCreditor BorneByDebtor FollowingServiceLevel Shared 
CurrencyOfTransfer1..1OBInternational3/CurrencyOfTransferSpecifies the currency of the to be transferred amount, which is different from the currency of the debtor’s account.ActiveOrHistoricCurrencyCode ^[A-Z]{3,3}$
DestinationCountryCode0..1OBInternational3/DestinationCountryCodeCountry in which Credit Account is domiciled. Nation with its own government.CountryCode ^[A-Z]{2,2}$
InstructedAmount1..1OBInternational3/InstructedAmountAmount 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.OBActiveOrHistoricCurrencyAndAmount  
Amount1..1OBInternational3/InstructedAmount/AmountA number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.OBActiveCurrencyAndAmount_SimpleType ^\d{1,13}.\d{1,5}$
Currency1..1OBInternational3/InstructedAmount/CurrencyA code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 “Codes for the representation of currencies and funds”.ActiveOrHistoricCurrencyCode ^[A-Z]{3,3}$
ExchangeRateInformation0..1OBInternational3/ExchangeRateInformationProvides details on the currency exchange rate and contract.OBExchangeRate1  
UnitCurrency1..1OBInternational3/ExchangeRateInformation/UnitCurrencyCurrency in which the rate of exchange is expressed in a currency exchange. In the example 1GBP = xxxCUR, the unit currency is GBP.ActiveOrHistoricCurrencyCode ^[A-Z]{3,3}$
ExchangeRate0..1OBInternational3/ExchangeRateInformation/ExchangeRateThe 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.BaseOneRate  
RateType1..1OBInternational3/ExchangeRateInformation/RateTypeSpecifies the type used to complete the currency exchange.OBExchangeRateType2CodeActual Agreed Indicative 
ContractIdentification0..1OBInternational3/ExchangeRateInformation/ContractIdentificationUnique and unambiguous reference to the foreign exchange contract agreed between the initiating party/creditor and the debtor agent.Max256Text  
DebtorAccount0..1OBInternational3/DebtorAccountUnambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.OBCashAccountDebtor4  
SchemeName1..1OBInternational3/DebtorAccount/SchemeNameName of the identification scheme, in a coded form as published in an external list.OBExternalAccountIdentification4Code  
Identification1..1OBInternational3/DebtorAccount/IdentificationIdentification assigned by an institution to identify an account. This identification is known by the account owner.Max256Text  
Name0..1OBInternational3/DebtorAccount/NameThe 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.Max70Text  
SecondaryIdentification0..1OBInternational3/DebtorAccount/SecondaryIdentificationThis is secondary identification of the account, as assigned by the account servicing institution. This can be used by building societies to additionally identify accounts with a roll number (in addition to a sort code and account number combination).Max34Text  
Creditor0..1OBInternational3/CreditorParty to which an amount of money is due.OBPartyIdentification43  
Name0..1OBInternational3/Creditor/NameName by which a party is known and which is usually used to identify that party.Max140Text  
PostalAddress0..1OBInternational3/Creditor/PostalAddressInformation that locates and identifies a specific address, as defined by postal services.OBPostalAddress6  
AddressType0..1OBInternational3/Creditor/PostalAddress/AddressTypeIdentifies the nature of the postal address.OBAddressTypeCodeBusiness Correspondence DeliveryTo MailTo POBox Postal Residential Statement 
Department0..1OBInternational3/Creditor/PostalAddress/DepartmentIdentification of a division of a large organisation or building.Max70Text  
SubDepartment0..1OBInternational3/Creditor/PostalAddress/SubDepartmentIdentification of a sub-division of a large organisation or building.Max70Text  
StreetName0..1OBInternational3/Creditor/PostalAddress/StreetNameName of a street or thoroughfare.Max70Text  
BuildingNumber0..1OBInternational3/Creditor/PostalAddress/BuildingNumberNumber that identifies the position of a building on a street.Max16Text  
PostCode0..1OBInternational3/Creditor/PostalAddress/PostCodeIdentifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.Max16Text  
TownName0..1OBInternational3/Creditor/PostalAddress/TownNameName of a built-up area, with defined boundaries, and a local government.Max35Text  
CountrySubDivision0..1OBInternational3/Creditor/PostalAddress/CountrySubDivisionIdentifies a subdivision of a country such as state, region, county.Max35Text  
Country0..1OBInternational3/Creditor/PostalAddress/CountryNation with its own government.CountryCode ^[A-Z]{2,2}$
AddressLine0..7OBInternational3/Creditor/PostalAddress/AddressLineInformation that locates and identifies a specific address, as defined by postal services, presented in free format text.Max70Text  
CreditorAgent0..1OBInternational3/CreditorAgentFinancial institution servicing an account for the creditor.OBBranchAndFinancialInstitutionIdentification6  
SchemeName0..1OBInternational3/CreditorAgent/SchemeNameName of the identification scheme, in a coded form as published in an external list.OBExternalFinancialInstitutionIdentification4Code  
Identification0..1OBInternational3/CreditorAgent/IdentificationUnique and unambiguous identification of a financial institution or a branch of a financial institution.Max35Text  
Name0..1OBInternational3/CreditorAgent/NameName by which an agent is known and which is usually used to identify that agent.Max140Text  
PostalAddress0..1OBInternational3/CreditorAgent/PostalAddressInformation that locates and identifies a specific address, as defined by postal services.OBPostalAddress6  
AddressType0..1OBInternational3/CreditorAgent/PostalAddress/AddressTypeIdentifies the nature of the postal address.OBAddressTypeCodeBusiness Correspondence DeliveryTo MailTo POBox Postal Residential Statement 
Department0..1OBInternational3/CreditorAgent/PostalAddress/DepartmentIdentification of a division of a large organisation or building.Max70Text  
SubDepartment0..1OBInternational3/CreditorAgent/PostalAddress/SubDepartmentIdentification of a sub-division of a large organisation or building.Max70Text  
StreetName0..1OBInternational3/CreditorAgent/PostalAddress/StreetNameName of a street or thoroughfare.Max70Text  
BuildingNumber0..1OBInternational3/CreditorAgent/PostalAddress/BuildingNumberNumber that identifies the position of a building on a street.Max16Text  
PostCode0..1OBInternational3/CreditorAgent/PostalAddress/PostCodeIdentifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.Max16Text  
TownName0..1OBInternational3/CreditorAgent/PostalAddress/TownNameName of a built-up area, with defined boundaries, and a local government.Max35Text  
CountrySubDivision0..1OBInternational3/CreditorAgent/PostalAddress/CountrySubDivisionIdentifies a subdivision of a country such as state, region, county.Max35Text  
Country0..1OBInternational3/CreditorAgent/PostalAddress/CountryNation with its own government.CountryCode ^[A-Z]{2,2}$
AddressLine0..7OBInternational3/CreditorAgent/PostalAddress/AddressLineInformation that locates and identifies a specific address, as defined by postal services, presented in free format text.Max70Text  
CreditorAccount1..1OBInternational3/CreditorAccountUnambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction.OBCashAccountCreditor3  
SchemeName1..1OBInternational3/CreditorAccount/SchemeNameName of the identification scheme, in a coded form as published in an external list.OBExternalAccountIdentification4Code  
Identification1..1OBInternational3/CreditorAccount/IdentificationIdentification assigned by an institution to identify an account. This identification is known by the account owner.Max256Text  
Name1..1OBInternational3/CreditorAccount/NameThe 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.Max70Text  
SecondaryIdentification0..1OBInternational3/CreditorAccount/SecondaryIdentificationThis is secondary identification of the account, as assigned by the account servicing institution. This can be used by building societies to additionally identify accounts with a roll number (in addition to a sort code and account number combination).Max34Text  
RemittanceInformation0..1OBInternational3/RemittanceInformationInformation 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.OBRemittanceInformation1  
Unstructured0..1OBInternational3/RemittanceInformation/UnstructuredInformation 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.Max140Text  
Reference0..1OBInternational3/RemittanceInformation/ReferenceUnique 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.Max35Text  
SupplementaryData0..1OBInternational3/SupplementaryDataAdditional information that can not be captured in the structured fields and/or any other specific block.OBSupplementaryData1  

OBExchangeRate2

This section describes the OBExchangeRate2 class, which is used in the response payloads in the international-payment-consent resource.

Exchange Rate Model

Data Dictionary
NameOccurrenceXPathEnhancedDefinitionClassCodesPattern
OBExchangeRate2 OBExchangeRate2Further detailed information on the exchange rate that has been used in the payment transaction.OBExchangeRate2  
UnitCurrency1..1OBExchangeRate2/UnitCurrencyCurrency in which the rate of exchange is expressed in a currency exchange. In the example 1GBP = xxxCUR, the unit currency is GBP.ActiveOrHistoricCurrencyCode^[A-Z]{3,3}$ 
ExchangeRate1..1OBExchangeRate2/ExchangeRateThe 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.BaseOneRate  
RateType1..1OBExchangeRate2/RateTypeSpecifies the type used to complete the currency exchange.OBExchangeRateType2CodeActual Agreed Indicative 
ContractIdentification0..1OBExchangeRate2/ContractIdentificationUnique and unambiguous reference to the foreign exchange contract agreed between the initiating party/creditor and the debtor agent.Max256Text  
ExpirationDateTime0..1OBExchangeRate2/ExpirationDateTimeSpecified date and time the exchange rate agreement will expire.ISODateTime  

The OBWriteInternationalConsent4 object will be used for the call to:

  • POST /international-payment-consents

UML Diagram

International Payment Consent - Request

Notes

The international-payment-consent request contains these objects:

  • Initiation
  • Authorisation
  • SCASupportData
  • Risk

Exchange rate behaviour:

  • An ASPSP must respond to an Agreed RateType request.
  • An ASPSP may respond to an Actual RateType request or may reject the request.
  • An ASPSP may respond to an Indicative RateType request or may reject the request.
  • An ASPSP must reject the international-payment-consent request if the specified Initiation/ExchangeRateInformation cannot be fulfilled.

Data Dictionary

NameOccurrenceXPathEnhancedDefinitionClassCodesPattern
OBWriteInternationalConsent4 OBWriteInternationalConsent4 OBWriteInternationalConsent4  
Data1..1OBWriteInternationalConsent4/Data OBWriteDataInternationalConsent4  
Initiation1..1OBWriteInternationalConsent4/Data/InitiationThe 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.OBInternational3  
Authorisation0..1OBWriteInternationalConsent4/Data/AuthorisationThe authorisation type request from the TPP.OBAuthorisation1  
SCASupportData0..1OBWriteInternationalConsent4/Data/SCASupportDataSupporting Data provided by TPP, when requesting SCA Exemption.OBSCASupportData1  
Risk1..1OBWriteInternationalConsent4/RiskThe Risk section is sent by the initiating party to the ASPSP. It is used to specify additional details for risk scoring for Payments.OBRisk1  

The OBWriteInternationalConsentResponse4 object will be used for a response to a call to:

  • POST /international-payment-consents
  • GET /international-payment-consents/{ConsentId}

UML Diagram

International Payment Consent - Response

Notes

The international-payment-consent response contains the full original payload from the international-payment-consent request with the additional elements below:

  • ConsentId.
  • CreationDateTime the international-payment-consent resource was created.
  • Status and StatusUpdateDateTime of the international-payment-consent resource.
  • CutOffDateTime Behaviour is explained in Payment Initiation API Profile, Section - Payment Restrictions -> CutOffDateTime Behaviour.
  • ExpectedExecutionDateTime for the international-payment resource if created before CutOffDateTIme - the expected DateTime the payment is executed against the Debtor Account. If populated, the ASPSP must update the value with any changes (e.g., after PSU authorisation).
  • ExpectedSettlementDateTime for the international-payment resource if created before CutOffDateTIme - the expected DateTime the payment will be received at the Creditor Account. If populated, the ASPSP must update the value with any changes (e.g., after PSU authorisation).
  • Charges array which will be used by the ASPSP to indicate charges, and the ChargeBearer as relevant.
  • ExchangeRateInformation (the ASPSP response) - this object will be used to communicate exchange rate information back to the PISP. It must be consistent with what is requested in the Initiation object from the PISP.

Exchange rate behaviour:

  • For an Agreed RateType - if an ASPSP chooses to respond with Data/ExchangeRateInformation object:
    • An ASPSP may respond with the same requested exchange rate in the Data/ExchangeRateInformation object.
    • An ASPSP must not populate Data/ExchangeRateInformation/ExpirationDateTime.
  • For an Actual RateType - if an ASPSP chooses to respond with Data/ExchangeRateInformation object:
    • An ASPSP must respond with an actual quote in the Data/ExchangeRateInformation object.
    • An ASPSP must respond with an actual ExchangeRate quote.
    • An ASPSP must respond with an ExpirationDateTime.
    • An ASPSP must reject the international-payment request if the PISP does not submit the international-payment within the ExchangeRateInformation/ExpirationDateTime.
  • For an Indicative RateType - if an ASPSP chooses to respond with Data/ExchangeRateInformation object:
    • An ASPSP must respond with an indicative quote in the Data/ExchangeRateInformation object.
    • An ASPSP must respond with an indicative ExchangeRate quote.
    • An ASPSP must not populate Data/ExchangeRateInformation/ExpirationDateTime for the exchange rate, as it is the market rate on the date of execution (date on which the DebtorAccount is debited).

Data Dictionary

NameOccurrenceXPathEnhancedDefinitionClassCodesPattern
OBWriteInternationalConsentResponse4 OBWriteInternationalConsentResponse4 OBWriteInternationalConsentResponse4  
Data1..1OBWriteInternationalConsentResponse4/Data OBWriteDataInternationalConsentResponse4  
ConsentId1..1OBWriteInternationalConsentResponse4/Data/ConsentIdOB: Unique identification as assigned by the ASPSP to uniquely identify the consent resource.Max128Text  
CreationDateTime1..1OBWriteInternationalConsentResponse4/Data/CreationDateTimeDate and time at which the resource was created.ISODateTime  
Status1..1OBWriteInternationalConsentResponse4/Data/StatusSpecifies the status of consent resource in code form.OBExternalConsentStatus1CodeAuthorised AwaitingAuthorisation Consumed Rejected 
StatusUpdateDateTime1..1OBWriteInternationalConsentResponse4/Data/StatusUpdateDateTimeDate and time at which the resource status was updated.ISODateTime  
CutOffDateTime0..1OBWriteInternationalConsentResponse4/Data/CutOffDateTimeSpecified cut-off date and time for the payment consent.ISODateTime  
ExpectedExecutionDateTime0..1OBWriteInternationalConsentResponse4/Data/ExpectedExecutionDateTimeExpected execution date and time for the payment resource.ISODateTime  
ExpectedSettlementDateTime0..1OBWriteInternationalConsentResponse4/Data/ExpectedSettlementDateTimeExpected settlement date and time for the payment resource.ISODateTime  
Charges0..nOBWriteInternationalConsentResponse4/Data/ChargesSet of elements used to provide details of a charge for the payment initiation.OBCharge2  
ExchangeRateInformation0..1OBWriteInternationalConsentResponse4/Data/ExchangeRateInformationFurther detailed information on the exchange rate that has been used in the payment transaction.OBExchangeRate2  
Initiation1..1OBWriteInternationalConsentResponse4/Data/InitiationThe 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.OBInternational3  
Authorisation0..1OBWriteInternationalConsentResponse4/Data/AuthorisationThe authorisation type request from the TPP.OBAuthorisation1  
SCASupportData0..1OBWriteInternationalConsentResponse4/Data/SCASupportDataSupporting Data provided by TPP, when requesting SCA Exemption.OBSCASupportData1  
Risk1..1OBWriteInternationalConsentResponse4/RiskThe Risk section is sent by the initiating party to the ASPSP. It is used to specify additional details for risk scoring for Payments.OBRisk1  

The OBWriteFundsConfirmationResponse1 object will be used for a response to a call to:

  • GET /international-payment-consents/{ConsentId}/funds-confirmation

UML Diagram

International Payment Consent Confirmation of Funds - Response

Notes

The confirmation of funds response contains the result of a funds availability check, or SupplementaryData.

Data Dictionary

NameOccurrenceXPathEnhancedDefinitionClassCodesPattern
OBWriteFundsConfirmationResponse1 OBWriteFundsConfirmationResponse1 OBWriteFundsConfirmationResponse1  
Data1..1OBWriteFundsConfirmationResponse1/Data OBWriteDataFundsConfirmationResponse1  
FundsAvailableResult0..1OBWriteFundsConfirmationResponse1/Data/FundsAvailableResultResult of a funds availability check.OBFundsAvailableResult1  
FundsAvailableDateTime1..1OBWriteFundsConfirmationResponse1/Data/FundsAvailableResult/FundsAvailableDateTimeDate and time at which the funds availability check was generated.ISODateTime  
FundsAvailable1..1OBWriteFundsConfirmationResponse1/Data/FundsAvailableResult/FundsAvailableFlag to indicate the availability of funds given the Amount in the consent request.xs:boolean  
SupplementaryData0..1OBWriteFundsConfirmationResponse1/Data/SupplementaryDataAdditional information that can not be captured in the structured fields and/or any other specific block.OBSupplementaryData1  

Usage Examples

POST /international-payment-consents

Request

POST /international-payment-consents HTTP/1.1
Authorization: Bearer 2YotnFZFEjr1zCsicMWpAA
x-idempotency-key: FRESCO.21302.GFX.20
x-jws-signature: TGlmZSdzIGEgam91cm5leSBub3QgYSBkZXN0aW5hdGlvbiA=..T2ggZ29vZCBldmVuaW5nIG1yIHR5bGVyIGdvaW5nIGRvd24gPw==
x-fapi-auth-date: Sun, 10 Sep 2017 19:43:31 GMT
x-fapi-customer-ip-address: 104.25.212.99
x-fapi-interaction-id: 93bac548-d2de-4546-b106-880a5018460d
Content-Type: application/json
Accept: application/json
{
 "Data": {
  "Initiation": {
   "InstructionIdentification": "ACME412",
   "EndToEndIdentification": "FRESCO.21302.GFX.20",
   "InstructionPriority": "Normal",
   "CurrencyOfTransfer": "USD",
   "InstructedAmount": {
    "Amount": "165.88",
    "Currency": "GBP"
   },
   "CreditorAccount": {
    "SchemeName": "UK.OBIE.SortCodeAccountNumber",
    "Identification": "08080021325698",
    "Name": "ACME Inc",
    "SecondaryIdentification": "0002"
   },
   "RemittanceInformation": {
    "Reference": "FRESCO-101",
    "Unstructured": "Internal ops code 5120101"
   },
   "ExchangeRateInformation": {
    "UnitCurrency": "GBP",
    "RateType": "Actual"
   }
  }
 },
 "Risk": {
  "PaymentContextCode": "PartyToParty"
 }
}

Response

HTTP/1.1 201 Created
x-jws-signature: V2hhdCB3ZSBnb3QgaGVyZQ0K..aXMgZmFpbHVyZSB0byBjb21tdW5pY2F0ZQ0K
x-fapi-interaction-id: 93bac548-d2de-4546-b106-880a5018460d
Content-Type: application/json
{
 "Data": {
  "ConsentId": "58923",
  "Status": "AwaitingAuthorisation",
  "CutOffDateTime": "2017-06-05T16:00:13+00:00",
  "CreationDateTime": "2017-06-05T15:15:13+00:00",
  "StatusUpdateDateTime": "2017-06-05T15:15:13+00:00",
  "Initiation": {
   "InstructionIdentification": "ACME412",
   "EndToEndIdentification": "FRESCO.21302.GFX.20",
   "InstructionPriority": "Normal",
   "CurrencyOfTransfer": "USD",
   "InstructedAmount": {
    "Amount": "165.88",
    "Currency": "GBP"
   },
   "CreditorAccount": {
    "SchemeName": "UK.OBIE.SortCodeAccountNumber",
    "Identification": "08080021325698",
    "Name": "ACME Inc",
    "SecondaryIdentification": "0002"
   },
   "RemittanceInformation": {
    "Reference": "FRESCO-101",
    "Unstructured": "Internal ops code 5120101"
   },
   "ExchangeRateInformation": {
    "UnitCurrency": "GBP",
    "RateType": "Actual"
   }
  },
  "ExchangeRateInformation": {
   "UnitCurrency": "GBP",
   "ExchangeRate": 1.1,
   "RateType": "Actual",
   "ExpirationDateTime": "2017-06-05T15:45:13+00:00"
  }
 },
 "Risk": {
  "PaymentContextCode": "PartyToParty"
 },
 "Links": {
  "Self": "https://api.alphabank.com/open-banking/v3.1/pisp/international-payment-consents/58923"
 },
 "Meta": {}
}

GET / international-payment-consents/{ConsentId}/funds-confirmation

Request

GET /international-payment-consents/58923/funds-confirmation HTTP/1.1
Authorization: Bearer Jhingapulaav
x-fapi-auth-date: Sun, 10 Sep 2017 19:43:31 GMT
x-fapi-customer-ip-address: 104.25.212.99
x-fapi-interaction-id: 93bac548-d2de-4546-b106-880a5018460d
Accept: application/json

Response

HTTP/1.1 200 OK
x-jws-signature: V2hhdCB3ZSBnb3QgaGVyZQ0K..aXMgZmFpbHVyZSB0byBjb21tdW5pY2F0ZQ0K
x-fapi-interaction-id: 93bac548-d2de-4546-b106-880a5018460d
Content-Type: application/json
{
	"Data": {
		"FundsAvailableResult": {
			"FundsAvailableDateTime": "2017-06-05T15:15:23+00:00",
			"FundsAvailable": true
		}
	},
	"Links": {
		"Self": "https://api.alphabank.com/open-banking/v3.1/pisp/international-payment-consents/58923/funds-confirmation"
	},
	"Meta": {}
}