accounts: Ability to read Accounts informationPayments: Generic payment scopeAISPs must use a client credentials grant to obtain a token to access the account-access-consents resource. In the specification, this grant type is referred to as "Client Credentials".
AISPs must use an authorisation code grant using a redirect or decoupled flow to obtain a token to access all other resources. In the specification, this grant type is referred to as "Authorisation Code").
PISPs must use a client credentials grant to obtain a token to make POST requests to the payment-order consent endpoints. In the specification, this grant type is referred to as "Client Credentials".
PISPs must use an authorisation code grant using a redirect or decoupled flow to obtain a token to make POST requests to the payment-order resource endpoints. This token may also be used to confirm funds on a payment-order consent resource. In the specification, this grant type is referred to as "Authorisation Code".
PISPs must use a client credentials grant to obtain a token to make GET requests (excluding confirming funds).
The AISP must create an account-access-consents resource through a POST operation. This resource indicates the consent that the AISP claims it has been given by the user/customer to retrieve account and transaction information. At this stage, the consent is not yet authorised as the ASPSP has not yet verified this claim with the user/customer.
The ASPSP responds with a ConsentId. This is the intent-id that is used when initiating the authorisation code grant.
As part of the consent authorisation flow:
The ASPSP authenticates the user/customer
The ASPSP plays back the consent (registered by the AISP) back to the user/customer - to get consent authorisation. The user/customer may accept or reject the consent in its entirety (but not selectively)
The ASPSP presents the user/customer with a list of accounts to which the consent will apply
Once these steps are complete, the consent is considered to have been authorised by the user/customer.
OAuth 2.0 scopes are coarse-grained and the set of available scopes are defined at the point of client registration. There is no standard method for specifying and enforcing fine-grained scopes e.g., a scope to enforce payments of a specified amount on a specified date.
A consent authorisation is used to define the fine-grained scope that is granted by the user/customer to the PISP.
The PISP must begin a payment-order request by creating a payment-order consent resource through a POST operation. These resources indicate the consent that the PISP claims it has been given by the user/customer. At this stage, the consent is not yet authorised as the ASPSP has not yet verified this claim with the user/customer.
The ASPSP responds with a ConsentId. This is the intent-id that is used when initiating the authorisation code grant.
As part of the authorisation code grant:
The ASPSP authenticates the user/customer
If the consent did not indicate a debtor account the ASPSP presents the user/customer with a list of accounts from which the user/customer may select one
The ASPSP plays back the consent (registered by the PISP) back to the user/customer to get consent authorisation. The user/customer may accept or reject the consent in its entirety (but not selectively)
Once these steps are complete, the consent is considered to have been authorised by the user/customer.
Allows you to get the latest list of banks that can used for transaction.
| Environment | string The Environment of banks. |
| Limit | integer <int32> The Limit for retrive data banks. |
| Offset | integer <int32> The Offset for retrive data banks. |
| SortBy | string The Sort By for retrive data banks (ASC/DESC). |
| SortByColumn | string The Sort By Column for retrive data banks. |
{- "banks": [
- {
- "BankCode": "BANKCODEXXX",
- "BankTitle": "Dummy Bank",
- "CountryCode": "PH",
- "Environment": "sandbox",
- "Logo": "logo.png"
}
]
}Allows you to get the latest list of accounts that can used for transaction.
| BankCode required | string Defines the bank that contains the account |
{- "Data": {
- "Account": [
- {
- "AccountId": "00348765",
- "AccountSubType": "CurrentAccount",
- "AccountType": "Business",
- "Currency": "BHD",
- "Description": "CurrentAccount",
- "MaturityDate": "2020-03-23T08:27:44.180+03:00",
- "Nickname": "Abdulla",
- "OpeningDate": "2020-03-23T08:27:44.180+03:00",
- "Status": "Enabled",
- "StatusUpdateDateTime": "2020-03-23T08:27:44.180+03:00"
}, - {
- "Account": [
- {
- "Identification": "BH10BBKU00100000008876",
- "Name": "Mohammed Ahmed Abdulla",
- "SchemeName": "BH.OBF.IBAN"
}
], - "AccountId": "00345897",
- "AccountSubType": "SavingsAccount",
- "AccountType": "Personal",
- "Currency": "BHD",
- "Description": "SavingsAccount",
- "MaturityDate": "2020-03-23T08:27:44.180+03:00",
- "Nickname": "Household",
- "OpeningDate": "2020-03-23T08:27:44.180+03:00",
- "Servicer": {
- "Identification": "BOBFBICFXYZ",
- "SchemeName": "BH.OBF.BICFI"
}, - "Status": "Enabled",
- "StatusUpdateDateTime": "2020-03-23T08:27:44.180+03:00"
}
]
}, - "Links": {
- "Self": "www.TBC.com"
}, - "Meta": {
- "FirstAvailableDateTime": "2020-03-12T09:10:17.596+03:00",
- "LastAvailableDateTime": "2020-03-12T09:10:17.596+03:00",
- "TotalPages": "02"
}
}Allows you to get the latest details of account that can used for transaction.
| AccountId required | string AccountId is A unique and immutable identifier used to identify the account resource. This identifier has no meaning to the account owner |
| BankCode required | string Defines the bank that contains the account |
{- "Data": {
- "Account": [
- {
- "AccountId": "00300005",
- "AccountSubType": "Savings",
- "AccountType": "Personal",
- "Currency": "BHD",
- "Description": "Savings",
- "MaturityDate": "2023-02-20T09:19:57.975188Z",
- "Nickname": "nickname300005",
- "OpeningDate": "2023-02-20T09:19:57.975188Z",
- "Servicer": {
- "Identification": "BH10000300005",
- "SchemeName": "BH_OBF_BICFI"
}, - "Status": "Enabled",
- "StatusUpdateDateTime": "2023-02-20T09:19:57.975187Z"
}
]
}, - "Links": {
- "Self": "www.tbc.com"
}, - "Meta": {
- "FirstAvailableDateTime": "2023-02-20T09:19:57.975521Z",
- "LastAvailableDateTime": "2023-02-20T09:19:57.975521Z",
- "TotalPages": 1
}
}This GetAccountBalanceOfUser returns a single Account Balance
| AccountId required | string The AccountId of Balance. |
| BankCode required | string The BankCode of Balance. |
{- "Data": {
- "Balance": [
- {
- "AccountId": "string",
- "Amount": {
- "Amount": "string",
- "Currency": "string",
- "SubType": "string"
}, - "CreditDebitIndicator": "UNKNOWN_CREDIT_DEBIT_INDICATOR",
- "CreditLine": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "Included": true,
- "Type": "UNKNOWN_CRED_TYPE"
}
], - "DateTime": "2019-08-24T14:15:22Z",
- "LocalAmount": {
- "Amount": "string",
- "Currency": "string",
- "SubType": "string"
}, - "Type": "UNKNOWN_BALANCE_TYPE"
}
], - "TotalValue": {
- "Amount": "string",
- "Currency": "string"
}
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Get All Account Balances of user
| BankCode required | string Defines the bank that contains the account |
{- "Data": {
- "Balance": [
- {
- "AccountId": "string",
- "Amount": {
- "Amount": "string",
- "Currency": "string",
- "SubType": "string"
}, - "CreditDebitIndicator": "UNKNOWN_CREDIT_DEBIT_INDICATOR",
- "CreditLine": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "Included": true,
- "Type": "UNKNOWN_CRED_TYPE"
}
], - "DateTime": "2019-08-24T14:15:22Z",
- "LocalAmount": {
- "Amount": "string",
- "Currency": "string",
- "SubType": "string"
}, - "Type": "UNKNOWN_BALANCE_TYPE"
}
], - "TotalValue": {
- "Amount": "string",
- "Currency": "string"
}
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to get the latest list of beneficiary accounts of specifict account id.
| AccountId required | string |
| BankCode required | string |
{- "Data": {
- "Beneficiary": [
- {
- "AccountId": "string",
- "BeneficiaryId": "string",
- "BeneficiaryType": "UnknownBeneficiaryType",
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "Reference": "string",
- "SupplementaryData": { }
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to get the latest list of beneficiary accounts.
| BankCode required | string |
{- "Data": {
- "Beneficiary": [
- {
- "AccountId": "string",
- "BeneficiaryId": "string",
- "BeneficiaryType": "UnknownBeneficiaryType",
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "Reference": "string",
- "SupplementaryData": { }
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to get the latest list of account direct debits.
| AccountId required | string AccountId A unique and immutable identifier used to identify the account resource. This identifier has no meaning to the account owner |
| BankCode required | string |
{- "Data": {
- "DirectDebit": [
- {
- "AccountId": "string",
- "DirectDebitId": "string",
- "DirectDebitStatusCode": "Inactive",
- "Frequency": "string",
- "MandateIdentification": "string",
- "Name": "string",
- "PreviousPaymentAmount": {
- "Amount": "string",
- "Currency": "string",
- "SupplementaryData": { }
}, - "PreviousPaymentDateTime": "2019-08-24T14:15:22Z"
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to get the latest list of direct debits.
| BankCode required | string |
{- "Data": {
- "DirectDebit": [
- {
- "AccountId": "string",
- "DirectDebitId": "string",
- "DirectDebitStatusCode": "Inactive",
- "Frequency": "string",
- "MandateIdentification": "string",
- "Name": "string",
- "PreviousPaymentAmount": {
- "Amount": "string",
- "Currency": "string",
- "SupplementaryData": { }
}, - "PreviousPaymentDateTime": "2019-08-24T14:15:22Z"
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to get the latest list of the Future Dated Payment available for specific account for transaction.
| AccountId required | string A unique and immutable identifier used to identify the account resource. This identifier has no meaning to the account owner |
| BankCode required | string |
{- "Data": {
- "FutureDatedPayment": [
- {
- "AccountId": "string",
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "SchemeName": "string"
}, - "DebtorReference": "string",
- "FutureDatedPaymentDateTime": "2019-08-24T14:15:22Z",
- "FutureDatedPaymentId": "string",
- "FutureDatedType": "UNKNOWN_FUTURE_DATED_TYPE",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "Reference": "string"
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to get the latest list of the Future Dated Payment available for transaction.
| BankCode required | string |
{- "Data": {
- "FutureDatedPayment": [
- {
- "AccountId": "string",
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "SchemeName": "string"
}, - "DebtorReference": "string",
- "FutureDatedPaymentDateTime": "2019-08-24T14:15:22Z",
- "FutureDatedPaymentId": "string",
- "FutureDatedType": "UNKNOWN_FUTURE_DATED_TYPE",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "Reference": "string"
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to gets all of the offers for the given account identifier.
| AccountId required | string AccountId A unique and immutable identifier used to identify the account resource. This identifier has no meaning to the account owner |
| BankCode required | string |
{- "Data": {
- "Offer": [
- {
- "AccountId": "string",
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "Description": "string",
- "EndDateTime": "2019-08-24T14:15:22Z",
- "Fee": {
- "Amount": "string",
- "Currency": "string"
}, - "OfferId": "string",
- "OfferType": "string",
- "Rate": "string",
- "StartDateTime": "2019-08-24T14:15:22Z",
- "Term": "string",
- "URL": "string",
- "Value": 0
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to get the latest list of offers.
| BankCode required | string |
{- "Data": {
- "Offer": [
- {
- "AccountId": "string",
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "Description": "string",
- "EndDateTime": "2019-08-24T14:15:22Z",
- "Fee": {
- "Amount": "string",
- "Currency": "string"
}, - "OfferId": "string",
- "OfferType": "string",
- "Rate": "string",
- "StartDateTime": "2019-08-24T14:15:22Z",
- "Term": "string",
- "URL": "string",
- "Value": 0
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}This GetAccountParties may contain multiple parties.
| AccountId required | string AccountId is a unique and immutable identifier used to identify the account resource. This identifier has no meaning to the account owner |
| BankCode required | string BankCode of the account |
{- "Data": {
- "Party": [
- {
- "AccountRole": "string",
- "Address": [
- {
- "AddressLine": [
- "string"
], - "AddressType": "UNKNOWN_Address_Type",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}
], - "BeneficialOwnership": true,
- "EmailAddress": "string",
- "FullLegalName": "string",
- "LegalStructure": "string",
- "Mobile": "string",
- "Name": "string",
- "PartyId": "string",
- "PartyNumber": "string",
- "PartyType": "UNKNOWN_Party_Type",
- "Phone": "string",
- "Relationships": {
- "Account": {
- "Id": "string",
- "Related": "string"
}
}
}
]
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}It will return the details of the party that has given authorization to the AISP to view the Accounts owner Party by AccountId
| AccountId required | string AccountId is a unique and immutable identifier used to identify the account resource. This identifier has no meaning to the account owner |
| BankCode required | string BankCode of the account |
{- "Data": {
- "Party": {
- "AccountRole": "string",
- "Address": [
- {
- "AddressLine": [
- "string"
], - "AddressType": "UNKNOWN_Address_Type",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}
], - "BeneficialOwnership": true,
- "EmailAddress": "string",
- "FullLegalName": "string",
- "LegalStructure": "string",
- "Mobile": "string",
- "Name": "string",
- "PartyId": "string",
- "PartyNumber": "string",
- "PartyType": "UNKNOWN_Party_Type",
- "Phone": "string",
- "Relationships": {
- "Account": {
- "Id": "string",
- "Related": "string"
}
}
}
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to get the details on the account owner(s)/holder(s) and operator(s) for a specific account.
| BankCode required | string |
{- "Data": {
- "Party": {
- "AccountRole": "string",
- "Address": [
- {
- "AddressLine": [
- "string"
], - "AddressType": "UNKNOWN_Address_Type",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}
], - "BeneficialOwnership": true,
- "EmailAddress": "string",
- "FullLegalName": "string",
- "LegalStructure": "string",
- "Mobile": "string",
- "Name": "string",
- "PartyId": "string",
- "PartyNumber": "string",
- "PartyType": "UNKNOWN_Party_Type",
- "Phone": "string",
- "Relationships": {
- "Account": {
- "Id": "string",
- "Related": "string"
}
}
}
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to gets all of the standing orders for the given account identifier.
| AccountId required | string AccountId A unique and immutable identifier used to identify the account resource. This identifier has no meaning to the account owner |
| BankCode required | string BankCode identify the specific bank that this account registered under |
{- "Data": {
- "StandingOrder": [
- {
- "AccountId": "string",
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "SchemeName": "string"
}, - "FinalPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "FinalPaymentDateTime": "2019-08-24T14:15:22Z",
- "FirstPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "FirstPaymentDateTime": "2019-08-24T14:15:22Z",
- "Frequency": "string",
- "LastPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "LastPaymentDateTime": "2019-08-24T14:15:22Z",
- "NextPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "NextPaymentDateTime": "2019-08-24T14:15:22Z",
- "NumberOfPayments": "string",
- "Reference": "string",
- "StandingOrderId": "string",
- "StandingOrderStatusCode": "Inactive",
- "SupplementaryData": { }
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to get the latest list of standing orders.
| BankCode required | string |
{- "Data": {
- "StandingOrder": [
- {
- "AccountId": "string",
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "SchemeName": "string"
}, - "FinalPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "FinalPaymentDateTime": "2019-08-24T14:15:22Z",
- "FirstPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "FirstPaymentDateTime": "2019-08-24T14:15:22Z",
- "Frequency": "string",
- "LastPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "LastPaymentDateTime": "2019-08-24T14:15:22Z",
- "NextPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "NextPaymentDateTime": "2019-08-24T14:15:22Z",
- "NumberOfPayments": "string",
- "Reference": "string",
- "StandingOrderId": "string",
- "StandingOrderStatusCode": "Inactive",
- "SupplementaryData": { }
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to gets all of the statements for the given account identifier.
| AccountId required | string A unique and immutable identifier used to identify the account resource. This identifier has no meaning to the account owner |
| BankCode required | string |
| fromStatementDateTime | string <date-time> Specifies start date and time for filtering of the Statements on the Statement/StartDateTime field. If this is not populated, the start date will be open ended. |
| toStatementDateTime | string <date-time> Specifies end date and time for filtering of the Statements on the Statement/StartDateTime field. If this is not populated, the end date will be open ended. |
{- "Data": {
- "Statement": [
- {
- "AccountId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "EndDateTime": "2019-08-24T14:15:22Z",
- "StartDateTime": "2019-08-24T14:15:22Z",
- "StatementAmount": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "CreditDebitIndicator": "UnknownCreditDebitIndicator",
- "Type": "string"
}
], - "StatementBenefit": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "Type": "string"
}
], - "StatementDateTime": [
- {
- "DateTime": "2019-08-24T14:15:22Z",
- "Type": "string"
}
], - "StatementDescription": [
- "string"
], - "StatementFee": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "CreditDebitIndicator": "UnknownCreditDebitIndicator",
- "Description": "string",
- "Frequency": "string",
- "Rate": 0,
- "RateType": "string",
- "Type": "string"
}
], - "StatementId": "string",
- "StatementInterest": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "CreditDebitIndicator": "UnknownCreditDebitIndicator",
- "Description": "string",
- "Frequency": "string",
- "Rate": 0,
- "RateType": "string",
- "Type": "string"
}
], - "StatementRate": [
- {
- "Rate": "string",
- "Type": "string"
}
], - "StatementReference": "string",
- "StatementValue": [
- {
- "Type": "string",
- "Value": "string"
}
], - "Type": "UnknownStatementType"
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to get the statement for the given account identifier and statement identifier.
| AccountId required | string AccountId is A unique and immutable identifier used to identify the account resource. This identifier has no meaning to the account owner |
| BankCode required | string |
| StatementId required | string StatementId is Unique identifier for the statement resource within a servicing institution. This identifier is both unique and immutable |
{- "Data": {
- "Statement": [
- {
- "AccountId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "EndDateTime": "2019-08-24T14:15:22Z",
- "StartDateTime": "2019-08-24T14:15:22Z",
- "StatementAmount": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "CreditDebitIndicator": "UnknownCreditDebitIndicator",
- "Type": "string"
}
], - "StatementBenefit": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "Type": "string"
}
], - "StatementDateTime": [
- {
- "DateTime": "2019-08-24T14:15:22Z",
- "Type": "string"
}
], - "StatementDescription": [
- "string"
], - "StatementFee": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "CreditDebitIndicator": "UnknownCreditDebitIndicator",
- "Description": "string",
- "Frequency": "string",
- "Rate": 0,
- "RateType": "string",
- "Type": "string"
}
], - "StatementId": "string",
- "StatementInterest": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "CreditDebitIndicator": "UnknownCreditDebitIndicator",
- "Description": "string",
- "Frequency": "string",
- "Rate": 0,
- "RateType": "string",
- "Type": "string"
}
], - "StatementRate": [
- {
- "Rate": "string",
- "Type": "string"
}
], - "StatementReference": "string",
- "StatementValue": [
- {
- "Type": "string",
- "Value": "string"
}
], - "Type": "UnknownStatementType"
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to download specific account's specific statement.
| AccountId required | string |
| BankCode required | string |
| StatementId required | string |
nullAllows you to get the list of transaction available on the system from given account identifier and statement identifier.
| AccountId required | string AccountId is A unique and immutable identifier used to identify the account resource. This identifier has no meaning to the account owner |
| BankCode required | string |
| StatementId required | string StatementId is Unique identifier for the statement resource within a servicing institution. This identifier is both unique and immutable |
{- "Data": {
- "Transaction": [
- {
- "AccountId": "string",
- "AddressLine": "string",
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "Balance": {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "CreditDebitIndicator": "UnknownCreditDebitIndicator",
- "Type": "UnknownBalanceType"
}, - "BankTransactionCode": {
- "Code": "string",
- "SubCode": "string"
}, - "BookingDateTime": "string",
- "CardInstrument": {
- "AuthorisationType": "UnknownAuthorisationType",
- "CardSchemeName": "UnknownCardSchemeType",
- "Identification": "string",
- "Name": "string"
}, - "ChargeAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "CreditDebitIndicator": "UnknownCreditDebitIndicator",
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyExchange": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "QuotationDate": "2019-08-24T14:15:22Z",
- "SourceCurrency": "string",
- "TargetCurrency": "string",
- "UnitCurrency": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "DebtorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "MerchantDetails": {
- "MerchantCategoryCode": "string",
- "MerchantName": "string"
}, - "ProprietaryBankTransactionCode": {
- "Code": "string",
- "Issuer": "string"
}, - "StatementReference": [
- "string"
], - "Status": "UnknownTransactionStatus",
- "TransactionId": "string",
- "TransactionInformation": "string",
- "TransactionReference": "string",
- "ValueDateTime": "string"
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to get the latest list of statements.
| BankCode required | string |
| fromStatementDateTime | string <date-time> Specifies start date and time for filtering of the Statements on the Statement/StartDateTime field. If this is not populated, the start date will be open ended. |
| toStatementDateTime | string <date-time> Specifies end date and time for filtering of the Statements on the Statement/StartDateTime field. If this is not populated, the end date will be open ended. |
{- "Data": {
- "Statement": [
- {
- "AccountId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "EndDateTime": "2019-08-24T14:15:22Z",
- "StartDateTime": "2019-08-24T14:15:22Z",
- "StatementAmount": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "CreditDebitIndicator": "UnknownCreditDebitIndicator",
- "Type": "string"
}
], - "StatementBenefit": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "Type": "string"
}
], - "StatementDateTime": [
- {
- "DateTime": "2019-08-24T14:15:22Z",
- "Type": "string"
}
], - "StatementDescription": [
- "string"
], - "StatementFee": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "CreditDebitIndicator": "UnknownCreditDebitIndicator",
- "Description": "string",
- "Frequency": "string",
- "Rate": 0,
- "RateType": "string",
- "Type": "string"
}
], - "StatementId": "string",
- "StatementInterest": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "CreditDebitIndicator": "UnknownCreditDebitIndicator",
- "Description": "string",
- "Frequency": "string",
- "Rate": 0,
- "RateType": "string",
- "Type": "string"
}
], - "StatementRate": [
- {
- "Rate": "string",
- "Type": "string"
}
], - "StatementReference": "string",
- "StatementValue": [
- {
- "Type": "string",
- "Value": "string"
}
], - "Type": "UnknownStatementType"
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to get the latest details of the supplementary account for the given account identifier.
| AccountId required | string AccountId A unique and immutable identifier used to identify the account resource. This identifier has no meaning to the account owner |
| BankCode required | string Defines the bank that contains the account |
{- "Data": {
- "ReadAccount": {
- "AccountId": "string",
- "DateTime": "2019-08-24T14:15:22Z",
- "ReadCASAInfo": {
- "JointHolderName": "string",
- "LienAmount": "string",
- "Rate": "string"
}, - "ReadCreditCardInfo": {
- "CardLimit": "string",
- "GracePeriod": "string",
- "Rate": "string",
- "URL": "string"
}, - "ReadDepositInfo": {
- "DepositFrequency": "string",
- "InitialDepositAmount": "string",
- "JointHolderName": "string",
- "MaturityAmount": "string",
- "MaturityDate": "2019-08-24T14:15:22Z",
- "Rate": "string"
}, - "ReadEWalletInfo": {
- "Charge": "string",
- "ChargeFrequency": "string"
}, - "ReadLoanMortgageInfo": {
- "DisbursedAmount": "string",
- "JointHolderName": "string",
- "LoanAmount": "string",
- "LoanFrequency": "string",
- "Numberofinstallments": "string",
- "OutstandingLoanAmount": "string",
- "Rate": "string"
}
}
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to gets transactions of the user for given accounts
| AccountId required | string |
| BankCode required | string |
| FromBookingDateTime | string <date-time> |
| ToBookingDateTime | string <date-time> |
{- "Data": {
- "Transaction": [
- {
- "AccountId": "string",
- "AddressLine": "string",
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "Balance": {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "CreditDebitIndicator": "UnknownCreditDebitIndicator",
- "Type": "UnknownBalanceType"
}, - "BankTransactionCode": {
- "Code": "string",
- "SubCode": "string"
}, - "BookingDateTime": "string",
- "CardInstrument": {
- "AuthorisationType": "UnknownAuthorisationType",
- "CardSchemeName": "UnknownCardSchemeType",
- "Identification": "string",
- "Name": "string"
}, - "ChargeAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "CreditDebitIndicator": "UnknownCreditDebitIndicator",
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyExchange": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "QuotationDate": "2019-08-24T14:15:22Z",
- "SourceCurrency": "string",
- "TargetCurrency": "string",
- "UnitCurrency": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "DebtorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "MerchantDetails": {
- "MerchantCategoryCode": "string",
- "MerchantName": "string"
}, - "ProprietaryBankTransactionCode": {
- "Code": "string",
- "Issuer": "string"
}, - "StatementReference": [
- "string"
], - "Status": "UnknownTransactionStatus",
- "TransactionId": "string",
- "TransactionInformation": "string",
- "TransactionReference": "string",
- "ValueDateTime": "string"
}
]
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to gets all transactions of the user for all consent accounts
| BankCode required | string |
| FromBookingDateTime | string <date-time> |
| ToBookingDateTime | string <date-time> |
{- "Data": {
- "Transaction": [
- {
- "AccountId": "string",
- "AddressLine": "string",
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "Balance": {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "CreditDebitIndicator": "UnknownCreditDebitIndicator",
- "Type": "UnknownBalanceType"
}, - "BankTransactionCode": {
- "Code": "string",
- "SubCode": "string"
}, - "BookingDateTime": "string",
- "CardInstrument": {
- "AuthorisationType": "UnknownAuthorisationType",
- "CardSchemeName": "UnknownCardSchemeType",
- "Identification": "string",
- "Name": "string"
}, - "ChargeAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "CreditDebitIndicator": "UnknownCreditDebitIndicator",
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyExchange": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "QuotationDate": "2019-08-24T14:15:22Z",
- "SourceCurrency": "string",
- "TargetCurrency": "string",
- "UnitCurrency": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "DebtorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "MerchantDetails": {
- "MerchantCategoryCode": "string",
- "MerchantName": "string"
}, - "ProprietaryBankTransactionCode": {
- "Code": "string",
- "Issuer": "string"
}, - "StatementReference": [
- "string"
], - "Status": "UnknownTransactionStatus",
- "TransactionId": "string",
- "TransactionInformation": "string",
- "TransactionReference": "string",
- "ValueDateTime": "string"
}
]
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Request credential keys for UAT and Prod.
| BankCode required | string The BankCode of Consents. |
| BankCode required | string The BankCode of Consents. |
required | object The Data of Consents. |
{- "BankCode": "string",
- "Data": {
- "Permissions": [
- "string"
], - "TransactionFromDateTime": "2019-08-24T14:15:22Z",
- "TransactionToDateTime": "2019-08-24T14:15:22Z"
}
}{- "Data": {
- "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "Permissions": [
- "string"
], - "Status": "string",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z",
- "TransactionFromDateTime": "2019-08-24T14:15:22Z",
- "TransactionToDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}This GetConsent returns a single account access consent record
| BankCode required | string The BankCode of Consents. |
| ConsentId required | string The ConsentId of Consents. |
{- "Data": {
- "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "Permissions": [
- "string"
], - "Status": "string",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z",
- "TransactionFromDateTime": "2019-08-24T14:15:22Z",
- "TransactionToDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}UpdateConsents alows to update the status of consent record
| BankCode required | string The BankCode of Consents. |
| ConsentId required | string The ConsentId of AccountAccessConsents. |
| BankCode | string The BankCode of Consents. |
| ConsentId | string The ConsentId of AccountAccessConsents. |
object The Data of AccountAccessConsents. |
{- "BankCode": "string",
- "ConsentId": "string",
- "Data": {
- "Status": "UnknownStatus"
}
}{- "Data": {
- "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "Permissions": [
- "string"
], - "Status": "string",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z",
- "TransactionFromDateTime": "2019-08-24T14:15:22Z",
- "TransactionToDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Create Domestic Future Dated Payments Cancellation Consents resource
| BankCode required | string |
| BankCode required | string |
required | object |
{- "BankCode": "string",
- "Data": {
- "DomesticFutureDatedPaymentId": "string",
- "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Permission": "UNKNOWN_PERMISSION_TYPE"
}
}{- "Data": {
- "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "UnknownChargeBearerType",
- "Type": "string"
}
], - "ConsentId": "string",
- "DomesticFutureDatedPaymentId": "string",
- "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Permission": "UNKNOWN_PERMISSION_TYPE"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Get Domestic Future Dated Payments Cancellation Consent by given ConsentId
| BankCode required | string |
| ConsentId required | string |
{- "Data": {
- "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "UnknownChargeBearerType",
- "Type": "string"
}
], - "ConsentId": "string",
- "DomesticFutureDatedPaymentId": "string",
- "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Permission": "UNKNOWN_PERMISSION_TYPE"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Create Domestic Future Dated Payments Consents resource
| BankCode required | string |
| BankCode required | string |
required | object |
required | object |
{- "BankCode": "string",
- "Data": {
- "Authorisation": {
- "AuthorisationType": "string",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorPostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UNKNOWN_ADDRESS_TYPE",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "EndToEndIdentification": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "LocalInstrument": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}, - "Permission": "UNKNOWN_PERMISSION_TYPE",
- "ReadRefundAccount": "UnknownReadRefundAccountType",
- "SCASupportData": {
- "AppliedAuthenticationApproach": "UnknownAuthenticationApproachType",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": [
- "string"
], - "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "UnknownPaymentContextCodeType"
}
}{- "Data": {
- "Authorisation": {
- "AuthorisationType": "string",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "UnknownChargeBearerType",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "CutOffDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorPostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UNKNOWN_ADDRESS_TYPE",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "EndToEndIdentification": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "LocalInstrument": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}, - "Permission": "UNKNOWN_PERMISSION_TYPE",
- "ReadRefundAccount": "UnknownReadRefundAccountType",
- "SCASupportData": {
- "AppliedAuthenticationApproach": "UnknownAuthenticationApproachType",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": [
- "string"
], - "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "UnknownPaymentContextCodeType"
}
}Get Domestic Future Dated Payments Consent by given ConsentId
| BankCode required | string |
| ConsentId required | string |
{- "Data": {
- "Authorisation": {
- "AuthorisationType": "string",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "UnknownChargeBearerType",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "CutOffDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorPostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UNKNOWN_ADDRESS_TYPE",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "EndToEndIdentification": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "LocalInstrument": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}, - "Permission": "UNKNOWN_PERMISSION_TYPE",
- "ReadRefundAccount": "UnknownReadRefundAccountType",
- "SCASupportData": {
- "AppliedAuthenticationApproach": "UnknownAuthenticationApproachType",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": [
- "string"
], - "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "UnknownPaymentContextCodeType"
}
}Create Domestic Future Dated Payments resource
| BankCode required | string |
| BankCode required | string |
required | object |
required | object |
{- "BankCode": "string",
- "Data": {
- "ConsentId": "string",
- "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorPostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UNKNOWN_ADDRESS_TYPE",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "EndToEndIdentification": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "LocalInstrument": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": [
- "string"
], - "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "UnknownPaymentContextCodeType"
}
}{- "Data": {
- "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "UnknownChargeBearerType",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "DomesticFutureDatedPaymentId": "string",
- "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorPostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UNKNOWN_ADDRESS_TYPE",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "EndToEndIdentification": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "LocalInstrument": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}, - "Refund": {
- "Name": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Get Domestic Future Dated Payments resource
| BankCode required | string |
| DomesticFutureDatedPaymentId required | string |
{- "Data": {
- "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "UnknownChargeBearerType",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "DomesticFutureDatedPaymentId": "string",
- "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorPostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UNKNOWN_ADDRESS_TYPE",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "EndToEndIdentification": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "LocalInstrument": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}, - "Refund": {
- "Name": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Patch Domestic Future Dated Payments Status
| BankCode required | string |
| DomesticFutureDatedPaymentId required | string |
| BankCode | string |
object | |
| DomesticFutureDatedPaymentId required | string |
{- "BankCode": "string",
- "Data": {
- "ConsentId": "string",
- "Status": "string"
}, - "DomesticFutureDatedPaymentId": "string"
}{- "Data": {
- "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "UnknownChargeBearerType",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "DomesticFutureDatedPaymentId": "string",
- "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorPostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UNKNOWN_ADDRESS_TYPE",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "EndToEndIdentification": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "LocalInstrument": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}, - "Refund": {
- "Name": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Get Domestic Future Dated Payments Details resource
| BankCode required | string |
| DomesticFutureDatedPaymentId required | string |
{- "Data": {
- "PaymentStatus": [
- {
- "PaymentTransactionId": "string",
- "Status": "string",
- "StatusDetail": {
- "LocalInstrument": "string",
- "Status": "string",
- "StatusReason": "UnknownStatusReason",
- "StatusReasonDescription": "string"
}, - "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Create Domestic Payments Consents resource
| BankCode required | string |
| BankCode required | string |
required | object |
required | object |
{- "BankCode": "string",
- "Data": {
- "Authorisation": {
- "AuthorisationType": "UnknownAuthorisationType",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorPostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UNKNOWN_ADDRESS_TYPE",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "EndToEndIdentification": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "LocalInstrument": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "SupplementaryData": { }
}, - "ReadRefundAccount": "UnknownReadRefundAccountType",
- "SCASupportData": {
- "AppliedAuthenticationApproach": "UnknownAuthenticationApproachType",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UNKNOWN_ADDRESS_TYPE",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": [
- "string"
], - "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "UnknownPaymentContextCodeType"
}
}{- "Data": {
- "Authorisation": {
- "AuthorisationType": "UnknownAuthorisationType",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "UnknownChargeBearerType",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "CutOffDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorPostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UNKNOWN_ADDRESS_TYPE",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "EndToEndIdentification": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "LocalInstrument": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "SupplementaryData": { }
}, - "ReadRefundAccount": "UnknownReadRefundAccountType",
- "SCASupportData": {
- "AppliedAuthenticationApproach": "UnknownAuthenticationApproachType",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UNKNOWN_ADDRESS_TYPE",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": [
- "string"
], - "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "UnknownPaymentContextCodeType"
}
}This GetDomesticPmtConsent returns a single Domestic PmtConsent
| BankCode required | string BankCode is a Unique identification as assigned by the ASPSP to uniquely identify the consent resource |
| ConsentId required | string ConsentId is a Unique identification as assigned by the ASPSP to uniquely identify the consent resource |
{- "Data": {
- "Authorisation": {
- "AuthorisationType": "UnknownAuthorisationType",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "UnknownChargeBearerType",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "CutOffDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorPostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UNKNOWN_ADDRESS_TYPE",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "EndToEndIdentification": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "LocalInstrument": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "SupplementaryData": { }
}, - "ReadRefundAccount": "UnknownReadRefundAccountType",
- "SCASupportData": {
- "AppliedAuthenticationApproach": "UnknownAuthenticationApproachType",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UNKNOWN_ADDRESS_TYPE",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": [
- "string"
], - "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "UnknownPaymentContextCodeType"
}
}The confirmation of funds response contains the result of a funds availability check or SupplementaryData.
| BankCode required | string Defines the bank that contains the account |
| ConsentId required | string ConsentId is a Unique identification as assigned by the ASPSP to uniquely identify the consent resource |
{- "Data": {
- "FundsAvailableResult": {
- "FundsAvailable": true,
- "FundsAvailableDateTime": "2019-08-24T14:15:22Z"
}, - "SupplementaryData": { }
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}| BankCode required | string |
| BankCode required | string |
required | object |
required | object |
{- "BankCode": "string",
- "Data": {
- "ConsentId": "string",
- "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorPostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "string",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "EndToEndIdentification": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "LocalInstrument": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "SupplementaryData": { }
}
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UNKNOWN_ADDRESS_TYPE",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": [
- "string"
], - "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "UnknownPaymentContextCode"
}
}{- "Data": {
- "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "UnknownPaymentChargeBearer",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "DomesticPaymentId": "string",
- "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorPostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "string",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "EndToEndIdentification": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "LocalInstrument": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "SupplementaryData": { }
}, - "Refund": {
- "Account": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}| BankCode required | string BankCode is a Unique identification as assigned by the ASPSP to uniquely identify the bank |
| DomesticPaymentId required | string DomesticPaymentId is a Unique identification as assigned by the ASPSP to uniquely identify the domestic payment resource |
{- "Data": {
- "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "UnknownPaymentChargeBearer",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "DomesticPaymentId": "string",
- "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorPostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "string",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "EndToEndIdentification": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "LocalInstrument": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "SupplementaryData": { }
}, - "Refund": {
- "Account": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows to get domestic payment details of specific payment
| BankCode required | string Defines the bank that contains the account |
| DomesticPaymentId required | string DomesticPaymentId is a Unique identification as assigned by the ASPSP to uniquely identify the domestic payment resource |
{- "Data": {
- "PaymentStatus": [
- {
- "PaymentTransactionId": "string",
- "Status": "UnknownStatus",
- "StatusDetail": {
- "LocalInstrument": "string",
- "Status": "string",
- "StatusReason": "UnknownStatusReason",
- "StatusReasonDescription": "string"
}, - "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}
]
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to create domestic standing order consent resource
| BankCode required | string |
| BankCode required | string |
required | object |
required | object |
{- "BankCode": "string",
- "Data": {
- "Authorisation": {
- "AuthorisationType": "string",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "FinalPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "FinalPaymentDateTime": "2019-08-24T14:15:22Z",
- "FirstPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "FirstPaymentDateTime": "2019-08-24T14:15:22Z",
- "Frequency": "string",
- "NumberOfPayments": "string",
- "RecurringPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "RecurringPaymentDateTime": "2019-08-24T14:15:22Z",
- "Reference": "string"
}, - "Permission": "string",
- "ReadRefundAccount": "string",
- "SCASupportData": {
- "AppliedAuthenticationApproach": "string",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": { },
- "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "string"
}
}{- "Data": {
- "Authorisation": {
- "AuthorisationType": "string",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "string",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "CutOffDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "FinalPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "FinalPaymentDateTime": "2019-08-24T14:15:22Z",
- "FirstPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "FirstPaymentDateTime": "2019-08-24T14:15:22Z",
- "Frequency": "string",
- "NumberOfPayments": "string",
- "RecurringPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "RecurringPaymentDateTime": "2019-08-24T14:15:22Z",
- "Reference": "string"
}, - "Permission": "UnknownPermissionType",
- "ReadRefundAccount": "UnknownReadRefundAccountType",
- "SCASupportData": {
- "AppliedAuthenticationApproach": "string",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}, - "Status": "UnknownStatusType",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": { },
- "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "string"
}
}| BankCode required | string |
| ConsentId required | string ConsentId is a Unique identification as assigned by the ASPSP to uniquely identify the consent resource |
{- "Data": {
- "Authorisation": {
- "AuthorisationType": "string",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "string",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "CutOffDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "FinalPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "FinalPaymentDateTime": "2019-08-24T14:15:22Z",
- "FirstPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "FirstPaymentDateTime": "2019-08-24T14:15:22Z",
- "Frequency": "string",
- "NumberOfPayments": "string",
- "RecurringPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "RecurringPaymentDateTime": "2019-08-24T14:15:22Z",
- "Reference": "string"
}, - "Permission": "UnknownPermissionType",
- "ReadRefundAccount": "UnknownReadRefundAccountType",
- "SCASupportData": {
- "AppliedAuthenticationApproach": "string",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}, - "Status": "UnknownStatusType",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": { },
- "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "string"
}
}Allows you to create domestic standing order resource
| BankCode required | string |
| BankCode required | string |
required | object |
required | object The Risk section is sent by the initiating party to the ASPSP. It is used to specify additional details for risk scoring for Payments. |
{- "BankCode": "string",
- "Data": {
- "ConsentId": "string",
- "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "FinalPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "FinalPaymentDateTime": "2019-08-24T14:15:22Z",
- "FirstPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "FirstPaymentDateTime": "2019-08-24T14:15:22Z",
- "Frequency": "string",
- "NumberOfPayments": "string",
- "RecurringPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "RecurringPaymentDateTime": "2019-08-24T14:15:22Z",
- "Reference": "string",
- "SupplementaryData": { }
}
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": { },
- "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "string"
}
}{- "Data": {
- "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "string",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "DomesticStandingOrderId": "string",
- "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "FinalPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "FinalPaymentDateTime": "2019-08-24T14:15:22Z",
- "FirstPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "FirstPaymentDateTime": "2019-08-24T14:15:22Z",
- "Frequency": "string",
- "NumberOfPayments": "string",
- "RecurringPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "RecurringPaymentDateTime": "2019-08-24T14:15:22Z",
- "Reference": "string",
- "SupplementaryData": { }
}, - "MultiAuthorisation": {
- "ExpirationDateTime": "2019-08-24T14:15:22Z",
- "LastUpdateDateTime": "2019-08-24T14:15:22Z",
- "NumberReceived": "string",
- "NumberRequired": "string",
- "Status": "string"
}, - "Refund": {
- "Account": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}
}, - "Status": "UnknownStatusType",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}| BankCode required | string |
| DomesticStandingOrderId required | string DomesticStandingOrderId is a Unique identification as assigned by the ASPSP to uniquely identify the resource |
{- "Data": {
- "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "string",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "DomesticStandingOrderId": "string",
- "Initiation": {
- "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "FinalPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "FinalPaymentDateTime": "2019-08-24T14:15:22Z",
- "FirstPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "FirstPaymentDateTime": "2019-08-24T14:15:22Z",
- "Frequency": "string",
- "NumberOfPayments": "string",
- "RecurringPaymentAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "RecurringPaymentDateTime": "2019-08-24T14:15:22Z",
- "Reference": "string",
- "SupplementaryData": { }
}, - "MultiAuthorisation": {
- "ExpirationDateTime": "2019-08-24T14:15:22Z",
- "LastUpdateDateTime": "2019-08-24T14:15:22Z",
- "NumberReceived": "string",
- "NumberRequired": "string",
- "Status": "string"
}, - "Refund": {
- "Account": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}
}, - "Status": "UnknownStatusType",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to get domestic standing order payment details for the given domestic standing order identifier.
| BankCode required | string |
| DomesticStandingOrderId required | string |
{- "Data": {
- "PaymentStatus": [
- {
- "PaymentTransactionId": "string",
- "Status": "string",
- "StatusDetail": {
- "LocalInstrument": "string",
- "Status": "string",
- "StatusReason": "UnknownStatusReason",
- "StatusReasonDescription": "string"
}, - "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to create a new event notification.
| BankCode required | string |
| aud required | string |
| BankCode required | string |
required | object |
| iss required | string |
| jti required | string |
| lat required | string |
| sub required | string |
| toe required | string |
| txn required | string |
{- "BankCode": "string",
- "aud": "string",
- "events": {
- "urn:bh:org:openbanking:events:account-access-consent-linked-account-update": {
- "reason": "string",
- "subject": {
- "http://openbanking.org.bh/rid": "string",
- "http://openbanking.org.bh/rlk": [
- {
- "link": "string",
- "version": "string"
}
], - "http://openbanking.org.bh/rty": "string",
- "subject_type": "string"
}
}, - "urn:bh:org:openbanking:events:consent-authorization-revoked": {
- "reason": "string",
- "subject": {
- "http://openbanking.org.bh/rid": "string",
- "http://openbanking.org.bh/rlk": [
- {
- "link": "string",
- "version": "string"
}
], - "http://openbanking.org.bh/rty": "string",
- "subject_type": "string"
}
}, - "urn:bh:org:openbanking:events:resource-update": {
- "subject": {
- "http://openbanking.org.bh/rid": "string",
- "http://openbanking.org.bh/rlk": [
- {
- "link": "string",
- "version": "string"
}
], - "http://openbanking.org.bh/rty": "string",
- "subject_type": "string"
}
}
}, - "iss": "string",
- "jti": "string",
- "lat": "string",
- "sub": "string",
- "toe": "string",
- "txn": "string"
}nullAllows you to get a new event subscription.
| BankCode required | string |
{- "Data": {
- "EventSubscription": [
- {
- "CallbackUrl": "string",
- "EventSubscriptionId": "string",
- "EventTypes": [
- "string"
], - "Version": "string"
}
]
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to create a new event subscription.
| BankCode required | string |
| BankCode required | string |
required | object |
{- "BankCode": "string",
- "Data": {
- "CallbackUrl": "string",
- "EventTypes": [
- "string"
], - "Version": "string"
}
}{- "Data": {
- "CallbackUrl": "string",
- "EventSubscriptionId": "string",
- "EventTypes": [
- "string"
], - "Version": "string"
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Update Event Subscriptions resource
| BankCode required | string |
| EventSubscriptionId required | string |
| BankCode required | string |
required | object |
| EventSubscriptionId required | string |
{- "BankCode": "string",
- "Data": {
- "CallbackUrl": "string",
- "EventSubscriptionId": "string",
- "EventTypes": [
- "string"
], - "Version": "string"
}, - "EventSubscriptionId": "string"
}{- "Data": {
- "CallbackUrl": "string",
- "EventSubscriptionId": "string",
- "EventTypes": [
- "string"
], - "Version": "string"
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Create bulk payment consents resource
| BankCode required | string |
| BankCode required | string |
required | object |
{- "BankCode": "string",
- "Data": {
- "Authorisation": {
- "AuthorisationType": "UnknownAuthorisationType",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Initiation": {
- "ControlSum": 0,
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "FileContextFormat": "string",
- "FileHash": "string",
- "FileReference": "string",
- "LocalInstrument": "string",
- "NumberOfTransactions": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}, - "SCASupportData": {
- "AppliedAuthenticationApproach": "string",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}
}
}{- "Data": {
- "Authorisation": {
- "AuthorisationType": "UnknownAuthorisationType",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "string",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "CutOffDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "Initiation": {
- "ControlSum": 0,
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "FileContextFormat": "string",
- "FileHash": "string",
- "FileReference": "string",
- "LocalInstrument": "string",
- "NumberOfTransactions": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}, - "SCASupportData": {
- "AppliedAuthenticationApproach": "string",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}, - "Status": "Authorised",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Get bulk payment consents resource by given consent id
| BankCode required | string |
| ConsentId required | string |
{- "Data": {
- "Authorisation": {
- "AuthorisationType": "UnknownAuthorisationType",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "string",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "CutOffDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "Initiation": {
- "ControlSum": 0,
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "FileContextFormat": "string",
- "FileHash": "string",
- "FileReference": "string",
- "LocalInstrument": "string",
- "NumberOfTransactions": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}, - "SCASupportData": {
- "AppliedAuthenticationApproach": "string",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}, - "Status": "Authorised",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Create payment consents resource
| BankCode required | string |
| ConsentId required | string |
"string"{ }Create bulk payment resource
| BankCode required | string |
| BankCode required | string |
required | object |
{- "BankCode": "string",
- "Data": {
- "ConsentId": "string",
- "Initiation": {
- "ControlSum": 0,
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "FileContextFormat": "string",
- "FileHash": "string",
- "FileReference": "string",
- "LocalInstrument": "string",
- "NumberOfTransactions": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}
}
}{- "Data": {
- "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "UnknownChargeBearerType",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "FilePaymentId": "string",
- "Initiation": {
- "ControlSum": 0,
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "FileContextFormat": "string",
- "FileHash": "string",
- "FileReference": "string",
- "LocalInstrument": "string",
- "NumberOfTransactions": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Get bulk payment resource
| BankCode required | string |
| FilePaymentId required | string |
{- "Data": {
- "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "UnknownChargeBearerType",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "FilePaymentId": "string",
- "Initiation": {
- "ControlSum": 0,
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "FileContextFormat": "string",
- "FileHash": "string",
- "FileReference": "string",
- "LocalInstrument": "string",
- "NumberOfTransactions": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Get bulk payment details resource
| BankCode required | string |
| FilePaymentId required | string FilePaymentId is a Unique identification as assigned by the ASPSP to uniquely identify the bulk payment resource |
{- "Data": {
- "PaymentStatus": [
- {
- "PaymentTransactionId": "string",
- "Status": "UnknownStatus",
- "StatusDetail": {
- "LocalInstrument": "string",
- "Status": "UnknownStatus",
- "StatusReason": "UnknownStatusReason",
- "StatusReasonDescription": "string"
}, - "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}
]
}, - "Links": {
- "First": "string",
- "Last": "string",
- "Next": "string",
- "Prev": "string",
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Get bulk payment report file resource
| BankCode required | string |
| FilePaymentId required | string FilePaymentId is a Unique identification as assigned by the ASPSP to uniquely identify the bulk payment resource |
nullCreate International Future Dated Payment Consents resource
| BankCode required | string |
| BankCode required | string |
required | object |
required | object |
{- "BankCode": "string",
- "Data": {
- "Authorisation": {
- "AuthorisationType": "string",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Initiation": {
- "ChargeBearer": "UnknownChargeBearerType",
- "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}, - "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyOfTransfer": "string",
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "DestinationCountryCode": "string",
- "EndToEndIdentification": "string",
- "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExtendedPurpose": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "InstructionPriority": "UnknownInstructionPriority",
- "LocalInstrument": "string",
- "Purpose": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}, - "Permission": "UnknownPermissionType",
- "ReadRefundAccount": "UnknownReadRefundAccount",
- "SCASupportData": {
- "AppliedAuthenticationApproach": "string",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": { },
- "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "string"
}
}{- "Data": {
- "Authorisation": {
- "AuthorisationType": "string",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "string",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "CutOffDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "ExpirationDateTime": "2019-08-24T14:15:22Z",
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "ChargeBearer": "UnknownChargeBearerType",
- "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}, - "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyOfTransfer": "string",
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "DestinationCountryCode": "string",
- "EndToEndIdentification": "string",
- "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExtendedPurpose": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "InstructionPriority": "UnknownInstructionPriority",
- "LocalInstrument": "string",
- "Purpose": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}, - "Permission": "UnknownPermissionType",
- "ReadRefundAccount": "UnknownReadRefundAccount",
- "SCASupportData": {
- "AppliedAuthenticationApproach": "string",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": { },
- "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "string"
}
}Get International Future Dated Payment Consents resource
| BankCode required | string |
| ConsentId required | string |
{- "Data": {
- "Authorisation": {
- "AuthorisationType": "string",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "string",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "CutOffDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "ExpirationDateTime": "2019-08-24T14:15:22Z",
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "ChargeBearer": "UnknownChargeBearerType",
- "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}, - "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyOfTransfer": "string",
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "DestinationCountryCode": "string",
- "EndToEndIdentification": "string",
- "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExtendedPurpose": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "InstructionPriority": "UnknownInstructionPriority",
- "LocalInstrument": "string",
- "Purpose": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}, - "Permission": "UnknownPermissionType",
- "ReadRefundAccount": "UnknownReadRefundAccount",
- "SCASupportData": {
- "AppliedAuthenticationApproach": "string",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": { },
- "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "string"
}
}Get International Future Dated Payment Consents fund confirmation resource
| BankCode required | string |
| ConsentId required | string |
{- "Data": {
- "FundsAvailableResult": {
- "FundsAvailable": true,
- "FundsAvailableDateTime": "2019-08-24T14:15:22Z"
}, - "SupplementaryData": { }
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Get International Future Dated Payment Consents fund confirmation resource
| BankCode required | string |
| ConsentId required | string |
{- "Data": {
- "FundsAvailableResult": {
- "FundsAvailable": true,
- "FundsAvailableDateTime": "2019-08-24T14:15:22Z"
}, - "SupplementaryData": { }
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Create International Future Dated Payments resource
| BankCode required | string |
| BankCode required | string |
required | object |
required | object |
{- "BankCode": "string",
- "Data": {
- "ConsentId": "string",
- "Initiation": {
- "ChargeBearer": "UnknownChargeBearerType",
- "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}, - "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyOfTransfer": "string",
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "DestinationCountryCode": "string",
- "EndToEndIdentification": "string",
- "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExtendedPurpose": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "InstructionPriority": "UnknownInstructionPriority",
- "LocalInstrument": "string",
- "Purpose": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": { },
- "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "string"
}
}{- "Data": {
- "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "string",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "ExpirationDateTime": "2019-08-24T14:15:22Z",
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "ChargeBearer": "UnknownChargeBearerType",
- "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}, - "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyOfTransfer": "string",
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "DestinationCountryCode": "string",
- "EndToEndIdentification": "string",
- "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExtendedPurpose": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "InstructionPriority": "UnknownInstructionPriority",
- "LocalInstrument": "string",
- "Purpose": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}, - "InternationalFutureDatedPaymentId": "string",
- "Refund": {
- "Account": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "Agent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Get International Future Dated Payments resource
| BankCode required | string |
| InternationalFutureDatedPaymentId required | string |
{- "Data": {
- "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "string",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "ExpirationDateTime": "2019-08-24T14:15:22Z",
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "ChargeBearer": "UnknownChargeBearerType",
- "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}, - "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyOfTransfer": "string",
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "DestinationCountryCode": "string",
- "EndToEndIdentification": "string",
- "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExtendedPurpose": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "InstructionPriority": "UnknownInstructionPriority",
- "LocalInstrument": "string",
- "Purpose": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "RequestedExecutionDateTime": "2019-08-24T14:15:22Z",
- "SupplementaryData": { }
}, - "InternationalFutureDatedPaymentId": "string",
- "Refund": {
- "Account": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string",
- "SecondaryIdentification": "string"
}, - "Agent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Get International Future Dated Payment Details resource
| BankCode required | string |
| InternationalFutureDatedPaymentId required | string |
{- "Data": {
- "PaymentStatus": [
- {
- "PaymentTransactionId": "string",
- "Status": "string",
- "StatusDetail": {
- "LocalInstrument": "string",
- "Status": "string",
- "StatusReason": "UnknownStatusReason",
- "StatusReasonDescription": "string"
}, - "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Create International Payment Consents resource
| BankCode required | string |
| BankCode required | string |
required | object |
required | object |
{- "BankCode": "string",
- "Data": {
- "Authorisation": {
- "AuthorisationType": "string",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Initiation": {
- "ChargeBearer": "UnknownChargeBearerType",
- "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}, - "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyOfTransfer": "string",
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "DestinationCountryCode": "string",
- "EndToEndIdentification": "string",
- "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExtendedPurpose": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "InstructionPriority": "UnknownInstructionPriority",
- "LocalInstrument": "string",
- "Purpose": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "SupplementaryData": { }
}, - "ReadRefundAccount": "UnknownReadRefundAccount",
- "SCASupportData": {
- "AppliedAuthenticationApproach": "string",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": [
- "string"
], - "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "string"
}
}{- "Data": {
- "Authorisation": {
- "AuthorisationType": "string",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "string",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "CutOffDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "ExpirationDateTime": "2019-08-24T14:15:22Z",
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "ChargeBearer": "UnknownChargeBearerType",
- "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}, - "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyOfTransfer": "string",
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "DestinationCountryCode": "string",
- "EndToEndIdentification": "string",
- "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExtendedPurpose": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "InstructionPriority": "UnknownInstructionPriority",
- "LocalInstrument": "string",
- "Purpose": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "SupplementaryData": { }
}, - "ReadRefundAccount": "UnknownReadRefundAccount",
- "SCASupportData": {
- "AppliedAuthenticationApproach": "string",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": [
- "string"
], - "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "string"
}
}Get International Payment Consents resource
| BankCode required | string |
| ConsentId required | string |
{- "Data": {
- "Authorisation": {
- "AuthorisationType": "string",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "string",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "CutOffDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "ExpirationDateTime": "2019-08-24T14:15:22Z",
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "ChargeBearer": "UnknownChargeBearerType",
- "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}, - "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyOfTransfer": "string",
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "DestinationCountryCode": "string",
- "EndToEndIdentification": "string",
- "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExtendedPurpose": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "InstructionPriority": "UnknownInstructionPriority",
- "LocalInstrument": "string",
- "Purpose": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "SupplementaryData": { }
}, - "ReadRefundAccount": "UnknownReadRefundAccount",
- "SCASupportData": {
- "AppliedAuthenticationApproach": "string",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": [
- "string"
], - "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "string"
}
}Create International Payment resource
| BankCode required | string |
| BankCode required | string |
required | object |
required | object |
{- "BankCode": "string",
- "Data": {
- "ConsentId": "string",
- "Initiation": {
- "ChargeBearer": "UnknownChargeBearerType",
- "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}, - "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyOfTransfer": "string",
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "DestinationCountryCode": "string",
- "EndToEndIdentification": "string",
- "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExtendedPurpose": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "InstructionPriority": "UnknownInstructionPriority",
- "LocalInstrument": "string",
- "Purpose": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "SupplementaryData": { }
}
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": [
- "string"
], - "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "string"
}
}{- "Data": {
- "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "string",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "ExpirationDateTime": "2019-08-24T14:15:22Z",
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "ChargeBearer": "UnknownChargeBearerType",
- "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}, - "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyOfTransfer": "string",
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "DestinationCountryCode": "string",
- "EndToEndIdentification": "string",
- "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExtendedPurpose": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "InstructionPriority": "UnknownInstructionPriority",
- "LocalInstrument": "string",
- "Purpose": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "SupplementaryData": { }
}, - "InternationalPaymentId": "string",
- "Refund": {
- "Account": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "Agent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Get International Payment resource
| BankCode required | string |
| InternationalPaymentId required | string |
{- "Data": {
- "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "string",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "ExpirationDateTime": "2019-08-24T14:15:22Z",
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExpectedExecutionDateTime": "2019-08-24T14:15:22Z",
- "ExpectedSettlementDateTime": "2019-08-24T14:15:22Z",
- "Initiation": {
- "ChargeBearer": "UnknownChargeBearerType",
- "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}, - "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyOfTransfer": "string",
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "DestinationCountryCode": "string",
- "EndToEndIdentification": "string",
- "ExchangeRateInformation": {
- "ContractIdentification": "string",
- "ExchangeRate": 0,
- "RateType": "UnknownRateType",
- "UnitCurrency": "string"
}, - "ExtendedPurpose": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "InstructionIdentification": "string",
- "InstructionPriority": "UnknownInstructionPriority",
- "LocalInstrument": "string",
- "Purpose": "string",
- "RemittanceInformation": {
- "Reference": "string",
- "RemittanceDescription": "string"
}, - "SupplementaryData": { }
}, - "InternationalPaymentId": "string",
- "Refund": {
- "Account": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "Agent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Get International Payment Details by international payment id resource
| BankCode required | string |
| InternationalPaymentId required | string |
{- "Data": {
- "PaymentStatus": [
- {
- "PaymentTransactionId": "string",
- "Status": "string",
- "StatusDetail": {
- "LocalInstrument": "string",
- "Status": "string",
- "StatusReason": "UnknownStatusReason",
- "StatusReasonDescription": "string"
}, - "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Create International Standing Order Consents resource
| BankCode required | string |
| BankCode required | string |
required | object |
required | object |
{- "BankCode": "string",
- "Data": {
- "Authorisation": {
- "AuthorisationType": "string",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Initiation": {
- "ChargeBearer": "UnknownChargeBearerType",
- "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}, - "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyOfTransfer": "string",
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "DestinationCountryCode": "string",
- "ExtendedPurpose": "string",
- "FinalPaymentDateTime": "2019-08-24T14:15:22Z",
- "FirstPaymentDateTime": "2019-08-24T14:15:22Z",
- "Frequency": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "NumberOfPayments": "string",
- "Purpose": "string",
- "Reference": "string",
- "SupplementaryData": { }
}, - "Permission": "UnknownPermissionType",
- "ReadRefundAccount": "UnknownReadRefundAccount",
- "SCASupportData": {
- "AppliedAuthenticationApproach": "string",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": { },
- "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "string"
}
}{- "Data": {
- "Authorisation": {
- "AuthorisationType": "string",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "string",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "CutOffDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "Initiation": {
- "ChargeBearer": "UnknownChargeBearerType",
- "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}, - "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyOfTransfer": "string",
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "DestinationCountryCode": "string",
- "ExtendedPurpose": "string",
- "FinalPaymentDateTime": "2019-08-24T14:15:22Z",
- "FirstPaymentDateTime": "2019-08-24T14:15:22Z",
- "Frequency": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "NumberOfPayments": "string",
- "Purpose": "string",
- "Reference": "string",
- "SupplementaryData": { }
}, - "Permission": "UnknownPermissionType",
- "ReadRefundAccount": "UnknownReadRefundAccount",
- "SCASupportData": {
- "AppliedAuthenticationApproach": "string",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": { },
- "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "string"
}
}Get International Standing Order Consents resource
| BankCode required | string |
| ConsentId required | string |
{- "Data": {
- "Authorisation": {
- "AuthorisationType": "string",
- "CompletionDateTime": "2019-08-24T14:15:22Z"
}, - "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "string",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "CutOffDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "Initiation": {
- "ChargeBearer": "UnknownChargeBearerType",
- "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}, - "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyOfTransfer": "string",
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "DestinationCountryCode": "string",
- "ExtendedPurpose": "string",
- "FinalPaymentDateTime": "2019-08-24T14:15:22Z",
- "FirstPaymentDateTime": "2019-08-24T14:15:22Z",
- "Frequency": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "NumberOfPayments": "string",
- "Purpose": "string",
- "Reference": "string",
- "SupplementaryData": { }
}, - "Permission": "UnknownPermissionType",
- "ReadRefundAccount": "UnknownReadRefundAccount",
- "SCASupportData": {
- "AppliedAuthenticationApproach": "string",
- "ReferencePaymentOrderId": "string",
- "RequestedSCAExemptionType": "string"
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": { },
- "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "string"
}
}Create International Standing Order Payments resource
| BankCode required | string |
| BankCode required | string |
required | object |
required | object |
{- "BankCode": "string",
- "Data": {
- "ConsentId": "string",
- "Initiation": {
- "ChargeBearer": "UnknownChargeBearerType",
- "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}, - "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyOfTransfer": "string",
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "DestinationCountryCode": "string",
- "ExtendedPurpose": "string",
- "FinalPaymentDateTime": "2019-08-24T14:15:22Z",
- "FirstPaymentDateTime": "2019-08-24T14:15:22Z",
- "Frequency": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "NumberOfPayments": "string",
- "Purpose": "string",
- "Reference": "string",
- "SupplementaryData": { }
}
}, - "Risk": {
- "DeliveryAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": { },
- "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "MerchantCategoryCode": "string",
- "MerchantCustomerIdentification": "string",
- "PaymentContextCode": "string"
}
}{- "Data": {
- "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "string",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "Initiation": {
- "ChargeBearer": "UnknownChargeBearerType",
- "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}, - "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyOfTransfer": "string",
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "DestinationCountryCode": "string",
- "ExtendedPurpose": "string",
- "FinalPaymentDateTime": "2019-08-24T14:15:22Z",
- "FirstPaymentDateTime": "2019-08-24T14:15:22Z",
- "Frequency": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "NumberOfPayments": "string",
- "Purpose": "string",
- "Reference": "string",
- "SupplementaryData": { }
}, - "InternationalStandingOrderId": "string",
- "Refund": {
- "Account": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "Agent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Get International Standing Order Payments resource
| BankCode required | string |
| InternationalStandingOrderPaymentId required | string |
{- "Data": {
- "Charges": [
- {
- "Amount": {
- "Amount": "string",
- "Currency": "string"
}, - "ChargeBearer": "string",
- "Type": "string"
}
], - "ConsentId": "string",
- "CreationDateTime": "2019-08-24T14:15:22Z",
- "Debtor": {
- "Name": "string"
}, - "Initiation": {
- "ChargeBearer": "UnknownChargeBearerType",
- "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}, - "CreditorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "CreditorAgent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "CurrencyOfTransfer": "string",
- "DebtorAccount": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "DestinationCountryCode": "string",
- "ExtendedPurpose": "string",
- "FinalPaymentDateTime": "2019-08-24T14:15:22Z",
- "FirstPaymentDateTime": "2019-08-24T14:15:22Z",
- "Frequency": "string",
- "InstructedAmount": {
- "Amount": "string",
- "Currency": "string"
}, - "NumberOfPayments": "string",
- "Purpose": "string",
- "Reference": "string",
- "SupplementaryData": { }
}, - "InternationalStandingOrderId": "string",
- "Refund": {
- "Account": {
- "Identification": "string",
- "Name": "string",
- "SchemeName": "string"
}, - "Agent": {
- "Identification": "string",
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}, - "SchemeName": "string"
}, - "Creditor": {
- "Name": "string",
- "PostalAddress": {
- "AddressLine": [
- "string"
], - "AddressType": "UnknownAddressType",
- "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "Department": "string",
- "PostCode": "string",
- "StreetName": "string",
- "SubDepartment": "string",
- "TownName": "string"
}
}
}, - "Status": "UnknownStatus",
- "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Get International Standing Order Payment Details resource
| BankCode required | string |
| InternationalStandingOrderPaymentId required | string |
{- "Data": {
- "PaymentStatus": [
- {
- "PaymentTransactionId": "string",
- "Status": "string",
- "StatusDetail": {
- "LocalInstrument": "string",
- "Status": "string",
- "StatusReason": "UnknownStatusReason",
- "StatusReasonDescription": "string"
}, - "StatusUpdateDateTime": "2019-08-24T14:15:22Z"
}
]
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to get the latest list of sharing product detail.
| BankCode required | string BankCode identify the specific bank that this account registered under |
{- "Data": {
- "CASA": [
- {
- "Benefits": {
- "AutoPaySetup": "string",
- "E-cheque": "string",
- "MinBalance": "string",
- "MultipleDebitCards": "string",
- "ODprotection": "string",
- "OtherBenefits": "string",
- "RelationshipManager": "string"
}, - "Eligibility": {
- "Age": 0,
- "Collateral": "string",
- "CreditScore": "string",
- "DocumentsRequired": "string",
- "EmploymentStatus": "string",
- "Income": "string"
}, - "Features": {
- "Currency": "string",
- "DepositRate": "string",
- "HandlingFees/Supplementary": "string",
- "InterestRates": "string",
- "MinBalanceMaintenance": "string",
- "MinDepositAmount": "string",
- "OverdraftLimit": "string"
}, - "ProductDetails": {
- "CategoryCode": "string",
- "CategoryName": "string",
- "ProductCode": "string",
- "ProductDescription": "string",
- "ProductURL": "string",
- "Segment": "string",
- "SubProductCode": "string"
}, - "SupplementaryData": { },
- "TermsAndConditions": {
- "tnc-summary": "string",
- "tnc-title": "string",
- "tnc-url": "string"
}
}
], - "CreditCards": [
- {
- "Benefits": {
- "JoiningGiftsOrBonus": "string",
- "OffersOnTheCard": "string",
- "OtherBenefits": "string",
- "RewardType": "string",
- "RewardsProgram": "string"
}, - "Eligibility": {
- "Age": 0,
- "Collateral": "string",
- "CreditScore": "string",
- "DocumentsRequired": "string",
- "EmploymentStatus": "string",
- "Income": "string"
}, - "Features": {
- "AddOnCards": "string",
- "AnnualFeeAndCharges": 0,
- "CardLimit": "string",
- "Currency": "string",
- "FeeWaiver": "string",
- "InterestRates": "string",
- "OnetimeFee": 0
}, - "ProductDetails": {
- "CategoryCode": "string",
- "CategoryName": "string",
- "ProductCode": "string",
- "ProductDescription": "string",
- "ProductURL": "string",
- "Segment": "string",
- "SubProductCode": "string"
}, - "SupplementaryData": { },
- "TermsAndConditions": {
- "tnc-summary": "string",
- "tnc-title": "string",
- "tnc-url": "string"
}
}
], - "FundTransferServices": [
- {
- "Benefits": {
- "InternationalPayment": "string",
- "OtherBenefits": "string"
}, - "Eligibility": {
- "Age": 0,
- "Collateral": "string",
- "CreditScore": "string",
- "DocumentsRequired": "string",
- "EmploymentStatus": "string",
- "Income": "string"
}, - "Features": {
- "Currency": "string",
- "HandlingFees/Supplementary": "string",
- "MinFundTransfer": "string",
- "TypesOfFundTransfer": "string"
}, - "ProductDetails": {
- "CategoryCode": "string",
- "CategoryName": "string",
- "ProductCode": "string",
- "ProductDescription": "string",
- "ProductURL": "string",
- "Segment": "string",
- "SubProductCode": "string"
}, - "SupplementaryData": { },
- "TermsAndConditions": {
- "tnc-summary": "string",
- "tnc-title": "string",
- "tnc-url": "string"
}
}
], - "Investment": [
- {
- "Benefits": {
- "AutoPaySetup": "string",
- "MinimumInvestment": "string",
- "OtherBenefits": "string",
- "QuickerInvestmentWithdrawal": "string",
- "SIPOptions": "string"
}, - "Eligibility": {
- "Age": 0,
- "Collateral": "string",
- "CreditScore": "string",
- "DocumentsRequired": "string",
- "EmploymentStatus": "string",
- "Income": "string"
}, - "Features": {
- "AnnualFees": "string",
- "Currency": "string",
- "DepositRate": "string",
- "HandlingFees/Supplementary": "string",
- "HistoricInvestmentRate": "string",
- "InvestmentTenure": "string",
- "MinInvestmentRequirement": "string"
}, - "ProductDetails": {
- "CategoryCode": "string",
- "CategoryName": "string",
- "ProductCode": "string",
- "ProductDescription": "string",
- "ProductURL": "string",
- "Segment": "string",
- "SubProductCode": "string"
}, - "SupplementaryData": { },
- "TermsAndConditions": {
- "tnc-summary": "string",
- "tnc-title": "string",
- "tnc-url": "string"
}
}
], - "Loans": [
- {
- "Benefits": {
- "AutoPaySetup": "string",
- "BonusPack": "string",
- "E-cheque": "string",
- "EarlyEMIPaymentOptions": "string",
- "FreeMortgageValueAssessment": "string",
- "OtherBenefits": "string"
}, - "Eligibility": {
- "Age": 0,
- "Collateral": "string",
- "CreditScore": "string",
- "DocumentsRequired": "string",
- "EmploymentStatus": "string",
- "Income": "string"
}, - "Features": {
- "Currency": "string",
- "HandlingFees/Supplementary": "string",
- "InitialDeposit": "string",
- "InterestRates": "string",
- "MaxTenure": "string",
- "MinTenure": "string"
}, - "ProductDetails": {
- "CategoryCode": "string",
- "CategoryName": "string",
- "ProductCode": "string",
- "ProductDescription": "string",
- "ProductURL": "string",
- "Segment": "string",
- "SubProductCode": "string"
}, - "SupplementaryData": { },
- "TermsAndConditions": {
- "tnc-summary": "string",
- "tnc-title": "string",
- "tnc-url": "string"
}
}
], - "OBATM": {
- "ATM": [
- {
- "ATMServices": [
- "string"
], - "Access24HoursIndicator": "string",
- "Accessibility": [
- "string"
], - "Identification": "string",
- "Location": {
- "Location category": [
- "string"
], - "OtherLocationCategory": [
- {
- "Description": "string",
- "Name": "string"
}
], - "PostalAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "GeoLocation": {
- "Latitude": "string",
- "Longitude": "string"
}, - "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}
}, - "MinimumPossibleAmount": 0,
- "OtherATMServices": {
- "Description": "string",
- "Name": "string"
}, - "OtherAccessibility": {
- "Description": "string",
- "Name": "string"
}, - "SupportedLanguages": [
- "string"
], - "Supportedcurrencies": [
- "string"
]
}
]
}, - "OBBranch": {
- "Branch": [
- {
- "Accessibility": [
- "string"
], - "ContactInfo": [
- {
- "ContactContent": "string",
- "ContactDescription": "string",
- "ContactType": "string",
- "OtherContactType": {
- "Description": "string",
- "Name": "string"
}
}
], - "CustomerSegment": [
- "string"
], - "Identification": "string",
- "Name": "string",
- "OtherAccessibility": [
- {
- "Description": "string",
- "Name": "string"
}
], - "OtherServiceandFacility": [
- {
- "Description": "string",
- "Name": "string"
}
], - "PostalAddress": {
- "AddressLine": [
- "string"
], - "BuildingNumber": "string",
- "Country": "string",
- "CountrySubDivision": "string",
- "GeoLocation": {
- "Latitude": "string",
- "Longitude": "string"
}, - "PostCode": "string",
- "StreetName": "string",
- "TownName": "string"
}, - "ServiceandFacility": [
- "string"
], - "SupportedLanguages": [
- "string"
], - "Supportedcurrencies": [
- "string"
], - "Type": "string"
}
]
}
}, - "Links": {
- "Self": "string"
}, - "Meta": {
- "FirstAvailableDateTime": "2019-08-24T14:15:22Z",
- "LastAvailableDateTime": "2019-08-24T14:15:22Z",
- "TotalPages": 0
}
}Allows you to create a new event.
| bankCode required | string |
| ack | Array of strings (An array of jti values indicating event notifications positively acknowledged by the AISP/ PISP) |
| bankCode | string |
| maxEvents | integer <int32> (Maximum number of events to be returned. A value of zero indicates the ASPSP should not return events even if available) |
| returnImmediately | boolean (Indicates whether an ASPSP should return a response immediately or provide a long poll) |
object (An object that encapsulates all negative acknowledgements transmitted by the AISP/ PISP) |
{- "ack": [
- "string"
], - "bankCode": "string",
- "maxEvents": 0,
- "returnImmediately": true,
- "setErrs": {
- "property1": {
- "description": "string",
- "err": "string"
}, - "property2": {
- "description": "string",
- "err": "string"
}
}
}{- "moreAvailable": true,
- "sets": {
- "property1": "string",
- "property2": "string"
}
}