PortX Open Restful Core API (ORCA) Management (0.1.2)
Download OpenAPI specification:Download
PortX ORCA semantic and interaction is based on ISO 20022 and restricted to the US banking domain. The scope covers the following communication flows: bank account opening, maintenance, closing and reporting. In many cases, the financial institution will require additional documentation that is available as PDF or Word document. The recommended solution is to group one ORCA message (for example the account opening request) with these accompanying documents in one file archive. The archive establishes the link between the different documents. Every ORCA request message has an attribute to support the ISO 20022 digital signature.
Retrieves a list of accounts matching the paremeters.
Authorizations:
query Parameters
accountId.eq | string (Id) [ 1 .. 36 ] characters Example: accountId.eq=5fb9d4d6-1a3c-11ed-861d-0242ac120002 |
accountOwnershipType.eq | string |
accountType.eq | string |
accountBranchCode.eq | string |
status.eq | string <date> (Date) Example: status.eq=2022-04-17 A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. |
accountNumber.eq | string (AccountNumber) <= 30 characters Example: accountNumber.eq=012345678 The account number or Basic Bank Account Number (BBAN). |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 500
[- {
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "accountType": "Current",
- "ownershipType": "Owner",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "status": "Pending",
- "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyName": "Jane Birkin"
}
]
}
]
Opens an Account
Authorizations:
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Request Body schema: application/json
accountType required | string (AccountType) [ 1 .. 35 ] characters Example: "Current" Type of the account. Some possible ISO 20022 compliant values are: Current, CardAccount, CashPayment, Charges, CashIncome, Commission, ClearingParticipantSettlementAccount, LimitedLiquiditySavingsAccount, MarginalLending, MoneyMarket, NonResidentExternal, Overdraft, OverNightDeposit, Settlement, Salary, Savings, Tax, TransactingAccount, CashTrading, VirtualAccount, Checking, CreditCard, DebitCard, Universal, Investment, EpurseCard, CertificateOfDeposit, MoneyMarketChecking, RetirementAccount, StockOrBond, PrePaid, FleetCard, Cash, DebitAccount, CreditAccount, Benefit, HealthSavingsAccount, FlexibleSpendingAccount, ForBenefitOf, Estate | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ownershipType required | string (AccountOwnershipType) [ 1 .. 35 ] characters Example: "Owner" Specifies the type of account ownership. Possible ISO 20022 compliant values names are: JointAccountWithSurvivorshipRights, JointAccountInCommon, CustodialAccount, SingleOwnerAccount, JointAccount, Corporation, FormalPartnership, FormalTrust, Nominee, NonProfitOrganisation, OtherNonIndividual, EUResidualEntity, GovernmentOrganization, LimitedLiabilityCompany, RegisteredInvestmentCompany, Entrepreneurial, Unincorporated, LimitedPartnership, BareOwner, Owner, Usufructuary, Fiduciary | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
productId | string (ProductId) [ 1 .. 36 ] characters Example: "PD_CA_0002" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string (AccountName) [ 1 .. 70 ] characters Example: "Hermes PD_CA 0002" Name of the account. It provides an additional means of identification, and is designated by the account servicer in agreement with the account owner. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountPurpose | string (Description) [ 1 .. 1025 ] characters Example: "This is a description." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
currency | string (CurrencyCode) = 3 characters ^([A-Z]{3})?$ Example: "USD" Three contiguous letters for the representation of currencies and funds. Valid currency codes are registered with the ISO 4217 Maintenance Agency. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
initialAmount | string (AmountInCents) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: "100" Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountContract) Account contractual details between the owners and the account servicer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | Array of objects (AccountParty) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
maturityDate | string <date> (Date) Example: "2022-04-17" A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RelatedAccount) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
referenceAccount | string [ 1 .. 36 ] characters Example: "5fb9d4d6-1a3c-11ed-861d-0242ac120002" Account used as a reference for the account opening. Could be used to provide initial funds. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Restriction) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Limit) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (StatementSettings) Specifies statement details. How often statements will be sent, in which format. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
supplementaryData | object (SupplementaryData) Additional information that cannot be captured in the structured elements and/or any other specific block. If this information need to be converted in ISO Messages, must be ISO 20022 compliant: it requires development of a compliant message extension model and its components must be registered in the ISO 20022 Data Dictionary. https://www.iso20022.org/catalogue-messages/additional-content-messages/supplementary-data |
Responses
Request samples
- Payload
{- "accountType": "Current",
- "ownershipType": "Owner",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "initialAmount": "100",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "targetClosingDate": "2022-04-17",
- "targetGoLiveDate": "2022-04-17",
- "masterAgreement": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "interests": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "cardLatePayment",
- "amount": "100",
- "rate": "0.7",
- "chargeType": "ManagementFee",
- "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "relatedInterest": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
}
]
}, - "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyName": "Jane Birkin"
}
], - "maturityDate": "2022-04-17",
- "relatedAccounts": [
- {
- "accountRelationType": "string",
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "accountType": "Current"
}
], - "referenceAccount": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "limits": [
- {
- "name": "creditLimit",
- "limitTypeCode": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "percentage": "0.7",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "usedAmount": "100",
- "usedPercentage": "0.7",
- "status": "Requested",
- "periodicity": {
- "unit": "Monthly",
- "value": 999
}
}
], - "statementSettings": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "communicationMethod": "Email",
- "format": "PDF",
- "category": "BalanceSheet",
- "subcategory": "Cash"
}, - "supplementaryData": { }
}
Response samples
- 202
- 400
- 500
{- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "accountType": "Current",
- "ownershipType": "Owner",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "initialAmount": "100",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "targetClosingDate": "2022-04-17",
- "targetGoLiveDate": "2022-04-17",
- "masterAgreement": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "interests": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "cardLatePayment",
- "amount": "100",
- "rate": "0.7",
- "chargeType": "ManagementFee",
- "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "relatedInterest": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
}
]
}, - "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyName": "Jane Birkin"
}
], - "maturityDate": "2022-04-17",
- "relatedAccounts": [
- {
- "accountRelationType": "string",
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "accountType": "Current"
}
], - "referenceAccount": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "limits": [
- {
- "name": "creditLimit",
- "limitTypeCode": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "percentage": "0.7",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "usedAmount": "100",
- "usedPercentage": "0.7",
- "status": "Requested",
- "periodicity": {
- "unit": "Monthly",
- "value": 999
}
}
], - "statementSettings": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "communicationMethod": "Email",
- "format": "PDF",
- "category": "BalanceSheet",
- "subcategory": "Cash"
}, - "supplementaryData": { },
- "status": "Pending",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "substatus": "string",
- "openDate": "2022-04-17",
- "closeDate": "2022-04-17",
- "balances": [
- {
- "balanceName": "Available",
- "amount": "100",
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z"
}
], - "transactionGroups": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "codeName": "Incoming Wire",
- "code": "195"
}
], - "status": "Booked",
- "number": 0,
- "amount": "100",
- "temporalUnit": {
- "unit": "Months",
- "value": 999
}
}
], - "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountBranchCode": "SEA_1",
- "cards": [
- {
- "cardId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "cardHolderName": "Jane Birkin",
- "cardHolderType": "Primary"
}
], - "standingOrders": [
- {
- "period": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17"
}, - "orderSequence": 1,
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "eventDescription": "This is a description.",
- "day": 30,
- "timeOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}, - "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}, - "standingOrderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Months",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "cancellationReason": "This is a description."
}
]
}
Retrieves an Account
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 0dd926fe-1ca2-11ed-861d-0242ac120002 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "accountType": "Current",
- "ownershipType": "Owner",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "initialAmount": "100",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "targetClosingDate": "2022-04-17",
- "targetGoLiveDate": "2022-04-17",
- "masterAgreement": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "interests": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "cardLatePayment",
- "amount": "100",
- "rate": "0.7",
- "chargeType": "ManagementFee",
- "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "relatedInterest": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
}
]
}, - "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyName": "Jane Birkin"
}
], - "maturityDate": "2022-04-17",
- "relatedAccounts": [
- {
- "accountRelationType": "string",
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "accountType": "Current"
}
], - "referenceAccount": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "limits": [
- {
- "name": "creditLimit",
- "limitTypeCode": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "percentage": "0.7",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "usedAmount": "100",
- "usedPercentage": "0.7",
- "status": "Requested",
- "periodicity": {
- "unit": "Monthly",
- "value": 999
}
}
], - "statementSettings": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "communicationMethod": "Email",
- "format": "PDF",
- "category": "BalanceSheet",
- "subcategory": "Cash"
}, - "supplementaryData": { },
- "status": "Pending",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "substatus": "string",
- "openDate": "2022-04-17",
- "closeDate": "2022-04-17",
- "balances": [
- {
- "balanceName": "Available",
- "amount": "100",
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z"
}
], - "transactionGroups": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "codeName": "Incoming Wire",
- "code": "195"
}
], - "status": "Booked",
- "number": 0,
- "amount": "100",
- "temporalUnit": {
- "unit": "Months",
- "value": 999
}
}
], - "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountBranchCode": "SEA_1",
- "cards": [
- {
- "cardId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "cardHolderName": "Jane Birkin",
- "cardHolderType": "Primary"
}
], - "standingOrders": [
- {
- "period": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17"
}, - "orderSequence": 1,
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "eventDescription": "This is a description.",
- "day": 30,
- "timeOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}, - "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}, - "standingOrderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Months",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "cancellationReason": "This is a description."
}
]
}
Updates an Account
Use the JSON Merge Patch standard https://tools.ietf.org/html/rfc7396
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 0dd926fe-1ca2-11ed-861d-0242ac120002 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Request Body schema: application/merge-patch+json
accountNumber required | string (AccountNumber) <= 30 characters Example: "012345678" The account number or Basic Bank Account Number (BBAN). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RoutingNumber) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (AccountIdentification) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountType required | string (AccountType) [ 1 .. 35 ] characters Example: "Current" Type of the account. Some possible ISO 20022 compliant values are: Current, CardAccount, CashPayment, Charges, CashIncome, Commission, ClearingParticipantSettlementAccount, LimitedLiquiditySavingsAccount, MarginalLending, MoneyMarket, NonResidentExternal, Overdraft, OverNightDeposit, Settlement, Salary, Savings, Tax, TransactingAccount, CashTrading, VirtualAccount, Checking, CreditCard, DebitCard, Universal, Investment, EpurseCard, CertificateOfDeposit, MoneyMarketChecking, RetirementAccount, StockOrBond, PrePaid, FleetCard, Cash, DebitAccount, CreditAccount, Benefit, HealthSavingsAccount, FlexibleSpendingAccount, ForBenefitOf, Estate | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ownershipType required | string (AccountOwnershipType) [ 1 .. 35 ] characters Example: "Owner" Specifies the type of account ownership. Possible ISO 20022 compliant values names are: JointAccountWithSurvivorshipRights, JointAccountInCommon, CustodialAccount, SingleOwnerAccount, JointAccount, Corporation, FormalPartnership, FormalTrust, Nominee, NonProfitOrganisation, OtherNonIndividual, EUResidualEntity, GovernmentOrganization, LimitedLiabilityCompany, RegisteredInvestmentCompany, Entrepreneurial, Unincorporated, LimitedPartnership, BareOwner, Owner, Usufructuary, Fiduciary | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
productId | string (ProductId) [ 1 .. 36 ] characters Example: "PD_CA_0002" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string (AccountName) [ 1 .. 70 ] characters Example: "Hermes PD_CA 0002" Name of the account. It provides an additional means of identification, and is designated by the account servicer in agreement with the account owner. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountPurpose | string (Description) [ 1 .. 1025 ] characters Example: "This is a description." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
currency | string (CurrencyCode) = 3 characters ^([A-Z]{3})?$ Example: "USD" Three contiguous letters for the representation of currencies and funds. Valid currency codes are registered with the ISO 4217 Maintenance Agency. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
initialAmount | string (AmountInCents) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: "100" Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (AccountContract) Account contractual details between the owners and the account servicer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | Array of objects (AccountParty) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
maturityDate | string <date> (Date) Example: "2022-04-17" A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RelatedAccount) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
referenceAccount | string [ 1 .. 36 ] characters Example: "5fb9d4d6-1a3c-11ed-861d-0242ac120002" Account used as a reference for the account opening. Could be used to provide initial funds. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Restriction) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Limit) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (StatementSettings) Specifies statement details. How often statements will be sent, in which format. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
supplementaryData | object (SupplementaryData) Additional information that cannot be captured in the structured elements and/or any other specific block. If this information need to be converted in ISO Messages, must be ISO 20022 compliant: it requires development of a compliant message extension model and its components must be registered in the ISO 20022 Data Dictionary. https://www.iso20022.org/catalogue-messages/additional-content-messages/supplementary-data | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
status required | string (AccountStatus) [ 1 .. 35 ] characters Example: "Pending" Specifies the current state of an account. Possible ISO 20022 compliant values names are:
Enable, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
statusDateAndTime | string <date-time> (DateAndTime) Example: "2022-04-17T08:00:00Z" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
substatus | string [ 1 .. 35 ] characters Status defined by the account servicer. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
openDate | string <date> (Date) Example: "2022-04-17" A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
closeDate | string <date> (Date) Example: "2022-04-17" A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Balance) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (TransactionGroup) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: "0dd926fe-1ca2-11ed-861d-0242ac120002" Identification assigned by the account service institution (Servicer). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountBranchCode | string (ServicerBranchId) [ 1 .. 36 ] characters Example: "SEA_1" Identification of the account servicer institution at branch level or operation level. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RelatedCard) Payment cards related to the account. Debit cards, for loans or current accounts. Credit cards, for credit card accounts. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (StandingOrder) Instructions given by an account holder to an account servicer to make regular transfers on given dates to the same beneficiary. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
|
Responses
Request samples
- Payload
{- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "accountType": "Current",
- "ownershipType": "Owner",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "initialAmount": "100",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "targetClosingDate": "2022-04-17",
- "targetGoLiveDate": "2022-04-17",
- "masterAgreement": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "interests": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "cardLatePayment",
- "amount": "100",
- "rate": "0.7",
- "chargeType": "ManagementFee",
- "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "relatedInterest": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
}
]
}, - "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyName": "Jane Birkin"
}
], - "maturityDate": "2022-04-17",
- "relatedAccounts": [
- {
- "accountRelationType": "string",
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "accountType": "Current"
}
], - "referenceAccount": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "limits": [
- {
- "name": "creditLimit",
- "limitTypeCode": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "percentage": "0.7",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "usedAmount": "100",
- "usedPercentage": "0.7",
- "status": "Requested",
- "periodicity": {
- "unit": "Monthly",
- "value": 999
}
}
], - "statementSettings": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "communicationMethod": "Email",
- "format": "PDF",
- "category": "BalanceSheet",
- "subcategory": "Cash"
}, - "supplementaryData": { },
- "status": "Pending",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "substatus": "string",
- "openDate": "2022-04-17",
- "closeDate": "2022-04-17",
- "balances": [
- {
- "balanceName": "Available",
- "amount": "100",
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z"
}
], - "transactionGroups": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "codeName": "Incoming Wire",
- "code": "195"
}
], - "status": "Booked",
- "number": 0,
- "amount": "100",
- "temporalUnit": {
- "unit": "Months",
- "value": 999
}
}
], - "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountBranchCode": "SEA_1",
- "cards": [
- {
- "cardId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "cardHolderName": "Jane Birkin",
- "cardHolderType": "Primary"
}
], - "standingOrders": [
- {
- "period": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17"
}, - "orderSequence": 1,
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "eventDescription": "This is a description.",
- "day": 30,
- "timeOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}, - "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}, - "standingOrderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Months",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "cancellationReason": "This is a description."
}
]
}
Response samples
- 200
- 400
- 404
- 500
{- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "accountType": "Current",
- "ownershipType": "Owner",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "initialAmount": "100",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "targetClosingDate": "2022-04-17",
- "targetGoLiveDate": "2022-04-17",
- "masterAgreement": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "interests": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "cardLatePayment",
- "amount": "100",
- "rate": "0.7",
- "chargeType": "ManagementFee",
- "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "relatedInterest": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
}
]
}, - "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyName": "Jane Birkin"
}
], - "maturityDate": "2022-04-17",
- "relatedAccounts": [
- {
- "accountRelationType": "string",
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "accountType": "Current"
}
], - "referenceAccount": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "limits": [
- {
- "name": "creditLimit",
- "limitTypeCode": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "percentage": "0.7",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "usedAmount": "100",
- "usedPercentage": "0.7",
- "status": "Requested",
- "periodicity": {
- "unit": "Monthly",
- "value": 999
}
}
], - "statementSettings": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "communicationMethod": "Email",
- "format": "PDF",
- "category": "BalanceSheet",
- "subcategory": "Cash"
}, - "supplementaryData": { },
- "status": "Pending",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "substatus": "string",
- "openDate": "2022-04-17",
- "closeDate": "2022-04-17",
- "balances": [
- {
- "balanceName": "Available",
- "amount": "100",
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z"
}
], - "transactionGroups": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "codeName": "Incoming Wire",
- "code": "195"
}
], - "status": "Booked",
- "number": 0,
- "amount": "100",
- "temporalUnit": {
- "unit": "Months",
- "value": 999
}
}
], - "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountBranchCode": "SEA_1",
- "cards": [
- {
- "cardId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "cardHolderName": "Jane Birkin",
- "cardHolderType": "Primary"
}
], - "standingOrders": [
- {
- "period": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17"
}, - "orderSequence": 1,
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "eventDescription": "This is a description.",
- "day": 30,
- "timeOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}, - "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}, - "standingOrderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Months",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "cancellationReason": "This is a description."
}
]
}
Retrieves Account Balances
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 0dd926fe-1ca2-11ed-861d-0242ac120002 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "accountType": "012345678",
- "balances": [
- {
- "balanceName": "Available",
- "amount": "100",
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z"
}
]
}
Retrieves Account Identifiers
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 0dd926fe-1ca2-11ed-861d-0242ac120002 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountType": "Current",
- "ownershipType": "Owner"
}
Retrieves Account Parties
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 0dd926fe-1ca2-11ed-861d-0242ac120002 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "accountType": "Current",
- "ownershipType": "Owner",
- "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyName": "Jane Birkin"
}
]
}
Retrieves Account Owners
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 0dd926fe-1ca2-11ed-861d-0242ac120002 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "accountType": "Current",
- "ownershipType": "Owner",
- "owners": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyName": "Jane Birkin"
}
]
}
Retrieves Account Cards
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 0dd926fe-1ca2-11ed-861d-0242ac120002 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "accountType": "Current",
- "ownershipType": "Owner",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "productCode": "F",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "nameOnCard": "Jane Birkin",
- "relatedAccounts": [
- {
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678"
}
], - "expiryDate": "2022-12",
- "status": "Active"
}
]
}
Retrieves Account Standing Orders
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 0dd926fe-1ca2-11ed-861d-0242ac120002 Account Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "accountType": "Current",
- "ownershipType": "Owner",
- "standingOrders": [
- {
- "period": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17"
}, - "orderSequence": 1,
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "eventDescription": "This is a description.",
- "day": 30,
- "timeOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}, - "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}, - "standingOrderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Months",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "cancellationReason": "This is a description."
}
]
}
Request Standing Order Cancellation
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 0dd926fe-1ca2-11ed-861d-0242ac120002 Account Identification |
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Request Body schema: application/json
object Dates during which the standing order is in effect. | |||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||
orderSequence required | integer Example: 1 Specifies the sequence in which the system will execute the liquidity transfers standing order within the set. | ||||||||||||||||||||||||||||||||||||||||||||||||||
object Dates during which the standing order is in effect | |||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||
eventDescription | string [ 1 .. 1025 ] characters Example: "This is a description." Describes the event which triggers the exercise of a standing order for instance the reception of a report or the closing of an account. | ||||||||||||||||||||||||||||||||||||||||||||||||||
day | integer <= 31 Example: 30 Specifies the day for the time event. | ||||||||||||||||||||||||||||||||||||||||||||||||||
object Specifies the hour of the day for the time event. | |||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||
required | object (CreditTransferDetail) Further details on the credit transfer instruction | ||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "period": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17"
}, - "orderSequence": 1,
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "eventDescription": "This is a description.",
- "day": 30,
- "timeOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}, - "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}
}
Response samples
- 202
- 400
- 500
{- "period": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17"
}, - "orderSequence": 1,
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "eventDescription": "This is a description.",
- "day": 30,
- "timeOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}, - "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}, - "standingOrderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Months",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "cancellationReason": "This is a description."
}
Request Standing Order Cancellation
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 0dd926fe-1ca2-11ed-861d-0242ac120002 Account Identification |
standingOrderId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Standing Order Identification |
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Request Body schema: application/json
cancellationReason | string (Description) [ 1 .. 1025 ] characters Example: "This is a description." |
Responses
Request samples
- Payload
{- "cancellationReason": "This is a description."
}
Response samples
- 202
- 400
- 500
{- "period": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17"
}, - "orderSequence": 1,
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "eventDescription": "This is a description.",
- "day": 30,
- "timeOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}, - "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}, - "standingOrderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Months",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "cancellationReason": "This is a description."
}
Retrieves a list of persons matching the paremeters.
Authorizations:
query Parameters
name.inc | string The person name includes the substring provided. |
lastName.eq | string (PartyName) [ 1 .. 350 ] characters Example: lastName.eq=Jane Birkin Name by which a party is known and which is usually used to identify that party. |
firstName.eq | string (PartyName) [ 1 .. 350 ] characters Example: firstName.eq=Jane Birkin Name by which a party is known and which is usually used to identify that party. |
birthDate.eq | string <date> (Date) Example: birthDate.eq=2022-04-17 A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. |
phoneNumber.eq | string (PhoneNumber) ^\+[0-9]{1,3}-[0-9()+\-]{1,30}$ Example: phoneNumber.eq=+1-415-731359 Any phone number equals to. |
accountNumber.eq | string (AccountNumber) <= 30 characters Example: accountNumber.eq=012345678 The account number or Basic Bank Account Number (BBAN). |
tin.eq | string |
ssn.eq | string Social Security Number |
ssn.last4 | string Social Security Number last four digits. |
email.eq | string Email equals to |
addressLine.inc | string Any address line of any postal address includes substring |
postCode.eq | string Any postal address with post code equals to |
country.eq | string Any postal address with Country code equals to |
countrySubDivision.inc | string Any postal address with country subdivision includes substring |
townName.inc | string Any postal address with town name includes substring |
personId.eq | string (Id) [ 1 .. 36 ] characters Example: personId.eq=5fb9d4d6-1a3c-11ed-861d-0242ac120002 System id equals to |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 500
[- {
- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "SocialSecurityNumber",
- "issuer": "Baltimore",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "gender": "Female"
}
]
Creates a Person
Authorizations:
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Request Body schema: application/json
uSDocumentedIndicator | boolean | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (PersonIdentification) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string (PartyName) [ 1 .. 350 ] characters Example: "Jane Birkin" Name by which a party is known and which is usually used to identify that party. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
shortName | string (PartyShortName) [ 1 .. 35 ] characters Example: "Jane" Short name or nickname by which a party is known and which is usually used to identify that party. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RelatedParty) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (PostalAddress) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
residenceType | string [ 1 .. 35 ] characters Example: "Domestic" Specifies the type of residence where the party has its permanent home or principal establishment. Possible ISO Complaian values are: Domestic, Foreign, Mixed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (TaxPartyInformation) Taxation parameters which apply to an individual person or to an organization. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PowerOfAttorney) Document that transfers specific rights from a party to a person. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
supplementaryData | object (SupplementaryData) Additional information that cannot be captured in the structured elements and/or any other specific block. If this information need to be converted in ISO Messages, must be ISO 20022 compliant: it requires development of a compliant message extension model and its components must be registered in the ISO 20022 Data Dictionary. https://www.iso20022.org/catalogue-messages/additional-content-messages/supplementary-data | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PartySystemSettings) System configurations at Party level. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Restriction) Access and operation restrictions at Party level. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PlaceAndDateOfBirth) Date and place of birth of a person. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
signature | string <byte> (DigitalSignature) [ 1 .. 13654 ] characters Binary data of 10K maximum. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PersonContactDetails) Specifies the contact details of a person. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
headOfHousehold | boolean Example: true Indicates whether the person pay the costs of supporting a house. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
civilStatus | string (CivilStatus) [ 1 .. 17 ] characters Example: "Single" Specifies the civil status of a person. Possible ISO 20022 compliant values names are: Single, Married, LegallyDivorced, Divorced, Widow, StableUnion | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (StructuredName) The structured name is used to initialize the person name with the format | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
gender | string (Gender) [ 1 .. 36 ] characters Example: "Female" Specifies the gender of the person. Possible Values: Female, Male, NonBinary | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
profession | string (Profession) <= 35 characters Example: "Artist" Professional Designation or name of the occupation of a person. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
jobTitle | string (JobTitle) [ 1 .. 35 ] characters Example: "Head of Documentation" Title of the function in an organization. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
residentialStatus | string (ResidentialStatus) [ 1 .. 35 ] characters Example: "Permanent" Residential status of an individual. Possible values: Permanent, Resident, NonResident, Rents, Owns | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
minorIndicator | boolean (MinorIndicator) Indicates whether the person is a legal minor. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Citizenship) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
countryOfResidence | string (CountryCode) ^([A-Z]{2,2})?$ Example: "US" Country name obtained from the United Nations (ISO 3166, Alpha-2 code). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PersonProfile) Information to support Know Your Customer (KYC) processes. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PartySystemSettings) System configurations at Party level. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "uSDocumentedIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "SocialSecurityNumber",
- "issuer": "Baltimore",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "signature": "string",
- "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "headOfHousehold": true,
- "civilStatus": "Single",
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "gender": "Female",
- "profession": "Artist",
- "jobTitle": "Head of Documentation",
- "residentialStatus": "Permanent",
- "minorIndicator": true,
- "citizenships": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "country": "US"
}
], - "countryOfResidence": "US",
- "profile": {
- "riskLevel": "Permanent",
- "creditReview": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditScore": 0
}, - "creditBureauReportCode": "string",
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lastContactDate": "2022-04-17",
- "lastContactChannel": "Email",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "customerConductClassification": "string",
- "familyMedicalInsuranceIndicator": true,
- "salaryRange": {
- "minAmount": "100",
- "maxAmount": "100"
}, - "employmentStatus": "string",
- "vIPStatus": "Elite",
- "employments": [
- {
- "employingPartyName": "Jane Birkin",
- "jobTitle": "Head of Documentation",
- "employeeTerminationIndicator": false,
- "lengthOfEmployment": {
- "unit": "Months",
- "value": 999
}, - "endDate": "2022-04-17",
- "place": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}
}
], - "regulation0": {
- "insider": "Director",
- "familyRelationship": "Owner",
- "institutionRelationship": "Owner"
}, - "anualIncome": "100"
}, - "partySettings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}
}
Response samples
- 202
- 400
- 500
{- "uSDocumentedIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "SocialSecurityNumber",
- "issuer": "Baltimore",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "signature": "string",
- "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "headOfHousehold": true,
- "civilStatus": "Single",
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "gender": "Female",
- "profession": "Artist",
- "jobTitle": "Head of Documentation",
- "residentialStatus": "Permanent",
- "minorIndicator": true,
- "citizenships": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "country": "US"
}
], - "countryOfResidence": "US",
- "profile": {
- "riskLevel": "Permanent",
- "creditReview": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditScore": 0
}, - "creditBureauReportCode": "string",
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lastContactDate": "2022-04-17",
- "lastContactChannel": "Email",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "customerConductClassification": "string",
- "familyMedicalInsuranceIndicator": true,
- "salaryRange": {
- "minAmount": "100",
- "maxAmount": "100"
}, - "employmentStatus": "string",
- "vIPStatus": "Elite",
- "employments": [
- {
- "employingPartyName": "Jane Birkin",
- "jobTitle": "Head of Documentation",
- "employeeTerminationIndicator": false,
- "lengthOfEmployment": {
- "unit": "Months",
- "value": 999
}, - "endDate": "2022-04-17",
- "place": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}
}
], - "regulation0": {
- "insider": "Director",
- "familyRelationship": "Owner",
- "institutionRelationship": "Owner"
}, - "anualIncome": "100"
}, - "partySettings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Queued"
}
Retrieves a Person
Authorizations:
path Parameters
personId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Person Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "uSDocumentedIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "SocialSecurityNumber",
- "issuer": "Baltimore",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "signature": "string",
- "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "headOfHousehold": true,
- "civilStatus": "Single",
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "gender": "Female",
- "profession": "Artist",
- "jobTitle": "Head of Documentation",
- "residentialStatus": "Permanent",
- "minorIndicator": true,
- "citizenships": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "country": "US"
}
], - "countryOfResidence": "US",
- "profile": {
- "riskLevel": "Permanent",
- "creditReview": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditScore": 0
}, - "creditBureauReportCode": "string",
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lastContactDate": "2022-04-17",
- "lastContactChannel": "Email",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "customerConductClassification": "string",
- "familyMedicalInsuranceIndicator": true,
- "salaryRange": {
- "minAmount": "100",
- "maxAmount": "100"
}, - "employmentStatus": "string",
- "vIPStatus": "Elite",
- "employments": [
- {
- "employingPartyName": "Jane Birkin",
- "jobTitle": "Head of Documentation",
- "employeeTerminationIndicator": false,
- "lengthOfEmployment": {
- "unit": "Months",
- "value": 999
}, - "endDate": "2022-04-17",
- "place": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}
}
], - "regulation0": {
- "insider": "Director",
- "familyRelationship": "Owner",
- "institutionRelationship": "Owner"
}, - "anualIncome": "100"
}, - "partySettings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Queued"
}
Updates a Person
Use the JSON Merge Patch standard https://tools.ietf.org/html/rfc7396
Authorizations:
path Parameters
personId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Person Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Request Body schema: application/merge-patch+json
uSDocumentedIndicator | boolean | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (PersonIdentification) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name required | string (PartyName) [ 1 .. 350 ] characters Example: "Jane Birkin" Name by which a party is known and which is usually used to identify that party. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
shortName | string (PartyShortName) [ 1 .. 35 ] characters Example: "Jane" Short name or nickname by which a party is known and which is usually used to identify that party. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RelatedParty) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (PostalAddress) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
residenceType | string [ 1 .. 35 ] characters Example: "Domestic" Specifies the type of residence where the party has its permanent home or principal establishment. Possible ISO Complaian values are: Domestic, Foreign, Mixed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (TaxPartyInformation) Taxation parameters which apply to an individual person or to an organization. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PowerOfAttorney) Document that transfers specific rights from a party to a person. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
supplementaryData | object (SupplementaryData) Additional information that cannot be captured in the structured elements and/or any other specific block. If this information need to be converted in ISO Messages, must be ISO 20022 compliant: it requires development of a compliant message extension model and its components must be registered in the ISO 20022 Data Dictionary. https://www.iso20022.org/catalogue-messages/additional-content-messages/supplementary-data | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PartySystemSettings) System configurations at Party level. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Restriction) Access and operation restrictions at Party level. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PlaceAndDateOfBirth) Date and place of birth of a person. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
signature | string <byte> (DigitalSignature) [ 1 .. 13654 ] characters Binary data of 10K maximum. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PersonContactDetails) Specifies the contact details of a person. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
headOfHousehold | boolean Example: true Indicates whether the person pay the costs of supporting a house. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
civilStatus | string (CivilStatus) [ 1 .. 17 ] characters Example: "Single" Specifies the civil status of a person. Possible ISO 20022 compliant values names are: Single, Married, LegallyDivorced, Divorced, Widow, StableUnion | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (StructuredName) The structured name is used to initialize the person name with the format | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
gender | string (Gender) [ 1 .. 36 ] characters Example: "Female" Specifies the gender of the person. Possible Values: Female, Male, NonBinary | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
profession | string (Profession) <= 35 characters Example: "Artist" Professional Designation or name of the occupation of a person. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
jobTitle | string (JobTitle) [ 1 .. 35 ] characters Example: "Head of Documentation" Title of the function in an organization. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
residentialStatus | string (ResidentialStatus) [ 1 .. 35 ] characters Example: "Permanent" Residential status of an individual. Possible values: Permanent, Resident, NonResident, Rents, Owns | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
minorIndicator | boolean (MinorIndicator) Indicates whether the person is a legal minor. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Citizenship) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
countryOfResidence | string (CountryCode) ^([A-Z]{2,2})?$ Example: "US" Country name obtained from the United Nations (ISO 3166, Alpha-2 code). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PersonProfile) Information to support Know Your Customer (KYC) processes. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PartySystemSettings) System configurations at Party level. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
personId required | string [ 1 .. 36 ] characters Example: "5fb9d4d6-1a3c-11ed-861d-0242ac120002" Person identifier code assigned by the account service institution. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
status | string (InstructionStatus) [ 1 .. 35 ] characters Example: "Queued" Details about the processing of a request on party reference data (create or update). Possible ISO compliant values are: Rejected, Completed, Queued. |
Responses
Request samples
- Payload
{- "uSDocumentedIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "SocialSecurityNumber",
- "issuer": "Baltimore",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "signature": "string",
- "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "headOfHousehold": true,
- "civilStatus": "Single",
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "gender": "Female",
- "profession": "Artist",
- "jobTitle": "Head of Documentation",
- "residentialStatus": "Permanent",
- "minorIndicator": true,
- "citizenships": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "country": "US"
}
], - "countryOfResidence": "US",
- "profile": {
- "riskLevel": "Permanent",
- "creditReview": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditScore": 0
}, - "creditBureauReportCode": "string",
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lastContactDate": "2022-04-17",
- "lastContactChannel": "Email",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "customerConductClassification": "string",
- "familyMedicalInsuranceIndicator": true,
- "salaryRange": {
- "minAmount": "100",
- "maxAmount": "100"
}, - "employmentStatus": "string",
- "vIPStatus": "Elite",
- "employments": [
- {
- "employingPartyName": "Jane Birkin",
- "jobTitle": "Head of Documentation",
- "employeeTerminationIndicator": false,
- "lengthOfEmployment": {
- "unit": "Months",
- "value": 999
}, - "endDate": "2022-04-17",
- "place": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}
}
], - "regulation0": {
- "insider": "Director",
- "familyRelationship": "Owner",
- "institutionRelationship": "Owner"
}, - "anualIncome": "100"
}, - "partySettings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Queued"
}
Response samples
- 200
- 400
- 404
- 500
{- "uSDocumentedIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "SocialSecurityNumber",
- "issuer": "Baltimore",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "signature": "string",
- "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "headOfHousehold": true,
- "civilStatus": "Single",
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "gender": "Female",
- "profession": "Artist",
- "jobTitle": "Head of Documentation",
- "residentialStatus": "Permanent",
- "minorIndicator": true,
- "citizenships": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "country": "US"
}
], - "countryOfResidence": "US",
- "profile": {
- "riskLevel": "Permanent",
- "creditReview": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditScore": 0
}, - "creditBureauReportCode": "string",
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lastContactDate": "2022-04-17",
- "lastContactChannel": "Email",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "customerConductClassification": "string",
- "familyMedicalInsuranceIndicator": true,
- "salaryRange": {
- "minAmount": "100",
- "maxAmount": "100"
}, - "employmentStatus": "string",
- "vIPStatus": "Elite",
- "employments": [
- {
- "employingPartyName": "Jane Birkin",
- "jobTitle": "Head of Documentation",
- "employeeTerminationIndicator": false,
- "lengthOfEmployment": {
- "unit": "Months",
- "value": 999
}, - "endDate": "2022-04-17",
- "place": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}
}
], - "regulation0": {
- "insider": "Director",
- "familyRelationship": "Owner",
- "institutionRelationship": "Owner"
}, - "anualIncome": "100"
}, - "partySettings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Queued"
}
Retrieves Person Accounts
Authorizations:
path Parameters
personId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Person Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "personName": "Jane Birkin",
- "accounts": [
- {
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "accountType": "Current",
- "ownershipType": "Owner",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "status": "Pending",
- "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyName": "Jane Birkin"
}
]
}
]
}
Retrieves Person Cards
Authorizations:
path Parameters
personId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Person Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "personName": "Jane Birkin",
- "cards": [
- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "productCode": "F",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "nameOnCard": "Jane Birkin",
- "relatedAccounts": [
- {
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678"
}
], - "expiryDate": "2022-12",
- "status": "Active"
}
]
}
Creates a Card
Creates a personal payment card related to one or multiple accounts. The person may be not an account owner (an additional). For debit cards, the fund account should be provided in the request.
Authorizations:
path Parameters
personId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Person Identification |
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Request Body schema: application/json
fundingSourceType | string (CardFundingSourceType) [ 1 .. 35 ] characters Example: "Credit" Specifies the funding source type of payment card. Possible Values: Credit, Debit, Prepaid, Charge, DeferredDebit | ||||||||||||||||||||||
productCode required | string (CardProductCode) [ 1 .. 4 ] characters Example: "F" Specifies the product code of payment card. | ||||||||||||||||||||||
digitalIndicator | boolean (DigitalCardIndicator) Indicates whether the payment card is digital or physical. | ||||||||||||||||||||||
number | string (PrimaryAccountNumber) [ 1 .. 19 ] characters Example: "1234567890123456789" Primary Account Number (PAN) of the card. | ||||||||||||||||||||||
cardHolderType required | string (CardHolderType) [ 1 .. 35 ] characters Example: "Primary" Specifies the card holder type of payment card. Possible Values: Primary, Additional | ||||||||||||||||||||||
nameOnCard | string [ 1 .. 350 ] characters Example: "Jane Birkin" Specifies the name on the card if overriding the name from the card holder. | ||||||||||||||||||||||
referenceAccount | string [ 1 .. 36 ] characters Example: "0dd926fe-1ca2-11ed-861d-0242ac120002" Account used as a reference for the card creation. Could be a cash or loan account owned by the primary card holder. | ||||||||||||||||||||||
required | Array of objects (CardRelatedAccount) Account that provides the payment card transactions. The account is the funding source for the card. Could be a cash or loan account linked to the debit card or a credit card account. A card can have one or many accounts. | ||||||||||||||||||||||
Array
| |||||||||||||||||||||||
startDate | string <= 7 characters ^\d{4}-([0]\d|1[0-2])$ Example: "2022-12" Year and month the card is available for use. | ||||||||||||||||||||||
expiryDate | string <= 7 characters ^\d{4}-([0]\d|1[0-2])$ Example: "2022-12" Year and month the card expires. | ||||||||||||||||||||||
securityCode | string <= 35 characters Example: "103" Security code written on the card, sometimes called card security code (CSC). | ||||||||||||||||||||||
pin | string <= 35 characters Example: "1031" PIN is the 4 digit security code that is used to authenticate the user and allow them access to the associated accounts of the card. | ||||||||||||||||||||||
sequenceNumber | string <= 20 characters Example: "1" Identifies a card inside a set of cards with the same number (or PAN). | ||||||||||||||||||||||
brand | string <= 35 characters Example: "Visa" Brand name of the card. | ||||||||||||||||||||||
Array of objects (Limit) | |||||||||||||||||||||||
Array
| |||||||||||||||||||||||
Array of objects (InterestCalculation) | |||||||||||||||||||||||
Array
| |||||||||||||||||||||||
Array of objects (Restriction) | |||||||||||||||||||||||
Array
| |||||||||||||||||||||||
Array of objects (ChargeCalculation) | |||||||||||||||||||||||
Array
| |||||||||||||||||||||||
supplementaryData | object (SupplementaryData) Additional information that cannot be captured in the structured elements and/or any other specific block. If this information need to be converted in ISO Messages, must be ISO 20022 compliant: it requires development of a compliant message extension model and its components must be registered in the ISO 20022 Data Dictionary. https://www.iso20022.org/catalogue-messages/additional-content-messages/supplementary-data |
Responses
Request samples
- Payload
{- "fundingSourceType": "Credit",
- "productCode": "F",
- "digitalIndicator": true,
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "nameOnCard": "Jane Birkin",
- "referenceAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "relatedAccounts": [
- {
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678"
}
], - "startDate": "2022-12",
- "expiryDate": "2022-12",
- "securityCode": "103",
- "pin": "1031",
- "sequenceNumber": "1",
- "brand": "Visa",
- "limits": [
- {
- "name": "creditLimit",
- "limitTypeCode": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "percentage": "0.7",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "usedAmount": "100",
- "usedPercentage": "0.7",
- "status": "Requested",
- "periodicity": {
- "unit": "Monthly",
- "value": 999
}
}
], - "interests": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
], - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "cardLatePayment",
- "amount": "100",
- "rate": "0.7",
- "chargeType": "ManagementFee",
- "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "relatedInterest": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
}
], - "supplementaryData": { }
}
Response samples
- 202
- 400
- 500
{- "fundingSourceType": "Credit",
- "productCode": "F",
- "digitalIndicator": true,
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "nameOnCard": "Jane Birkin",
- "referenceAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "relatedAccounts": [
- {
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678"
}
], - "startDate": "2022-12",
- "expiryDate": "2022-12",
- "securityCode": "103",
- "pin": "1031",
- "sequenceNumber": "1",
- "brand": "Visa",
- "limits": [
- {
- "name": "creditLimit",
- "limitTypeCode": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "percentage": "0.7",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "usedAmount": "100",
- "usedPercentage": "0.7",
- "status": "Requested",
- "periodicity": {
- "unit": "Monthly",
- "value": 999
}
}
], - "interests": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
], - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "cardLatePayment",
- "amount": "100",
- "rate": "0.7",
- "chargeType": "ManagementFee",
- "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "relatedInterest": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
}
], - "supplementaryData": { },
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "creditCardStatement": {
- "statementBalance": "100",
- "paymentClosingDate": "2022-04-17",
- "paymentDueDate": "2022-04-17",
- "minimumPayment": "100",
- "lastPaymentDate": "2022-04-17",
- "lastPaymentAmount": "100"
}, - "offers": [
- {
- "offerId": "101854",
- "offerTitle": "Save 20%"
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReason": "This is a description."
}
Retrieves a list of organizations matching the paremeters.
Authorizations:
query Parameters
name.inc | string The organization name includes the substring provided. |
accountNumber.eq | string (AccountNumber) <= 30 characters Example: accountNumber.eq=012345678 The organization owns an account with the number. |
tin.eq | string |
email.eq | string Email equals to |
addressLine.inc | string Any address line of any postal address includes substring |
postCode.eq | string Any postal address with post code equals to |
country.eq | string Any postal address with country code equals to |
countrySubDivision.inc | string Any postal address with country subdivision includes substring |
townName.inc | string Any postal address with town name includes substring |
organizationId.eq | string (Id) [ 1 .. 36 ] characters Example: organizationId.eq=5fb9d4d6-1a3c-11ed-861d-0242ac120002 System id equals to |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 500
[- {
- "organizationId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "organizationType": "Corporation",
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "legalName": "Jane",
- "tradingName": "Jane"
}
]
Creates an Organization
Authorizations:
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Request Body schema: application/json
Array of objects (OrganizationIdentification) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string (PartyName) [ 1 .. 350 ] characters Example: "Jane Birkin" Name by which a party is known and which is usually used to identify that party. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
shortName | string (PartyShortName) [ 1 .. 35 ] characters Example: "Jane" Short name or nickname by which a party is known and which is usually used to identify that party. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | Array of objects (RelatedParty) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (PostalAddress) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
residenceType | string [ 1 .. 35 ] characters Example: "Domestic" Specifies the type of residence where the party has its permanent home or principal establishment. Possible ISO Complaian values are: Domestic, Foreign, Mixed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (TaxPartyInformation) Taxation parameters which apply to an individual person or to an organization. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PowerOfAttorney) Document that transfers specific rights from a party to a person. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
supplementaryData | object (SupplementaryData) Additional information that cannot be captured in the structured elements and/or any other specific block. If this information need to be converted in ISO Messages, must be ISO 20022 compliant: it requires development of a compliant message extension model and its components must be registered in the ISO 20022 Data Dictionary. https://www.iso20022.org/catalogue-messages/additional-content-messages/supplementary-data | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PartySystemSettings) System configurations at Party level. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Restriction) Access and operation restrictions at Party level. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
organizationType required | string (OrganizationLegalStructure) Example: "Corporation" Specifies the legal standing of the organization. Possible values are: Government, FinancialInstitution SoleProprietorship, Llc, Partnership, Corporation, NotForProfit, Club, Corporation, Individual, Supranational, Sovereign, Municipal, Province, State, County, National, ExemptionTrust, LivingTrust, EmployeeTrust, RevocableTrust, IrrovocableTrust, NakedTrust, CliffordTrust | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
organizationPurpose | string [ 1 .. 1025 ] characters Example: "This is a description." Description and purpose of an organization. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
legalName | string [ 1 .. 35 ] characters Example: "Jane" Official name under which an organization is registered. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tradingName | string [ 1 .. 35 ] characters Example: "Jane" Name used by a business for commercial purposes, although its registered legal name, used for contracts and other formal situations, may be another. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
registrationDate | string <date> Example: "2022-04-17" Date and time at which a given organization was officially registered. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
establishmentDate | string <date> Example: "2022-04-17" Date when the organisation was established. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
entityExpirationDate | string <date> Example: "2022-04-17" The date the Legal Entity ceased operation or was merged. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
merchantCategory | string (MerchantCategoryCode) ^[0-9]{4,4} Example: "482" Category code conform to ISO 18245, related to the type of services or goods the merchant provides for the transaction. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sector | string (OrganizationSector) A sector is an area of the economy in which businesses share the same or related business activity, product, or service. Energy, Materials, Industrials, ConsumerDiscretionary, ConsumerStaples, HealthCare, Financials, InformationTechnology, TelecommunicationServices, Utilities, RealEstate. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (OrganizationProfile) Information to support Know Your Customer (KYC) processes. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Phone) Business phone numbers | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Email) Business e-mails | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
webPage | stringˆ[(http(s)?):\/\/(www\.)?a-zA-Z0-9@:%._\+~#=]... Business web page | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
logo | string <byte> (ComercialLogo) [ 1 .. 10240 ] characters Commercial logo of the organization. 10K Binary Data. |
Responses
Request samples
- Payload
{- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "organizationType": "Corporation",
- "organizationPurpose": "This is a description.",
- "legalName": "Jane",
- "tradingName": "Jane",
- "registrationDate": "2022-04-17",
- "establishmentDate": "2022-04-17",
- "entityExpirationDate": "2022-04-17",
- "merchantCategory": "482",
- "sector": "string",
- "organizationProfile": {
- "riskLevel": "Permanent",
- "creditReview": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditScore": 0
}, - "creditBureauReportCode": "string",
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lastContactDate": "2022-04-17",
- "lastContactChannel": "Email",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "numberOfEmployees": 100,
- "anualSales": "100",
- "services": "This is a description.",
- "goods": "This is a description.",
- "serviceOrGoodsLocations": [
- {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}
]
}, - "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "webPage": "string",
- "logo": "string"
}
Response samples
- 202
- 400
- 500
{- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "organizationType": "Corporation",
- "organizationPurpose": "This is a description.",
- "legalName": "Jane",
- "tradingName": "Jane",
- "registrationDate": "2022-04-17",
- "establishmentDate": "2022-04-17",
- "entityExpirationDate": "2022-04-17",
- "merchantCategory": "482",
- "sector": "string",
- "organizationProfile": {
- "riskLevel": "Permanent",
- "creditReview": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditScore": 0
}, - "creditBureauReportCode": "string",
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lastContactDate": "2022-04-17",
- "lastContactChannel": "Email",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "numberOfEmployees": 100,
- "anualSales": "100",
- "services": "This is a description.",
- "goods": "This is a description.",
- "serviceOrGoodsLocations": [
- {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}
]
}, - "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "webPage": "string",
- "logo": "string",
- "organizationId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Queued"
}
Retrieves an Organization
Authorizations:
path Parameters
organizationId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Organization Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "organizationType": "Corporation",
- "organizationPurpose": "This is a description.",
- "legalName": "Jane",
- "tradingName": "Jane",
- "registrationDate": "2022-04-17",
- "establishmentDate": "2022-04-17",
- "entityExpirationDate": "2022-04-17",
- "merchantCategory": "482",
- "sector": "string",
- "organizationProfile": {
- "riskLevel": "Permanent",
- "creditReview": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditScore": 0
}, - "creditBureauReportCode": "string",
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lastContactDate": "2022-04-17",
- "lastContactChannel": "Email",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "numberOfEmployees": 100,
- "anualSales": "100",
- "services": "This is a description.",
- "goods": "This is a description.",
- "serviceOrGoodsLocations": [
- {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}
]
}, - "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "webPage": "string",
- "logo": "string",
- "organizationId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Queued"
}
Updates an Organization
Use the JSON Merge Patch standard https://tools.ietf.org/html/rfc7396
Authorizations:
path Parameters
organizationId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Organization Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Request Body schema: application/merge-patch+json
Array of objects (OrganizationIdentification) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string (PartyName) [ 1 .. 350 ] characters Example: "Jane Birkin" Name by which a party is known and which is usually used to identify that party. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
shortName | string (PartyShortName) [ 1 .. 35 ] characters Example: "Jane" Short name or nickname by which a party is known and which is usually used to identify that party. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | Array of objects (RelatedParty) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (PostalAddress) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
residenceType | string [ 1 .. 35 ] characters Example: "Domestic" Specifies the type of residence where the party has its permanent home or principal establishment. Possible ISO Complaian values are: Domestic, Foreign, Mixed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (TaxPartyInformation) Taxation parameters which apply to an individual person or to an organization. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PowerOfAttorney) Document that transfers specific rights from a party to a person. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
supplementaryData | object (SupplementaryData) Additional information that cannot be captured in the structured elements and/or any other specific block. If this information need to be converted in ISO Messages, must be ISO 20022 compliant: it requires development of a compliant message extension model and its components must be registered in the ISO 20022 Data Dictionary. https://www.iso20022.org/catalogue-messages/additional-content-messages/supplementary-data | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PartySystemSettings) System configurations at Party level. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Restriction) Access and operation restrictions at Party level. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
organizationType required | string (OrganizationLegalStructure) Example: "Corporation" Specifies the legal standing of the organization. Possible values are: Government, FinancialInstitution SoleProprietorship, Llc, Partnership, Corporation, NotForProfit, Club, Corporation, Individual, Supranational, Sovereign, Municipal, Province, State, County, National, ExemptionTrust, LivingTrust, EmployeeTrust, RevocableTrust, IrrovocableTrust, NakedTrust, CliffordTrust | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
organizationPurpose | string [ 1 .. 1025 ] characters Example: "This is a description." Description and purpose of an organization. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
legalName | string [ 1 .. 35 ] characters Example: "Jane" Official name under which an organization is registered. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tradingName | string [ 1 .. 35 ] characters Example: "Jane" Name used by a business for commercial purposes, although its registered legal name, used for contracts and other formal situations, may be another. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
registrationDate | string <date> Example: "2022-04-17" Date and time at which a given organization was officially registered. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
establishmentDate | string <date> Example: "2022-04-17" Date when the organisation was established. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
entityExpirationDate | string <date> Example: "2022-04-17" The date the Legal Entity ceased operation or was merged. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
merchantCategory | string (MerchantCategoryCode) ^[0-9]{4,4} Example: "482" Category code conform to ISO 18245, related to the type of services or goods the merchant provides for the transaction. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sector | string (OrganizationSector) A sector is an area of the economy in which businesses share the same or related business activity, product, or service. Energy, Materials, Industrials, ConsumerDiscretionary, ConsumerStaples, HealthCare, Financials, InformationTechnology, TelecommunicationServices, Utilities, RealEstate. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (OrganizationProfile) Information to support Know Your Customer (KYC) processes. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Phone) Business phone numbers | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Email) Business e-mails | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
webPage | stringˆ[(http(s)?):\/\/(www\.)?a-zA-Z0-9@:%._\+~#=]... Business web page | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
logo | string <byte> (ComercialLogo) [ 1 .. 10240 ] characters Commercial logo of the organization. 10K Binary Data. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
organizationId | string [ 1 .. 36 ] characters Example: "5fb9d4d6-1a3c-11ed-861d-0242ac120002" Organization identifier code assigned by the account service institution. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
status | string (InstructionStatus) [ 1 .. 35 ] characters Example: "Queued" Details about the processing of a request on party reference data (create or update). Possible ISO compliant values are: Rejected, Completed, Queued. |
Responses
Request samples
- Payload
{- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "organizationType": "Corporation",
- "organizationPurpose": "This is a description.",
- "legalName": "Jane",
- "tradingName": "Jane",
- "registrationDate": "2022-04-17",
- "establishmentDate": "2022-04-17",
- "entityExpirationDate": "2022-04-17",
- "merchantCategory": "482",
- "sector": "string",
- "organizationProfile": {
- "riskLevel": "Permanent",
- "creditReview": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditScore": 0
}, - "creditBureauReportCode": "string",
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lastContactDate": "2022-04-17",
- "lastContactChannel": "Email",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "numberOfEmployees": 100,
- "anualSales": "100",
- "services": "This is a description.",
- "goods": "This is a description.",
- "serviceOrGoodsLocations": [
- {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}
]
}, - "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "webPage": "string",
- "logo": "string",
- "organizationId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Queued"
}
Response samples
- 200
- 400
- 404
- 500
{- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "organizationType": "Corporation",
- "organizationPurpose": "This is a description.",
- "legalName": "Jane",
- "tradingName": "Jane",
- "registrationDate": "2022-04-17",
- "establishmentDate": "2022-04-17",
- "entityExpirationDate": "2022-04-17",
- "merchantCategory": "482",
- "sector": "string",
- "organizationProfile": {
- "riskLevel": "Permanent",
- "creditReview": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditScore": 0
}, - "creditBureauReportCode": "string",
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lastContactDate": "2022-04-17",
- "lastContactChannel": "Email",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "numberOfEmployees": 100,
- "anualSales": "100",
- "services": "This is a description.",
- "goods": "This is a description.",
- "serviceOrGoodsLocations": [
- {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}
]
}, - "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "webPage": "string",
- "logo": "string",
- "organizationId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Queued"
}
Retrieves Organization Accounts
Authorizations:
path Parameters
organizationId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Organization Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "organizationId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "organizationName": "Jane Birkin",
- "accounts": [
- {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "accountType": "Current",
- "ownershipType": "Owner",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "initialAmount": "100",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "targetClosingDate": "2022-04-17",
- "targetGoLiveDate": "2022-04-17",
- "masterAgreement": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "interests": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "cardLatePayment",
- "amount": "100",
- "rate": "0.7",
- "chargeType": "ManagementFee",
- "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "relatedInterest": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
}
]
}, - "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyName": "Jane Birkin"
}
], - "maturityDate": "2022-04-17",
- "relatedAccounts": [
- {
- "accountRelationType": "string",
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "accountType": "Current"
}
], - "referenceAccount": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "limits": [
- {
- "name": "creditLimit",
- "limitTypeCode": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "percentage": "0.7",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "usedAmount": "100",
- "usedPercentage": "0.7",
- "status": "Requested",
- "periodicity": {
- "unit": "Monthly",
- "value": 999
}
}
], - "statementSettings": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "communicationMethod": "Email",
- "format": "PDF",
- "category": "BalanceSheet",
- "subcategory": "Cash"
}, - "supplementaryData": { },
- "status": "Pending",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "substatus": "string",
- "openDate": "2022-04-17",
- "closeDate": "2022-04-17",
- "balances": [
- {
- "balanceName": "Available",
- "amount": "100",
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z"
}
], - "transactionGroups": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "codeName": "Incoming Wire",
- "code": "195"
}
], - "status": "Booked",
- "number": 0,
- "amount": "100",
- "temporalUnit": {
- "unit": "Months",
- "value": 999
}
}
], - "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountBranchCode": "SEA_1",
- "cards": [
- {
- "cardId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "cardHolderName": "Jane Birkin",
- "cardHolderType": "Primary"
}
], - "standingOrders": [
- {
- "period": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17"
}, - "orderSequence": 1,
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "eventDescription": "This is a description.",
- "day": 30,
- "timeOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}, - "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": null,
- "partyType": null,
- "partyName": null,
- "partyRelationType": null,
- "ownershipPercentage": null
}
], - "postalAddresses": [
- {
- "addressType": null,
- "addressPurpose": null,
- "primaryIndicator": null,
- "department": null,
- "subDepartment": null,
- "streetName": null,
- "firstCrossStreetName": null,
- "secondCrossStreetName": null,
- "buildingNumber": null,
- "buildingName": null,
- "floor": null,
- "postBox": null,
- "room": null,
- "postCode": null,
- "townName": null,
- "townLocationName": null,
- "districtName": null,
- "countrySubDivision": null,
- "countrySubDivisionCode": null,
- "country": null,
- "addressLine": [ ]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- null
], - "regulations": [
- null
], - "withholdings": [
- null
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": null,
- "townName": null,
- "country": null
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- null
]
}, - "restrictions": [
- {
- "name": null,
- "restrictionPurpose": null,
- "validFrom": null,
- "validUntil": null
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": null,
- "routingNumberType": null
}
], - "identifiers": [
- {
- "identification": null,
- "schemeName": null,
- "issuer": null
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": null,
- "schemeName": null,
- "issuer": null,
- "issueDate": null,
- "expirationDate": null
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": null,
- "extension": null,
- "phoneType": null,
- "phonePurpose": null,
- "primaryIndicator": null,
- "preferredHourOfDay": null
}
], - "emails": [
- {
- "emailAddress": null,
- "emailPurpose": null,
- "primaryIndicator": null
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": null,
- "identification": null
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}, - "standingOrderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Months",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "cancellationReason": "This is a description."
}
]
}
]
}
Creates a Credit Transaction
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 0dd926fe-1ca2-11ed-861d-0242ac120002 Account Identification |
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
Request Body schema: application/json
transactionType required | string (DepositTransactionType) [ 1 .. 35 ] characters Example: "Cash" Type of Credit Transaction: Cash, Check, Merchandise | ||||||
amount required | string (AmountInCents) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: "100" Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 | ||||||
object (Exchange) | |||||||
| |||||||
object (Check) Characteristics of a check | |||||||
|
Responses
Request samples
- Payload
{- "transactionType": "Cash",
- "amount": "100",
- "exchange": {
- "currency": "USD",
- "exchangeFactor": "0.7"
}, - "check": {
- "checkType": "string",
- "checkNumber": "string",
- "availabilityDate": "2022-04-17T08:00:00Z"
}
}
Response samples
- 202
- 400
- 500
{- "transactionId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "amount": "100",
- "creditDebitIndicator": "Credit",
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subfamily": "CreditCardPayment",
- "description": "This is a description.",
- "status": "Booked",
- "reversalIndicator": true,
- "creationDate": "2022-04-17T08:00:00Z",
- "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "cardLatePayment",
- "amount": "100"
}
], - "codes": [
- {
- "codeType": "DetailBAI",
- "codeName": "Incoming Wire",
- "code": "195"
}
], - "interests": [
- {
- "name": "LatePayment",
- "amount": "100"
}
], - "currentBalance": "100",
- "payment": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "check": {
- "checkType": "string",
- "checkNumber": "string",
- "availabilityDate": "2022-04-17T08:00:00Z"
}, - "card": {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "merchantCategoryCode": "482",
- "merchantName": "Food Store",
- "merchantAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "offerId": "101854",
- "offerTitle": "Save 20%"
}, - "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "supplementaryData": { }
}
Creates a Debit Transaction
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 0dd926fe-1ca2-11ed-861d-0242ac120002 Account Identification |
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
Request Body schema: application/json
transactionType | string (WithdrawalTransactionType) [ 1 .. 35 ] characters Example: "Cash" Type of Debit Transaction: Cash | ||||||
amount required | string (AmountInCents) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: "100" Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 | ||||||
object (Check) Characteristics of a check | |||||||
|
Responses
Request samples
- Payload
{- "transactionType": "Cash",
- "amount": "100",
- "check": {
- "checkType": "string",
- "checkNumber": "string",
- "availabilityDate": "2022-04-17T08:00:00Z"
}
}
Response samples
- 202
- 400
- 500
{- "transactionId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "amount": "100",
- "creditDebitIndicator": "Credit",
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subfamily": "CreditCardPayment",
- "description": "This is a description.",
- "status": "Booked",
- "reversalIndicator": true,
- "creationDate": "2022-04-17T08:00:00Z",
- "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "cardLatePayment",
- "amount": "100"
}
], - "codes": [
- {
- "codeType": "DetailBAI",
- "codeName": "Incoming Wire",
- "code": "195"
}
], - "interests": [
- {
- "name": "LatePayment",
- "amount": "100"
}
], - "currentBalance": "100",
- "payment": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "check": {
- "checkType": "string",
- "checkNumber": "string",
- "availabilityDate": "2022-04-17T08:00:00Z"
}, - "card": {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "merchantCategoryCode": "482",
- "merchantName": "Food Store",
- "merchantAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "offerId": "101854",
- "offerTitle": "Save 20%"
}, - "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "supplementaryData": { }
}
Retrieves Account Transactions
Authorizations:
path Parameters
accountId required | string (AccountId) [ 1 .. 36 ] characters Example: 0dd926fe-1ca2-11ed-861d-0242ac120002 Account Identification |
query Parameters
transactionId.eq | string (TransactionId) [ 1 .. 36 ] characters Example: transactionId.eq=0dd926fe-1ca2-11ed-861d-0242ac120002 Unique reference as assigned by the account servicing institution to unambiguously identify the transaction. |
status.eq | string (TransactionStatus) [ 1 .. 35 ] characters Example: status.eq=Booked Specifies the status of an entry on the books of the account servicer. Some possible ISO 20022 compliant values are: Booked, Future, Information, Pending. |
amount.lte | string (AmountInCents) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: amount.lte=100 Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 |
amount.gte | string (AmountInCents) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: amount.gte=100 Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 |
creationDate.lte | string <date> (Date) Example: creationDate.lte=2022-04-17 Input cycle date less than or equal |
creationDate.gte | string <date> (Date) Example: creationDate.gte=2022-04-17 Input cycle date greater than or equal |
cursor | string Specifies an opaque string value ( "no meaning" string value) at which start retrieving transactions. For instance, limit=5&cursor=62aef884fbe3470ce7d9a92140b09b17 |
limit | string Specifies the number of resources to return in one request, specified as an integer from 1 to 100. |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
Pagination-Cursor required | string Pagination Cursor |
Pagination-Total required | string Total number of resources. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "accountType": "Current",
- "ownershipType": "Owner",
- "currency": "USD",
- "currentBalance": "100",
- "availableBalance": "100",
- "transactions": [
- {
- "transactionId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "amount": "100",
- "creditDebitIndicator": "Credit",
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subfamily": "CreditCardPayment",
- "description": "This is a description.",
- "status": "Booked",
- "reversalIndicator": true,
- "creationDate": "2022-04-17T08:00:00Z",
- "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "cardLatePayment",
- "amount": "100"
}
], - "codes": [
- {
- "codeType": "DetailBAI",
- "codeName": "Incoming Wire",
- "code": "195"
}
], - "interests": [
- {
- "name": "LatePayment",
- "amount": "100"
}
], - "currentBalance": "100",
- "payment": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "check": {
- "checkType": "string",
- "checkNumber": "string",
- "availabilityDate": "2022-04-17T08:00:00Z"
}, - "card": {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "merchantCategoryCode": "482",
- "merchantName": "Food Store",
- "merchantAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "offerId": "101854",
- "offerTitle": "Save 20%"
}, - "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "supplementaryData": { }
}
]
}
Retrieves Financial Products
Authorizations:
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
Responses
Response samples
- 200
- 404
- 500
{- "productId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "name": "Visa Business Card",
- "description": "This is a description.",
- "productType": "PaymentCard",
- "productSubType": "BusinessCard",
- "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "limits": [
- {
- "name": "creditLimit",
- "limitTypeCode": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "percentage": "0.7",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "usedAmount": "100",
- "usedPercentage": "0.7",
- "status": "Requested",
- "periodicity": {
- "unit": "Monthly",
- "value": 999
}
}
], - "supplementaryData": { }
}
Retrieves Cards
Authorizations:
query Parameters
number.eq | string (PrimaryAccountNumber) [ 1 .. 19 ] characters Example: number.eq=1234567890123456789 Primary Account Number (PAN) of the card. |
sourceType.eq | string (CardFundingSourceType) [ 1 .. 35 ] characters Example: sourceType.eq=Credit Specifies the funding source type of payment card. Possible Values: Credit, Debit, Prepaid, Charge, DeferredDebit |
productName.eq | string (CardProductName) [ 1 .. 60 ] characters Example: productName.eq=Visa Classic Specifies the product name of payment card. |
brand.inc | string (PartyName) [ 1 .. 350 ] characters Example: brand.inc=Jane Birkin Name by which a party is known and which is usually used to identify that party. |
name.inc | string (PartyName) [ 1 .. 350 ] characters Example: name.inc=Jane Birkin Name by which a party is known and which is usually used to identify that party. |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 500
[- {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "productCode": "F",
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "nameOnCard": "Jane Birkin",
- "relatedAccounts": [
- {
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678"
}
], - "expiryDate": "2022-12",
- "status": "Active"
}
]
Retrieves a Card
Authorizations:
path Parameters
cardId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Card Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
[- {
- "fundingSourceType": "Credit",
- "productCode": "F",
- "digitalIndicator": true,
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "nameOnCard": "Jane Birkin",
- "referenceAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "relatedAccounts": [
- {
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678"
}
], - "startDate": "2022-12",
- "expiryDate": "2022-12",
- "securityCode": "103",
- "pin": "1031",
- "sequenceNumber": "1",
- "brand": "Visa",
- "limits": [
- {
- "name": "creditLimit",
- "limitTypeCode": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "percentage": "0.7",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "usedAmount": "100",
- "usedPercentage": "0.7",
- "status": "Requested",
- "periodicity": {
- "unit": "Monthly",
- "value": 999
}
}
], - "interests": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
], - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "cardLatePayment",
- "amount": "100",
- "rate": "0.7",
- "chargeType": "ManagementFee",
- "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "relatedInterest": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
}
], - "supplementaryData": { },
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "creditCardStatement": {
- "statementBalance": "100",
- "paymentClosingDate": "2022-04-17",
- "paymentDueDate": "2022-04-17",
- "minimumPayment": "100",
- "lastPaymentDate": "2022-04-17",
- "lastPaymentAmount": "100"
}, - "offers": [
- {
- "offerId": "101854",
- "offerTitle": "Save 20%"
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReason": "This is a description."
}
]
Updates a Card
Use the JSON Merge Patch standard https://tools.ietf.org/html/rfc7396
Authorizations:
path Parameters
cardId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Card Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Request Body schema: application/merge-patch+json
fundingSourceType | string (CardFundingSourceType) [ 1 .. 35 ] characters Example: "Credit" Specifies the funding source type of payment card. Possible Values: Credit, Debit, Prepaid, Charge, DeferredDebit | ||||||||||||||||||||||
productCode required | string (CardProductCode) [ 1 .. 4 ] characters Example: "F" Specifies the product code of payment card. | ||||||||||||||||||||||
digitalIndicator | boolean (DigitalCardIndicator) Indicates whether the payment card is digital or physical. | ||||||||||||||||||||||
number required | string (PrimaryAccountNumber) [ 1 .. 19 ] characters Example: "1234567890123456789" Primary Account Number (PAN) of the card. | ||||||||||||||||||||||
cardHolderType required | string (CardHolderType) [ 1 .. 35 ] characters Example: "Primary" Specifies the card holder type of payment card. Possible Values: Primary, Additional | ||||||||||||||||||||||
nameOnCard | string [ 1 .. 350 ] characters Example: "Jane Birkin" Specifies the name on the card if overriding the name from the card holder. | ||||||||||||||||||||||
referenceAccount | string [ 1 .. 36 ] characters Example: "0dd926fe-1ca2-11ed-861d-0242ac120002" Account used as a reference for the card creation. Could be a cash or loan account owned by the primary card holder. | ||||||||||||||||||||||
required | Array of objects (CardRelatedAccount) Account that provides the payment card transactions. The account is the funding source for the card. Could be a cash or loan account linked to the debit card or a credit card account. A card can have one or many accounts. | ||||||||||||||||||||||
Array
| |||||||||||||||||||||||
startDate required | string <= 7 characters ^\d{4}-([0]\d|1[0-2])$ Example: "2022-12" Year and month the card is available for use. | ||||||||||||||||||||||
expiryDate required | string <= 7 characters ^\d{4}-([0]\d|1[0-2])$ Example: "2022-12" Year and month the card expires. | ||||||||||||||||||||||
securityCode | string <= 35 characters Example: "103" Security code written on the card, sometimes called card security code (CSC). | ||||||||||||||||||||||
pin | string <= 35 characters Example: "1031" PIN is the 4 digit security code that is used to authenticate the user and allow them access to the associated accounts of the card. | ||||||||||||||||||||||
sequenceNumber | string <= 20 characters Example: "1" Identifies a card inside a set of cards with the same number (or PAN). | ||||||||||||||||||||||
brand | string <= 35 characters Example: "Visa" Brand name of the card. | ||||||||||||||||||||||
Array of objects (Limit) | |||||||||||||||||||||||
Array
| |||||||||||||||||||||||
Array of objects (InterestCalculation) | |||||||||||||||||||||||
Array
| |||||||||||||||||||||||
Array of objects (Restriction) | |||||||||||||||||||||||
Array
| |||||||||||||||||||||||
Array of objects (ChargeCalculation) | |||||||||||||||||||||||
Array
| |||||||||||||||||||||||
supplementaryData | object (SupplementaryData) Additional information that cannot be captured in the structured elements and/or any other specific block. If this information need to be converted in ISO Messages, must be ISO 20022 compliant: it requires development of a compliant message extension model and its components must be registered in the ISO 20022 Data Dictionary. https://www.iso20022.org/catalogue-messages/additional-content-messages/supplementary-data | ||||||||||||||||||||||
cardId | string (PaymentCardId) [ 1 .. 36 ] characters Example: "0dd926fe-1ca2-11ed-861d-0242ac120002" Identification assigned by the card provider. A cardId is a unique identifier associated with a specific cardholder. Establishing the card ID is the first step. The card ID is used as the card reference. When a card is replaced, a new card ID must be requested for the new PAN. | ||||||||||||||||||||||
cardHolderId required | string [ 1 .. 36 ] characters Example: "5fb9d4d6-1a3c-11ed-861d-0242ac120002" Card holder person identifier | ||||||||||||||||||||||
object (CreditCardStatement) Credit Card statement details. | |||||||||||||||||||||||
| |||||||||||||||||||||||
Array of objects (CardProviderOffer) Card provider offers assigned to the PAN. | |||||||||||||||||||||||
Array
| |||||||||||||||||||||||
status | string (CardStatus) [ 1 .. 60 ] characters Example: "Active" Specifies the status of payment card. Some possible values are: Active, Blocked, Closed, Expedite, Expired, Inactive, Issued, Lost, Restricted, Stolen, Suspended. | ||||||||||||||||||||||
statusDate | string <date-time> (DateAndTime) Example: "2022-04-17T08:00:00Z" | ||||||||||||||||||||||
statusReason | string (Description) [ 1 .. 1025 ] characters Example: "This is a description." |
Responses
Request samples
- Payload
{- "fundingSourceType": "Credit",
- "productCode": "F",
- "digitalIndicator": true,
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "nameOnCard": "Jane Birkin",
- "referenceAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "relatedAccounts": [
- {
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678"
}
], - "startDate": "2022-12",
- "expiryDate": "2022-12",
- "securityCode": "103",
- "pin": "1031",
- "sequenceNumber": "1",
- "brand": "Visa",
- "limits": [
- {
- "name": "creditLimit",
- "limitTypeCode": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "percentage": "0.7",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "usedAmount": "100",
- "usedPercentage": "0.7",
- "status": "Requested",
- "periodicity": {
- "unit": "Monthly",
- "value": 999
}
}
], - "interests": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
], - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "cardLatePayment",
- "amount": "100",
- "rate": "0.7",
- "chargeType": "ManagementFee",
- "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "relatedInterest": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
}
], - "supplementaryData": { },
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "creditCardStatement": {
- "statementBalance": "100",
- "paymentClosingDate": "2022-04-17",
- "paymentDueDate": "2022-04-17",
- "minimumPayment": "100",
- "lastPaymentDate": "2022-04-17",
- "lastPaymentAmount": "100"
}, - "offers": [
- {
- "offerId": "101854",
- "offerTitle": "Save 20%"
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReason": "This is a description."
}
Response samples
- 200
- 400
- 404
- 500
{- "fundingSourceType": "Credit",
- "productCode": "F",
- "digitalIndicator": true,
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "nameOnCard": "Jane Birkin",
- "referenceAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "relatedAccounts": [
- {
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678"
}
], - "startDate": "2022-12",
- "expiryDate": "2022-12",
- "securityCode": "103",
- "pin": "1031",
- "sequenceNumber": "1",
- "brand": "Visa",
- "limits": [
- {
- "name": "creditLimit",
- "limitTypeCode": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "percentage": "0.7",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "usedAmount": "100",
- "usedPercentage": "0.7",
- "status": "Requested",
- "periodicity": {
- "unit": "Monthly",
- "value": 999
}
}
], - "interests": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
], - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "cardLatePayment",
- "amount": "100",
- "rate": "0.7",
- "chargeType": "ManagementFee",
- "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "relatedInterest": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
}
], - "supplementaryData": { },
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "creditCardStatement": {
- "statementBalance": "100",
- "paymentClosingDate": "2022-04-17",
- "paymentDueDate": "2022-04-17",
- "minimumPayment": "100",
- "lastPaymentDate": "2022-04-17",
- "lastPaymentAmount": "100"
}, - "offers": [
- {
- "offerId": "101854",
- "offerTitle": "Save 20%"
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReason": "This is a description."
}
Retrieves Card Accounts
Authorizations:
path Parameters
cardId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Card Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "cardId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "fundingSourceType": "Credit",
- "productName": "Visa Classic",
- "productCode": "F",
- "digitalIndicator": true,
- "number": "1234567890123456789",
- "accounts": [
- {
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678"
}
]
}
Retrieves Card Holder
Authorizations:
path Parameters
cardId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Card Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "uSDocumentedIndicator": true,
- "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "SocialSecurityNumber",
- "issuer": "Baltimore",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "signature": "string",
- "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "headOfHousehold": true,
- "civilStatus": "Single",
- "structuredName": {
- "firstName": "Mary",
- "middleName": "Joe",
- "lastName": "Smith",
- "suffix": "PhD",
- "prefix": "Dr."
}, - "gender": "Female",
- "profession": "Artist",
- "jobTitle": "Head of Documentation",
- "residentialStatus": "Permanent",
- "minorIndicator": true,
- "citizenships": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "country": "US"
}
], - "countryOfResidence": "US",
- "profile": {
- "riskLevel": "Permanent",
- "creditReview": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "lastReviewDate": "2022-04-17T08:00:00Z",
- "nextReviewDate": "2022-04-17T08:00:00Z",
- "creditQuality": "UpperMediumGrade",
- "creditScore": 0
}, - "creditBureauReportCode": "string",
- "previousFinancialInstitution": "Jane Birkin",
- "referredByWhom": "Jane Birkin",
- "moneyLaunderingCheck": "AuthorizedCredit",
- "knowYourCustomerCheck": "Ordinary",
- "timeAtCurrentAddress": {
- "unit": "Months",
- "value": 999
}, - "sourceOfWealth": "This is a description.",
- "politicalAffiliation": "string",
- "lastContactDate": "2022-04-17",
- "lastContactChannel": "Email",
- "lostCustomerDate": "2022-04-17",
- "lostCustomerReason": "Deceased",
- "customerConductClassification": "string",
- "familyMedicalInsuranceIndicator": true,
- "salaryRange": {
- "minAmount": "100",
- "maxAmount": "100"
}, - "employmentStatus": "string",
- "vIPStatus": "Elite",
- "employments": [
- {
- "employingPartyName": "Jane Birkin",
- "jobTitle": "Head of Documentation",
- "employeeTerminationIndicator": false,
- "lengthOfEmployment": {
- "unit": "Months",
- "value": 999
}, - "endDate": "2022-04-17",
- "place": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}
}
], - "regulation0": {
- "insider": "Director",
- "familyRelationship": "Owner",
- "institutionRelationship": "Owner"
}, - "anualIncome": "100"
}, - "partySettings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "personId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "status": "Queued"
}
Retrieves Card Holder Transactions
Authorizations:
path Parameters
cardId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Card Identification |
query Parameters
transactionId.eq | string (TransactionId) [ 1 .. 36 ] characters Example: transactionId.eq=0dd926fe-1ca2-11ed-861d-0242ac120002 Unique reference as assigned by the account servicing institution to unambiguously identify the transaction. |
amount.lte | string (AmountInCents) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: amount.lte=100 Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 |
amount.gte | string (AmountInCents) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: amount.gte=100 Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 |
creationDate.lte | string <date> (Date) Example: creationDate.lte=2022-04-17 Input cycle date less than or equal |
creationDate.gte | string <date> (Date) Example: creationDate.gte=2022-04-17 Input cycle date greater than or equal |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
Responses
Response samples
- 200
- 400
- 500
[- {
- "transactionId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "amount": "100",
- "creditDebitIndicator": "Credit",
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subfamily": "CreditCardPayment",
- "description": "This is a description.",
- "status": "Booked",
- "reversalIndicator": true,
- "creationDate": "2022-04-17T08:00:00Z",
- "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "cardLatePayment",
- "amount": "100"
}
], - "codes": [
- {
- "codeType": "DetailBAI",
- "codeName": "Incoming Wire",
- "code": "195"
}
], - "interests": [
- {
- "name": "LatePayment",
- "amount": "100"
}
], - "currentBalance": "100",
- "payment": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "check": {
- "checkType": "string",
- "checkNumber": "string",
- "availabilityDate": "2022-04-17T08:00:00Z"
}, - "card": {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "merchantCategoryCode": "482",
- "merchantName": "Food Store",
- "merchantAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "offerId": "101854",
- "offerTitle": "Save 20%"
}, - "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "supplementaryData": { }
}
]
Opens a Loan
Authorizations:
header Parameters
idempotencyId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Idempotency identifier used by the client when making repeated calls |
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Request Body schema: application/json
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: "SEA_1" Identification of the account servicer institution at branch level or operation level. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
loanType required | string (LoanType) [ 1 .. 35 ] characters Example: "Personal" Type of the account. Some possible BIAN compliant values are:
Personal,
Consumer, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ownershipType required | string (AccountOwnershipType) [ 1 .. 35 ] characters Example: "Owner" Specifies the type of account ownership. Possible ISO 20022 compliant values names are: JointAccountWithSurvivorshipRights, JointAccountInCommon, CustodialAccount, SingleOwnerAccount, JointAccount, Corporation, FormalPartnership, FormalTrust, Nominee, NonProfitOrganisation, OtherNonIndividual, EUResidualEntity, GovernmentOrganization, LimitedLiabilityCompany, RegisteredInvestmentCompany, Entrepreneurial, Unincorporated, LimitedPartnership, BareOwner, Owner, Usufructuary, Fiduciary | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
productId | string (ProductId) [ 1 .. 36 ] characters Example: "PD_CA_0002" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string (AccountName) [ 1 .. 70 ] characters Example: "Hermes PD_CA 0002" Name of the account. It provides an additional means of identification, and is designated by the account servicer in agreement with the account owner. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountPurpose | string (Description) [ 1 .. 1025 ] characters Example: "This is a description." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
currency | string (CurrencyCode) = 3 characters ^([A-Z]{3})?$ Example: "USD" Three contiguous letters for the representation of currencies and funds. Valid currency codes are registered with the ISO 4217 Maintenance Agency. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (LoanContract) Contract by which an amount of money in exchange for future repayment of the principal amount along with interest or other finance charges. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | Array of objects (AccountParty) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RelatedAccount) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Restriction) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Limit) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (StatementSettings) Specifies statement details. How often statements will be sent, in which format. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
supplementaryData | object (SupplementaryData) Additional information that cannot be captured in the structured elements and/or any other specific block. If this information need to be converted in ISO Messages, must be ISO 20022 compliant: it requires development of a compliant message extension model and its components must be registered in the ISO 20022 Data Dictionary. https://www.iso20022.org/catalogue-messages/additional-content-messages/supplementary-data |
Responses
Request samples
- Payload
{- "servicerBranchId": "SEA_1",
- "loanType": "Personal",
- "ownershipType": "Owner",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "amount": "100",
- "borrower": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "lender": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "maturityDate": "2022-04-17",
- "masterAgreement": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "interests": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "cardLatePayment",
- "amount": "100",
- "rate": "0.7",
- "chargeType": "ManagementFee",
- "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "relatedInterest": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
}
], - "tranches": [
- {
- "sequenceNumber": "1",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "amount": "100",
- "duration": {
- "unit": "Months",
- "value": 999
}
}
], - "term": {
- "unit": "Months",
- "value": 999
}, - "paymentSchedule": [
- {
- "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- null
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": null,
- "cerfiticationDate": null,
- "expirationDate": null
}
], - "regulations": [
- {
- "name": null,
- "section": null
}
], - "withholdings": [
- {
- "withholdingTaxType": null,
- "withholdingRate": null,
- "withholdingAmount": null
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": null,
- "channelIdentification": null,
- "codeWord": null,
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": null,
- "timeZone": null
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}
}
], - "collaterals": [
- {
- "amount": "100",
- "collateralType": "string",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}
}
}
], - "syndicate": [
- {
- "lenderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "lenderType": "Person",
- "amount": "100",
- "share": "0.7"
}
], - "intraCompanyLoanIndicator": false
}, - "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyName": "Jane Birkin"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "string",
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "accountType": "Current"
}
], - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "limits": [
- {
- "name": "creditLimit",
- "limitTypeCode": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "percentage": "0.7",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "usedAmount": "100",
- "usedPercentage": "0.7",
- "status": "Requested",
- "periodicity": {
- "unit": "Monthly",
- "value": 999
}
}
], - "statementSettings": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "communicationMethod": "Email",
- "format": "PDF",
- "category": "BalanceSheet",
- "subcategory": "Cash"
}, - "supplementaryData": { }
}
Response samples
- 202
- 400
- 500
{- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "servicerBranchId": "SEA_1",
- "loanType": "Personal",
- "ownershipType": "Owner",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "amount": "100",
- "borrower": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "lender": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "maturityDate": "2022-04-17",
- "masterAgreement": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "interests": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "cardLatePayment",
- "amount": "100",
- "rate": "0.7",
- "chargeType": "ManagementFee",
- "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "relatedInterest": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
}
], - "tranches": [
- {
- "sequenceNumber": "1",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "amount": "100",
- "duration": {
- "unit": "Months",
- "value": 999
}
}
], - "term": {
- "unit": "Months",
- "value": 999
}, - "paymentSchedule": [
- {
- "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- null
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": null,
- "cerfiticationDate": null,
- "expirationDate": null
}
], - "regulations": [
- {
- "name": null,
- "section": null
}
], - "withholdings": [
- {
- "withholdingTaxType": null,
- "withholdingRate": null,
- "withholdingAmount": null
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": null,
- "channelIdentification": null,
- "codeWord": null,
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": null,
- "timeZone": null
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}
}
], - "collaterals": [
- {
- "amount": "100",
- "collateralType": "string",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}
}
}
], - "syndicate": [
- {
- "lenderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "lenderType": "Person",
- "amount": "100",
- "share": "0.7"
}
], - "intraCompanyLoanIndicator": false
}, - "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyName": "Jane Birkin"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "string",
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "accountType": "Current"
}
], - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "limits": [
- {
- "name": "creditLimit",
- "limitTypeCode": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "percentage": "0.7",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "usedAmount": "100",
- "usedPercentage": "0.7",
- "status": "Requested",
- "periodicity": {
- "unit": "Monthly",
- "value": 999
}
}
], - "statementSettings": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "communicationMethod": "Email",
- "format": "PDF",
- "category": "BalanceSheet",
- "subcategory": "Cash"
}, - "supplementaryData": { },
- "status": "Withdrawn",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "substatus": "string",
- "openDate": "2022-04-17",
- "fundedDate": "2022-04-17",
- "disbursalDate": "2022-04-17",
- "balances": [
- {
- "balanceName": "Available",
- "amount": "100",
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z"
}
], - "transactionGroups": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "codeName": "Incoming Wire",
- "code": "195"
}
], - "status": "Booked",
- "number": 0,
- "amount": "100",
- "temporalUnit": {
- "unit": "Months",
- "value": 999
}
}
], - "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "relatedCards": [
- {
- "cardId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "cardHolderName": "Jane Birkin",
- "cardHolderType": "Primary"
}
], - "principalAmount": "100",
- "accruedCapitalisationAmount": "100",
- "nextPayment": {
- "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}
}, - "lastPayment": {
- "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}, - "paymentDate": "2022-04-17"
}
}
Retrieves a Loan
Authorizations:
path Parameters
loanId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Loan Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "servicerBranchId": "SEA_1",
- "loanType": "Personal",
- "ownershipType": "Owner",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "amount": "100",
- "borrower": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "lender": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "maturityDate": "2022-04-17",
- "masterAgreement": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "interests": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "cardLatePayment",
- "amount": "100",
- "rate": "0.7",
- "chargeType": "ManagementFee",
- "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "relatedInterest": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
}
], - "tranches": [
- {
- "sequenceNumber": "1",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "amount": "100",
- "duration": {
- "unit": "Months",
- "value": 999
}
}
], - "term": {
- "unit": "Months",
- "value": 999
}, - "paymentSchedule": [
- {
- "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- null
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": null,
- "cerfiticationDate": null,
- "expirationDate": null
}
], - "regulations": [
- {
- "name": null,
- "section": null
}
], - "withholdings": [
- {
- "withholdingTaxType": null,
- "withholdingRate": null,
- "withholdingAmount": null
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": null,
- "channelIdentification": null,
- "codeWord": null,
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": null,
- "timeZone": null
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}
}
], - "collaterals": [
- {
- "amount": "100",
- "collateralType": "string",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}
}
}
], - "syndicate": [
- {
- "lenderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "lenderType": "Person",
- "amount": "100",
- "share": "0.7"
}
], - "intraCompanyLoanIndicator": false
}, - "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyName": "Jane Birkin"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "string",
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "accountType": "Current"
}
], - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "limits": [
- {
- "name": "creditLimit",
- "limitTypeCode": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "percentage": "0.7",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "usedAmount": "100",
- "usedPercentage": "0.7",
- "status": "Requested",
- "periodicity": {
- "unit": "Monthly",
- "value": 999
}
}
], - "statementSettings": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "communicationMethod": "Email",
- "format": "PDF",
- "category": "BalanceSheet",
- "subcategory": "Cash"
}, - "supplementaryData": { },
- "status": "Withdrawn",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "substatus": "string",
- "openDate": "2022-04-17",
- "fundedDate": "2022-04-17",
- "disbursalDate": "2022-04-17",
- "balances": [
- {
- "balanceName": "Available",
- "amount": "100",
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z"
}
], - "transactionGroups": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "codeName": "Incoming Wire",
- "code": "195"
}
], - "status": "Booked",
- "number": 0,
- "amount": "100",
- "temporalUnit": {
- "unit": "Months",
- "value": 999
}
}
], - "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "relatedCards": [
- {
- "cardId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "cardHolderName": "Jane Birkin",
- "cardHolderType": "Primary"
}
], - "principalAmount": "100",
- "accruedCapitalisationAmount": "100",
- "nextPayment": {
- "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}
}, - "lastPayment": {
- "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}, - "paymentDate": "2022-04-17"
}
}
Updates a Loan
Use the JSON Merge Patch standard https://tools.ietf.org/html/rfc7396
Authorizations:
path Parameters
loanId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Loan Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Request Body schema: application/merge-patch+json
accountNumber | string (AccountNumber) <= 30 characters Example: "012345678" The account number or Basic Bank Account Number (BBAN). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RoutingNumber) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (AccountIdentification) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
servicerBranchId | string (ServicerBranchId) [ 1 .. 36 ] characters Example: "SEA_1" Identification of the account servicer institution at branch level or operation level. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
loanType required | string (LoanType) [ 1 .. 35 ] characters Example: "Personal" Type of the account. Some possible BIAN compliant values are:
Personal,
Consumer, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ownershipType required | string (AccountOwnershipType) [ 1 .. 35 ] characters Example: "Owner" Specifies the type of account ownership. Possible ISO 20022 compliant values names are: JointAccountWithSurvivorshipRights, JointAccountInCommon, CustodialAccount, SingleOwnerAccount, JointAccount, Corporation, FormalPartnership, FormalTrust, Nominee, NonProfitOrganisation, OtherNonIndividual, EUResidualEntity, GovernmentOrganization, LimitedLiabilityCompany, RegisteredInvestmentCompany, Entrepreneurial, Unincorporated, LimitedPartnership, BareOwner, Owner, Usufructuary, Fiduciary | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
productId | string (ProductId) [ 1 .. 36 ] characters Example: "PD_CA_0002" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string (AccountName) [ 1 .. 70 ] characters Example: "Hermes PD_CA 0002" Name of the account. It provides an additional means of identification, and is designated by the account servicer in agreement with the account owner. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountPurpose | string (Description) [ 1 .. 1025 ] characters Example: "This is a description." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
currency | string (CurrencyCode) = 3 characters ^([A-Z]{3})?$ Example: "USD" Three contiguous letters for the representation of currencies and funds. Valid currency codes are registered with the ISO 4217 Maintenance Agency. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (LoanContract) Contract by which an amount of money in exchange for future repayment of the principal amount along with interest or other finance charges. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | Array of objects (AccountParty) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RelatedAccount) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Restriction) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Limit) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (StatementSettings) Specifies statement details. How often statements will be sent, in which format. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
supplementaryData | object (SupplementaryData) Additional information that cannot be captured in the structured elements and/or any other specific block. If this information need to be converted in ISO Messages, must be ISO 20022 compliant: it requires development of a compliant message extension model and its components must be registered in the ISO 20022 Data Dictionary. https://www.iso20022.org/catalogue-messages/additional-content-messages/supplementary-data | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
status | string (LoanStatus) [ 1 .. 17 ] characters Example: "Withdrawn" Specifies the current state of an account. Possible values names are: Pending, Form, Denied, Review, Approve, Withdrawn, Disable, Funded, Deleted | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
statusDateAndTime | string <date-time> (DateAndTime) Example: "2022-04-17T08:00:00Z" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
substatus | string [ 1 .. 35 ] characters Status defined by the loan servicer. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
openDate | string <date> (Date) Example: "2022-04-17" A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
fundedDate | string <date> Example: "2022-04-17" Date on which the loan was funded or closed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
disbursalDate | string <date> Example: "2022-04-17" Date on which loan amount is disbursed. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Balance) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (TransactionGroup) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accountId | string (AccountId) [ 1 .. 36 ] characters Example: "0dd926fe-1ca2-11ed-861d-0242ac120002" Identification assigned by the account service institution (Servicer). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (RelatedCard) Payment cards related to the account. Debit cards, for loans or current accounts. Credit cards, for credit card accounts. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
principalAmount | string <= 23 characters ^([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: "100" Amount of money borrowed, or part of that amount which remains unpaid (excluding interest). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accruedCapitalisationAmount | string <= 23 characters ^([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: "100" Amount of unpaid interest (on bonds which have defaulted and have subsequently restructured), which is capitalized and added to the original principal amount of the bond. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (RepaymentSchedule) An amount that must be paid no sooner than the expected payment date and no later than the due date. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (Repayment) An amount that must be paid no sooner than the expected payment date and no later than the due date. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "servicerBranchId": "SEA_1",
- "loanType": "Personal",
- "ownershipType": "Owner",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "amount": "100",
- "borrower": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "lender": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "maturityDate": "2022-04-17",
- "masterAgreement": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "interests": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "cardLatePayment",
- "amount": "100",
- "rate": "0.7",
- "chargeType": "ManagementFee",
- "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "relatedInterest": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
}
], - "tranches": [
- {
- "sequenceNumber": "1",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "amount": "100",
- "duration": {
- "unit": "Months",
- "value": 999
}
}
], - "term": {
- "unit": "Months",
- "value": 999
}, - "paymentSchedule": [
- {
- "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- null
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": null,
- "cerfiticationDate": null,
- "expirationDate": null
}
], - "regulations": [
- {
- "name": null,
- "section": null
}
], - "withholdings": [
- {
- "withholdingTaxType": null,
- "withholdingRate": null,
- "withholdingAmount": null
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": null,
- "channelIdentification": null,
- "codeWord": null,
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": null,
- "timeZone": null
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}
}
], - "collaterals": [
- {
- "amount": "100",
- "collateralType": "string",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}
}
}
], - "syndicate": [
- {
- "lenderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "lenderType": "Person",
- "amount": "100",
- "share": "0.7"
}
], - "intraCompanyLoanIndicator": false
}, - "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyName": "Jane Birkin"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "string",
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "accountType": "Current"
}
], - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "limits": [
- {
- "name": "creditLimit",
- "limitTypeCode": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "percentage": "0.7",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "usedAmount": "100",
- "usedPercentage": "0.7",
- "status": "Requested",
- "periodicity": {
- "unit": "Monthly",
- "value": 999
}
}
], - "statementSettings": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "communicationMethod": "Email",
- "format": "PDF",
- "category": "BalanceSheet",
- "subcategory": "Cash"
}, - "supplementaryData": { },
- "status": "Withdrawn",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "substatus": "string",
- "openDate": "2022-04-17",
- "fundedDate": "2022-04-17",
- "disbursalDate": "2022-04-17",
- "balances": [
- {
- "balanceName": "Available",
- "amount": "100",
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z"
}
], - "transactionGroups": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "codeName": "Incoming Wire",
- "code": "195"
}
], - "status": "Booked",
- "number": 0,
- "amount": "100",
- "temporalUnit": {
- "unit": "Months",
- "value": 999
}
}
], - "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "relatedCards": [
- {
- "cardId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "cardHolderName": "Jane Birkin",
- "cardHolderType": "Primary"
}
], - "principalAmount": "100",
- "accruedCapitalisationAmount": "100",
- "nextPayment": {
- "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}
}, - "lastPayment": {
- "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}, - "paymentDate": "2022-04-17"
}
}
Response samples
- 200
- 400
- 404
- 500
{- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "servicerBranchId": "SEA_1",
- "loanType": "Personal",
- "ownershipType": "Owner",
- "productId": "PD_CA_0002",
- "name": "Hermes PD_CA 0002",
- "accountPurpose": "This is a description.",
- "currency": "USD",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "amount": "100",
- "borrower": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "lender": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "maturityDate": "2022-04-17",
- "masterAgreement": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string"
}, - "interests": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "cardLatePayment",
- "amount": "100",
- "rate": "0.7",
- "chargeType": "ManagementFee",
- "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "relatedInterest": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
}
], - "tranches": [
- {
- "sequenceNumber": "1",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "amount": "100",
- "duration": {
- "unit": "Months",
- "value": 999
}
}
], - "term": {
- "unit": "Months",
- "value": 999
}, - "paymentSchedule": [
- {
- "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- null
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": null,
- "cerfiticationDate": null,
- "expirationDate": null
}
], - "regulations": [
- {
- "name": null,
- "section": null
}
], - "withholdings": [
- {
- "withholdingTaxType": null,
- "withholdingRate": null,
- "withholdingAmount": null
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": null,
- "channelIdentification": null,
- "codeWord": null,
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": null,
- "timeZone": null
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}
}
], - "collaterals": [
- {
- "amount": "100",
- "collateralType": "string",
- "contract": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}
}
}
], - "syndicate": [
- {
- "lenderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "lenderType": "Person",
- "amount": "100",
- "share": "0.7"
}
], - "intraCompanyLoanIndicator": false
}, - "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyName": "Jane Birkin"
}
], - "relatedAccounts": [
- {
- "accountRelationType": "string",
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "accountType": "Current"
}
], - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "limits": [
- {
- "name": "creditLimit",
- "limitTypeCode": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "percentage": "0.7",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "usedAmount": "100",
- "usedPercentage": "0.7",
- "status": "Requested",
- "periodicity": {
- "unit": "Monthly",
- "value": 999
}
}
], - "statementSettings": {
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "communicationMethod": "Email",
- "format": "PDF",
- "category": "BalanceSheet",
- "subcategory": "Cash"
}, - "supplementaryData": { },
- "status": "Withdrawn",
- "statusDateAndTime": "2022-04-17T08:00:00Z",
- "substatus": "string",
- "openDate": "2022-04-17",
- "fundedDate": "2022-04-17",
- "disbursalDate": "2022-04-17",
- "balances": [
- {
- "balanceName": "Available",
- "amount": "100",
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z"
}
], - "transactionGroups": [
- {
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subFamily": "CreditCardPayment",
- "codes": [
- {
- "codeType": "DetailBAI",
- "codeName": "Incoming Wire",
- "code": "195"
}
], - "status": "Booked",
- "number": 0,
- "amount": "100",
- "temporalUnit": {
- "unit": "Months",
- "value": 999
}
}
], - "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "relatedCards": [
- {
- "cardId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "cardHolderName": "Jane Birkin",
- "cardHolderType": "Primary"
}
], - "principalAmount": "100",
- "accruedCapitalisationAmount": "100",
- "nextPayment": {
- "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}
}, - "lastPayment": {
- "repaymentScheduleId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "amount": "100",
- "expectedDate": "2022-04-17",
- "dueDate": "2022-04-17",
- "repaymentType": "Principal",
- "paymentInstruction": {
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "identifiers": {
- "endToEndIdentification": "12345678912345",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "UETR",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "creditor": {
- "name": {
- "name": "Jane Birkin",
- "shortName": "Jane",
- "relatedParties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyName": "Jane Birkin",
- "partyRelationType": "Owner",
- "ownershipPercentage": "0.7"
}
], - "postalAddresses": [
- {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}
], - "residenceType": "Domestic",
- "taxInformation": {
- "tIN": "778-62-8144",
- "taxIdType": "SSN",
- "reportingIndicator": true,
- "tinStatus": "Valid",
- "taxStatus": "Valid",
- "forms": [
- {
- "formName": "W-9",
- "cerfiticationDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "regulations": [
- {
- "name": "Chapter4",
- "section": "1471"
}
], - "withholdings": [
- {
- "withholdingTaxType": "NonResidentAlienTax",
- "withholdingRate": "0.7",
- "withholdingAmount": "100"
}
], - "nRAIndicator": true,
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "supplementaryData": { }
}, - "powerOfAttorney": {
- "documentId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "documentReference": "string",
- "version": "string",
- "signOffDate": "2022-04-17",
- "issueDate": "2022-04-17",
- "purpose": "string",
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "jurisdiction": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US"
}, - "authorizedPerson": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "authorizedAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002"
}, - "supplementaryData": { },
- "settings": {
- "communicationChannels": [
- {
- "channel": "Email",
- "channelIdentification": "011-02010020202",
- "codeWord": "string",
- "alertIndicator": null
}
]
}, - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
]
}, - "account": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "agent": {
- "clearingSystemMemberIdentification": "UnitedStatesRoutingNumberFedwireNACHA",
- "memberIdentification": "string",
- "name": "string",
- "postalAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
]
}, - "placeAndDateOfBirth": {
- "countrySubdivision": "Oregon",
- "townName": "Tualatin",
- "country": "US",
- "birthDate": "2022-04-17"
}, - "contact": {
- "namePrefix": "string",
- "name": "Jane Birkin",
- "phones": [
- {
- "number": "+1-415-731359",
- "extension": "strin",
- "phoneType": "string",
- "phonePurpose": "string",
- "primaryIndicator": true,
- "preferredHourOfDay": {
- "hour": "12",
- "timeZone": "Pacific"
}
}
], - "emails": [
- {
- "emailAddress": "string",
- "emailPurpose": "Statements",
- "primaryIndicator": true
}
], - "jobTitle": "Head of Documentation",
- "department": "Sales",
- "otherContactMethods": [
- {
- "channelType": "Email",
- "identification": "011-02010020202"
}
], - "preferredMethod": "Email",
- "preferredLanguage": "English"
}, - "identifiers": [
- {
- "number": "123-45-6789",
- "schemeName": "TaxIdentificationNumber",
- "issuer": "UnitedStates",
- "issueDate": "2022-04-17",
- "expirationDate": "2022-04-17"
}
], - "countryOfResidence": "US"
}
}, - "paymentDate": "2022-04-17"
}
}
Retrieves Loan Balances
Authorizations:
path Parameters
loanId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Loan Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "loanId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "balances": [
- {
- "balanceName": "Available",
- "amount": "100",
- "currency": "USD",
- "calculationDate": "2022-04-17T08:00:00Z"
}
]
}
Retrieves Loan Transactions
Authorizations:
path Parameters
loanId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Loan Identification |
query Parameters
transactionId.eq | string (TransactionId) [ 1 .. 36 ] characters Example: transactionId.eq=0dd926fe-1ca2-11ed-861d-0242ac120002 Unique reference as assigned by the account servicing institution to unambiguously identify the transaction. |
amount.lte | string (AmountInCents) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: amount.lte=100 Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 |
amount.gte | string (AmountInCents) <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: amount.gte=100 Number of monetary units where the size of the decimal part is defined by the currency. Note: total number of digits: 21 number of digits in fractional part: 8 maxInclusive: 9999999999999.99999999 minInclusive: -9999999999999.99999999 |
creationDate.lte | string <date> (Date) Example: creationDate.lte=2022-04-17 Creation date less than or equal |
creationDate.gte | string <date> (Date) Example: creationDate.gte=2022-04-17 Creation date greater than or equal |
cursor | string Specifies an opaque string value ( "no meaning" string value) at which start retrieving transactions. For instance, limit=5&cursor=62aef884fbe3470ce7d9a92140b09b17 |
limit | string Specifies the number of resources to return in one request, specified as an integer from 1 to 100. |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Pagination-Cursor required | string Pagination Cursor |
Pagination-Total required | string Total number of resources. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "loanId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "loanType": "Personal",
- "currency": "USD",
- "currentBalance": "100",
- "availableBalance": "100",
- "transactions": [
- {
- "transactionId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "amount": "100",
- "creditDebitIndicator": "Credit",
- "domain": "Payments",
- "family": "CustomerCardTransactions",
- "subfamily": "CreditCardPayment",
- "description": "This is a description.",
- "status": "Booked",
- "reversalIndicator": true,
- "creationDate": "2022-04-17T08:00:00Z",
- "valueDate": "2022-04-17T08:00:00Z",
- "bookingDate": "2022-04-17T08:00:00Z",
- "charges": [
- {
- "name": "cardLatePayment",
- "amount": "100"
}
], - "codes": [
- {
- "codeType": "DetailBAI",
- "codeName": "Incoming Wire",
- "code": "195"
}
], - "interests": [
- {
- "name": "LatePayment",
- "amount": "100"
}
], - "currentBalance": "100",
- "payment": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "check": {
- "checkType": "string",
- "checkNumber": "string",
- "availabilityDate": "2022-04-17T08:00:00Z"
}, - "card": {
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "merchantCategoryCode": "482",
- "merchantName": "Food Store",
- "merchantAddress": {
- "addressType": "Postal",
- "addressPurpose": "Billing",
- "primaryIndicator": true,
- "department": "A",
- "subDepartment": "B",
- "streetName": "First Street",
- "firstCrossStreetName": "string",
- "secondCrossStreetName": "Second Street",
- "buildingNumber": "11407",
- "buildingName": "Tall Tower",
- "floor": "20",
- "postBox": "MY779",
- "room": "22",
- "postCode": "97062-6884",
- "townName": "Tualatin",
- "townLocationName": "Clackamas",
- "districtName": "Washington",
- "countrySubDivision": "Oregon",
- "countrySubDivisionCode": "AR-B",
- "country": "US",
- "addressLine": [
- "11407 Sw Amu st, Suite MY777"
]
}, - "offerId": "101854",
- "offerTitle": "Save 20%"
}, - "remittanceInformation": {
- "remittanceNumber": "string",
- "documentType": "string"
}, - "supplementaryData": { }
}
]
}
Retrieves Loan Identifiers
Authorizations:
path Parameters
loanId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Loan Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
], - "loanId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "loanType": "Personal"
}
Retrieves Loan Parties
Authorizations:
path Parameters
loanId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Loan Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "loanId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "parties": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyName": "Jane Birkin"
}
]
}
Retrieves Loan Owners
Authorizations:
path Parameters
loanId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Loan Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "accountType": "Current",
- "ownershipType": "Owner",
- "owners": [
- {
- "partyId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "partyType": "Person",
- "partyAccountRole": "AccountOwner",
- "partyName": "Jane Birkin"
}
]
}
Retrieves Loan Cards
Authorizations:
path Parameters
loanId required | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Loan Identification |
header Parameters
servicerId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Account Servicer Identification (Bank) |
servicerBranchId | string (Id) [ 1 .. 36 ] characters Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002 Identification of the account servicer institution at branch level or operation level. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "loanId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678",
- "cards": [
- {
- "fundingSourceType": "Credit",
- "productCode": "F",
- "digitalIndicator": true,
- "number": "1234567890123456789",
- "cardHolderType": "Primary",
- "nameOnCard": "Jane Birkin",
- "referenceAccount": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "relatedAccounts": [
- {
- "accountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "accountNumber": "012345678"
}
], - "startDate": "2022-12",
- "expiryDate": "2022-12",
- "securityCode": "103",
- "pin": "1031",
- "sequenceNumber": "1",
- "brand": "Visa",
- "limits": [
- {
- "name": "creditLimit",
- "limitTypeCode": "DirectDebit",
- "channelType": "string",
- "amount": "100",
- "percentage": "0.7",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "usedAmount": "100",
- "usedPercentage": "0.7",
- "status": "Requested",
- "periodicity": {
- "unit": "Monthly",
- "value": 999
}
}
], - "interests": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
], - "restrictions": [
- {
- "name": "externalTransferAllowed",
- "restrictionPurpose": "This is a description.",
- "validFrom": "2022-04-17",
- "validUntil": "2022-04-17"
}
], - "charges": [
- {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "cardLatePayment",
- "amount": "100",
- "rate": "0.7",
- "chargeType": "ManagementFee",
- "calculationBasis": "Monthly",
- "bearerType": "Shared",
- "maximumAmount": "100",
- "relatedInterest": {
- "fromDateTime": "2022-04-17",
- "upToDateTime": "2022-04-17",
- "name": "LatePayment",
- "dayCountBasis": "30360AmericanBasicRule",
- "rate": "0.7",
- "interestRateType": "Fixed",
- "calculationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "applicationFrequency": {
- "unit": "Monthly",
- "value": 999
}, - "variableInterest": {
- "referenceRateName": "string",
- "term": {
- "unit": "Months",
- "value": 999
}, - "spreadRate": "0.7",
- "basisPointSpread": 0
}
}
}
], - "supplementaryData": { },
- "cardId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "cardHolderId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "creditCardStatement": {
- "statementBalance": "100",
- "paymentClosingDate": "2022-04-17",
- "paymentDueDate": "2022-04-17",
- "minimumPayment": "100",
- "lastPaymentDate": "2022-04-17",
- "lastPaymentAmount": "100"
}, - "offers": [
- {
- "offerId": "101854",
- "offerTitle": "Save 20%"
}
], - "status": "Active",
- "statusDate": "2022-04-17T08:00:00Z",
- "statusReason": "This is a description."
}
]
}