# Resolve receipt recipient Resolves and matches a receipt recipient based on the provided identification details (email, phone number, IBAN, or card number). Returns the matched recipient's details if found, enabling receipt delivery to the correct user. Accessible for: Company, Client Application Endpoint: POST /recipient/resolve Version: v1 Security: cheqi_oauth ## Request fields (application/json): - `paymentType` (string, required) The payment type Enum: "CARD_PAYMENT", "DIRECT_DEBIT", "CASH" - `cardDetails` (object) The card details - `cardDetails.cardProvider` (string) Enum: "MAESTRO", "MASTERCARD", "VISA", "AMERICAN_EXPRESS" - `cardDetails.paymentAccountNumber` (string) - `cardDetails.paymentAccountReference` (string) - `cardDetails.additionalProperties` (object) - `paymentAccountDetails` (object) The payment account details, for now only IBAN/WERO is supported - `paymentAccountDetails.identifier` (string) - `paymentAccountDetails.accountIdentifierType` (string) Enum: "IBAN", "ROUTING_ACCOUNT", "SORT_CODE_ACCOUNT", "TOKEN", "WALLET", "OTHER" - `paymentAccountDetails.bic` (string) - `paymentAccountDetails.bankName` (string) - `paymentAccountDetails.accountHolderName` (string) - `paymentAccountDetails.institutionName` (string) - `paymentIds` (array) The payment IDs that are used to identify the payment on your side - `recipientEmail` (string) The recipient email Example: "recipient@example.com" - `cheqiReceiptId` (string) The Cheqi receipt ID, only needed for credit notes Example: "CHQ-12345678-123456-123456" - `userId` (string) The user ID ## Response 200 fields (*/*): - `customerFound` (boolean) - `matchId` (string) - `recipients` (array) - `recipients.keyCreatedAt` (string) - `recipients.additionalProperties` (object) - `recipients.id` (string) - `recipients.receiverType` (string) Enum: "WEBHOOK", "DEVICE" - `recipients.publicKey` (string) - `recipients.keyAlgorithm` (string) - `paymentMeans` (array) - `paymentMeans.paymentMeansCode` (object) - `paymentMeans.paymentMeansCode.value` (string) - `paymentMeans.paymentMeansCode.languageID` (string) - `paymentMeans.paymentMeansCode.listAgencyID` (string) - `paymentMeans.paymentMeansCode.listAgencyName` (string) - `paymentMeans.paymentMeansCode.listID` (string) - `paymentMeans.paymentMeansCode.listName` (string) - `paymentMeans.paymentMeansCode.listSchemeURI` (string) - `paymentMeans.paymentMeansCode.listURI` (string) - `paymentMeans.paymentMeansCode.listVersionID` (string) - `paymentMeans.paymentMeansCode.name` (string) - `paymentMeans.paymentMeansDescription` (array) - `paymentMeans.paymentID` (array) - `paymentMeans.paymentID.schemeAgencyID` (string) - `paymentMeans.paymentID.schemeAgencyName` (string) - `paymentMeans.paymentID.schemeDataURI` (string) - `paymentMeans.paymentID.schemeID` (string) - `paymentMeans.paymentID.schemeName` (string) - `paymentMeans.paymentID.schemeURI` (string) - `paymentMeans.paymentID.schemeVersionID` (string) - `paymentMeans.paymentDueDate` (string) - `paymentMeans.paymentChannelCode` (object) - `paymentMeans.instructionID` (object) - `paymentMeans.instructionNote` (array) - `paymentMeans.chargeBearerCode` (object) - `paymentMeans.serviceLevelCode` (object) - `paymentMeans.cardAccount` (array) - `paymentMeans.cardAccount.primaryAccountNumberID` (object) - `paymentMeans.cardAccount.networkID` (object) - `paymentMeans.cardAccount.cardTypeCode` (object) - `paymentMeans.cardAccount.validityStartDate` (string) - `paymentMeans.cardAccount.expiryDate` (string) - `paymentMeans.cardAccount.issuerID` (object) - `paymentMeans.cardAccount.issueNumberID` (object) - `paymentMeans.cardAccount.getcV2ID` (object) - `paymentMeans.cardAccount.cardChipCode` (object) - `paymentMeans.cardAccount.chipApplicationID` (object) - `paymentMeans.cardAccount.holderName` (string) - `paymentMeans.cardAccount.roleCode` (object) - `paymentMeans.payerFinancialAccount` (object) - `paymentMeans.payerFinancialAccount.aliasName` (object) - `paymentMeans.payerFinancialAccount.aliasName.languageLocaleID` (string) - `paymentMeans.payerFinancialAccount.accountTypeCode` (object) - `paymentMeans.payerFinancialAccount.accountFormatCode` (object) - `paymentMeans.payerFinancialAccount.currencyCode` (object) - `paymentMeans.payerFinancialAccount.paymentNote` (array) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressTypeCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressFormatCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.postbox` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.floor` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.room` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.streetName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.additionalStreetName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.blockName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.buildingName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.buildingNumber` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.description` (array) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.inhouseMail` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.department` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.markAttention` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.markCare` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.plotIdentification` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.citySubdivisionName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.cityName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.postalZone` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.countrySubentity` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.countrySubentityCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.region` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.district` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.timezoneOffset` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressLine` (array) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressLine.line` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.country` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.country.identificationCode` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.coordinateSystemCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDegreesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDegreesMeasure.unitCode` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDegreesMeasure.unitCodeListVersionID` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeMinutesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDirectionCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.longitudeDegreesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.longitudeMinutesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.longitudeDirectionCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.altitudeMeasure` (object) - `paymentMeans.payeeFinancialAccount` (object) - `paymentMeans.creditAccount` (object) - `paymentMeans.creditAccount.accountID` (object) - `paymentMeans.paymentMandate` (object) - `paymentMeans.paymentMandate.mandateTypeCode` (object) - `paymentMeans.paymentMandate.maximumPaidAmount` (object) - `paymentMeans.paymentMandate.maximumPaidAmount.currencyID` (string) - `paymentMeans.paymentMandate.signatureID` (object) - `paymentMeans.paymentMandate.payerParty` (object) - `paymentMeans.paymentMandate.payerParty.endpointID` (object) - `paymentMeans.paymentMandate.payerParty.partyIdentification` (array) - `paymentMeans.paymentMandate.payerParty.partyName` (object) - `paymentMeans.paymentMandate.payerParty.postalAddress` (object) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme` (array) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.companyID` (string) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.taxScheme` (object) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.taxScheme.taxTypeCode` (object) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.taxScheme.jurisdictionRegionAddress` (object) - `paymentMeans.paymentMandate.payerParty.partyLegalEntity` (object) - `paymentMeans.paymentMandate.payerParty.partyLegalEntity.registrationName` (string) - `paymentMeans.paymentMandate.payerParty.partyLegalEntity.companyLegalForm` (string) - `paymentMeans.paymentMandate.payerParty.contact` (object) - `paymentMeans.paymentMandate.payerParty.contact.jobTitle` (string) - `paymentMeans.paymentMandate.payerParty.contact.telephone` (string) - `paymentMeans.paymentMandate.payerParty.contact.telefax` (string) - `paymentMeans.paymentMandate.payerParty.contact.electronicMail` (string) - `paymentMeans.paymentMandate.payerParty.contact.note` (string) - `paymentMeans.paymentMandate.payerParty.contact.otherCommunication` (array) - `paymentMeans.paymentMandate.payerParty.contact.otherCommunication.channelCode` (object) - `paymentMeans.paymentMandate.payerParty.contact.otherCommunication.channel` (string) - `paymentMeans.paymentMandate.validityPeriod` (object) - `paymentMeans.paymentMandate.validityPeriod.startDate` (string) - `paymentMeans.paymentMandate.validityPeriod.startTime` (string) - `paymentMeans.paymentMandate.validityPeriod.endDate` (string) - `paymentMeans.paymentMandate.validityPeriod.endTime` (string) - `paymentMeans.paymentMandate.validityPeriod.durationMeasure` (object) - `paymentMeans.paymentMandate.validityPeriod.descriptionCode` (object) - `paymentMeans.paymentMandate.paymentReversalPeriod` (object) - `paymentMeans.paymentMandate.clause` (object) - `paymentMeans.paymentMandate.clause.content` (array) - `paymentMeans.paymentMandate.maximumPaymentInstructionsNumeric` (number) - `paymentMeans.tradeFinancing` (object) - `paymentMeans.tradeFinancing.financingInstrumentCode` (object) - `paymentMeans.tradeFinancing.contractDocumentReference` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.copyIndicator` (boolean) - `paymentMeans.tradeFinancing.contractDocumentReference.uuid` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.issueDate` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.issueTime` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.documentTypeCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.referencedDocumentInternalAddress` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.localeCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.versionID` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.documentStatusCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.documentDescription` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.embeddedDocumentBinaryObject` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.embeddedDocumentBinaryObject.mimeCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.embeddedDocumentBinaryObject.filename` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.externalReference` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.externalReference.uri` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.issuerParty` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validatorID` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validationResultCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validationDate` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validationTime` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validateProcess` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validateTool` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validateToolVersion` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.signatoryParty` (object) - `paymentMeans.tradeFinancing.documentReference` (array) - `paymentMeans.tradeFinancing.financingParty` (object) - `paymentMeans.tradeFinancing.financingFinancialAccount` (object) - `paymentMeans.remittanceDocumentDistribution` (object) - `paymentMeans.remittanceDocumentDistribution.distributionTypeCode` (object) - `paymentMeans.remittanceDocumentDistribution.distributionType` (array) - `paymentMeans.remittanceDocumentDistribution.printQualifier` (string) - `paymentMeans.remittanceDocumentDistribution.maximumCopiesNumeric` (number) - `paymentMeans.remittanceDocumentDistribution.maximumOriginalsNumeric` (number) - `paymentMeans.remittanceDocumentDistribution.communication` (object) - `paymentMeans.remittanceDocumentDistribution.party` (object) - `expiresAt` (string) - `instructions` (string) ## Response 400 fields (*/*): - `customerFound` (boolean) - `matchId` (string) - `recipients` (array) - `recipients.keyCreatedAt` (string) - `recipients.additionalProperties` (object) - `recipients.id` (string) - `recipients.receiverType` (string) Enum: "WEBHOOK", "DEVICE" - `recipients.publicKey` (string) - `recipients.keyAlgorithm` (string) - `paymentMeans` (array) - `paymentMeans.paymentMeansCode` (object) - `paymentMeans.paymentMeansCode.value` (string) - `paymentMeans.paymentMeansCode.languageID` (string) - `paymentMeans.paymentMeansCode.listAgencyID` (string) - `paymentMeans.paymentMeansCode.listAgencyName` (string) - `paymentMeans.paymentMeansCode.listID` (string) - `paymentMeans.paymentMeansCode.listName` (string) - `paymentMeans.paymentMeansCode.listSchemeURI` (string) - `paymentMeans.paymentMeansCode.listURI` (string) - `paymentMeans.paymentMeansCode.listVersionID` (string) - `paymentMeans.paymentMeansCode.name` (string) - `paymentMeans.paymentMeansDescription` (array) - `paymentMeans.paymentID` (array) - `paymentMeans.paymentID.schemeAgencyID` (string) - `paymentMeans.paymentID.schemeAgencyName` (string) - `paymentMeans.paymentID.schemeDataURI` (string) - `paymentMeans.paymentID.schemeID` (string) - `paymentMeans.paymentID.schemeName` (string) - `paymentMeans.paymentID.schemeURI` (string) - `paymentMeans.paymentID.schemeVersionID` (string) - `paymentMeans.paymentDueDate` (string) - `paymentMeans.paymentChannelCode` (object) - `paymentMeans.instructionID` (object) - `paymentMeans.instructionNote` (array) - `paymentMeans.chargeBearerCode` (object) - `paymentMeans.serviceLevelCode` (object) - `paymentMeans.cardAccount` (array) - `paymentMeans.cardAccount.primaryAccountNumberID` (object) - `paymentMeans.cardAccount.networkID` (object) - `paymentMeans.cardAccount.cardTypeCode` (object) - `paymentMeans.cardAccount.validityStartDate` (string) - `paymentMeans.cardAccount.expiryDate` (string) - `paymentMeans.cardAccount.issuerID` (object) - `paymentMeans.cardAccount.issueNumberID` (object) - `paymentMeans.cardAccount.getcV2ID` (object) - `paymentMeans.cardAccount.cardChipCode` (object) - `paymentMeans.cardAccount.chipApplicationID` (object) - `paymentMeans.cardAccount.holderName` (string) - `paymentMeans.cardAccount.roleCode` (object) - `paymentMeans.payerFinancialAccount` (object) - `paymentMeans.payerFinancialAccount.aliasName` (object) - `paymentMeans.payerFinancialAccount.aliasName.languageLocaleID` (string) - `paymentMeans.payerFinancialAccount.accountTypeCode` (object) - `paymentMeans.payerFinancialAccount.accountFormatCode` (object) - `paymentMeans.payerFinancialAccount.currencyCode` (object) - `paymentMeans.payerFinancialAccount.paymentNote` (array) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressTypeCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressFormatCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.postbox` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.floor` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.room` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.streetName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.additionalStreetName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.blockName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.buildingName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.buildingNumber` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.description` (array) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.inhouseMail` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.department` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.markAttention` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.markCare` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.plotIdentification` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.citySubdivisionName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.cityName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.postalZone` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.countrySubentity` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.countrySubentityCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.region` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.district` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.timezoneOffset` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressLine` (array) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressLine.line` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.country` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.country.identificationCode` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.coordinateSystemCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDegreesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDegreesMeasure.unitCode` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDegreesMeasure.unitCodeListVersionID` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeMinutesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDirectionCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.longitudeDegreesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.longitudeMinutesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.longitudeDirectionCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.altitudeMeasure` (object) - `paymentMeans.payeeFinancialAccount` (object) - `paymentMeans.creditAccount` (object) - `paymentMeans.creditAccount.accountID` (object) - `paymentMeans.paymentMandate` (object) - `paymentMeans.paymentMandate.mandateTypeCode` (object) - `paymentMeans.paymentMandate.maximumPaidAmount` (object) - `paymentMeans.paymentMandate.maximumPaidAmount.currencyID` (string) - `paymentMeans.paymentMandate.signatureID` (object) - `paymentMeans.paymentMandate.payerParty` (object) - `paymentMeans.paymentMandate.payerParty.endpointID` (object) - `paymentMeans.paymentMandate.payerParty.partyIdentification` (array) - `paymentMeans.paymentMandate.payerParty.partyName` (object) - `paymentMeans.paymentMandate.payerParty.postalAddress` (object) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme` (array) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.companyID` (string) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.taxScheme` (object) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.taxScheme.taxTypeCode` (object) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.taxScheme.jurisdictionRegionAddress` (object) - `paymentMeans.paymentMandate.payerParty.partyLegalEntity` (object) - `paymentMeans.paymentMandate.payerParty.partyLegalEntity.registrationName` (string) - `paymentMeans.paymentMandate.payerParty.partyLegalEntity.companyLegalForm` (string) - `paymentMeans.paymentMandate.payerParty.contact` (object) - `paymentMeans.paymentMandate.payerParty.contact.jobTitle` (string) - `paymentMeans.paymentMandate.payerParty.contact.telephone` (string) - `paymentMeans.paymentMandate.payerParty.contact.telefax` (string) - `paymentMeans.paymentMandate.payerParty.contact.electronicMail` (string) - `paymentMeans.paymentMandate.payerParty.contact.note` (string) - `paymentMeans.paymentMandate.payerParty.contact.otherCommunication` (array) - `paymentMeans.paymentMandate.payerParty.contact.otherCommunication.channelCode` (object) - `paymentMeans.paymentMandate.payerParty.contact.otherCommunication.channel` (string) - `paymentMeans.paymentMandate.validityPeriod` (object) - `paymentMeans.paymentMandate.validityPeriod.startDate` (string) - `paymentMeans.paymentMandate.validityPeriod.startTime` (string) - `paymentMeans.paymentMandate.validityPeriod.endDate` (string) - `paymentMeans.paymentMandate.validityPeriod.endTime` (string) - `paymentMeans.paymentMandate.validityPeriod.durationMeasure` (object) - `paymentMeans.paymentMandate.validityPeriod.descriptionCode` (object) - `paymentMeans.paymentMandate.paymentReversalPeriod` (object) - `paymentMeans.paymentMandate.clause` (object) - `paymentMeans.paymentMandate.clause.content` (array) - `paymentMeans.paymentMandate.maximumPaymentInstructionsNumeric` (number) - `paymentMeans.tradeFinancing` (object) - `paymentMeans.tradeFinancing.financingInstrumentCode` (object) - `paymentMeans.tradeFinancing.contractDocumentReference` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.copyIndicator` (boolean) - `paymentMeans.tradeFinancing.contractDocumentReference.uuid` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.issueDate` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.issueTime` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.documentTypeCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.referencedDocumentInternalAddress` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.localeCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.versionID` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.documentStatusCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.documentDescription` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.embeddedDocumentBinaryObject` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.embeddedDocumentBinaryObject.mimeCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.embeddedDocumentBinaryObject.filename` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.externalReference` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.externalReference.uri` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.issuerParty` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validatorID` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validationResultCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validationDate` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validationTime` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validateProcess` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validateTool` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validateToolVersion` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.signatoryParty` (object) - `paymentMeans.tradeFinancing.documentReference` (array) - `paymentMeans.tradeFinancing.financingParty` (object) - `paymentMeans.tradeFinancing.financingFinancialAccount` (object) - `paymentMeans.remittanceDocumentDistribution` (object) - `paymentMeans.remittanceDocumentDistribution.distributionTypeCode` (object) - `paymentMeans.remittanceDocumentDistribution.distributionType` (array) - `paymentMeans.remittanceDocumentDistribution.printQualifier` (string) - `paymentMeans.remittanceDocumentDistribution.maximumCopiesNumeric` (number) - `paymentMeans.remittanceDocumentDistribution.maximumOriginalsNumeric` (number) - `paymentMeans.remittanceDocumentDistribution.communication` (object) - `paymentMeans.remittanceDocumentDistribution.party` (object) - `expiresAt` (string) - `instructions` (string) ## Response 401 fields (*/*): - `customerFound` (boolean) - `matchId` (string) - `recipients` (array) - `recipients.keyCreatedAt` (string) - `recipients.additionalProperties` (object) - `recipients.id` (string) - `recipients.receiverType` (string) Enum: "WEBHOOK", "DEVICE" - `recipients.publicKey` (string) - `recipients.keyAlgorithm` (string) - `paymentMeans` (array) - `paymentMeans.paymentMeansCode` (object) - `paymentMeans.paymentMeansCode.value` (string) - `paymentMeans.paymentMeansCode.languageID` (string) - `paymentMeans.paymentMeansCode.listAgencyID` (string) - `paymentMeans.paymentMeansCode.listAgencyName` (string) - `paymentMeans.paymentMeansCode.listID` (string) - `paymentMeans.paymentMeansCode.listName` (string) - `paymentMeans.paymentMeansCode.listSchemeURI` (string) - `paymentMeans.paymentMeansCode.listURI` (string) - `paymentMeans.paymentMeansCode.listVersionID` (string) - `paymentMeans.paymentMeansCode.name` (string) - `paymentMeans.paymentMeansDescription` (array) - `paymentMeans.paymentID` (array) - `paymentMeans.paymentID.schemeAgencyID` (string) - `paymentMeans.paymentID.schemeAgencyName` (string) - `paymentMeans.paymentID.schemeDataURI` (string) - `paymentMeans.paymentID.schemeID` (string) - `paymentMeans.paymentID.schemeName` (string) - `paymentMeans.paymentID.schemeURI` (string) - `paymentMeans.paymentID.schemeVersionID` (string) - `paymentMeans.paymentDueDate` (string) - `paymentMeans.paymentChannelCode` (object) - `paymentMeans.instructionID` (object) - `paymentMeans.instructionNote` (array) - `paymentMeans.chargeBearerCode` (object) - `paymentMeans.serviceLevelCode` (object) - `paymentMeans.cardAccount` (array) - `paymentMeans.cardAccount.primaryAccountNumberID` (object) - `paymentMeans.cardAccount.networkID` (object) - `paymentMeans.cardAccount.cardTypeCode` (object) - `paymentMeans.cardAccount.validityStartDate` (string) - `paymentMeans.cardAccount.expiryDate` (string) - `paymentMeans.cardAccount.issuerID` (object) - `paymentMeans.cardAccount.issueNumberID` (object) - `paymentMeans.cardAccount.getcV2ID` (object) - `paymentMeans.cardAccount.cardChipCode` (object) - `paymentMeans.cardAccount.chipApplicationID` (object) - `paymentMeans.cardAccount.holderName` (string) - `paymentMeans.cardAccount.roleCode` (object) - `paymentMeans.payerFinancialAccount` (object) - `paymentMeans.payerFinancialAccount.aliasName` (object) - `paymentMeans.payerFinancialAccount.aliasName.languageLocaleID` (string) - `paymentMeans.payerFinancialAccount.accountTypeCode` (object) - `paymentMeans.payerFinancialAccount.accountFormatCode` (object) - `paymentMeans.payerFinancialAccount.currencyCode` (object) - `paymentMeans.payerFinancialAccount.paymentNote` (array) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressTypeCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressFormatCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.postbox` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.floor` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.room` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.streetName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.additionalStreetName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.blockName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.buildingName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.buildingNumber` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.description` (array) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.inhouseMail` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.department` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.markAttention` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.markCare` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.plotIdentification` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.citySubdivisionName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.cityName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.postalZone` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.countrySubentity` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.countrySubentityCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.region` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.district` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.timezoneOffset` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressLine` (array) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressLine.line` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.country` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.country.identificationCode` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.coordinateSystemCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDegreesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDegreesMeasure.unitCode` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDegreesMeasure.unitCodeListVersionID` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeMinutesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDirectionCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.longitudeDegreesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.longitudeMinutesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.longitudeDirectionCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.altitudeMeasure` (object) - `paymentMeans.payeeFinancialAccount` (object) - `paymentMeans.creditAccount` (object) - `paymentMeans.creditAccount.accountID` (object) - `paymentMeans.paymentMandate` (object) - `paymentMeans.paymentMandate.mandateTypeCode` (object) - `paymentMeans.paymentMandate.maximumPaidAmount` (object) - `paymentMeans.paymentMandate.maximumPaidAmount.currencyID` (string) - `paymentMeans.paymentMandate.signatureID` (object) - `paymentMeans.paymentMandate.payerParty` (object) - `paymentMeans.paymentMandate.payerParty.endpointID` (object) - `paymentMeans.paymentMandate.payerParty.partyIdentification` (array) - `paymentMeans.paymentMandate.payerParty.partyName` (object) - `paymentMeans.paymentMandate.payerParty.postalAddress` (object) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme` (array) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.companyID` (string) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.taxScheme` (object) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.taxScheme.taxTypeCode` (object) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.taxScheme.jurisdictionRegionAddress` (object) - `paymentMeans.paymentMandate.payerParty.partyLegalEntity` (object) - `paymentMeans.paymentMandate.payerParty.partyLegalEntity.registrationName` (string) - `paymentMeans.paymentMandate.payerParty.partyLegalEntity.companyLegalForm` (string) - `paymentMeans.paymentMandate.payerParty.contact` (object) - `paymentMeans.paymentMandate.payerParty.contact.jobTitle` (string) - `paymentMeans.paymentMandate.payerParty.contact.telephone` (string) - `paymentMeans.paymentMandate.payerParty.contact.telefax` (string) - `paymentMeans.paymentMandate.payerParty.contact.electronicMail` (string) - `paymentMeans.paymentMandate.payerParty.contact.note` (string) - `paymentMeans.paymentMandate.payerParty.contact.otherCommunication` (array) - `paymentMeans.paymentMandate.payerParty.contact.otherCommunication.channelCode` (object) - `paymentMeans.paymentMandate.payerParty.contact.otherCommunication.channel` (string) - `paymentMeans.paymentMandate.validityPeriod` (object) - `paymentMeans.paymentMandate.validityPeriod.startDate` (string) - `paymentMeans.paymentMandate.validityPeriod.startTime` (string) - `paymentMeans.paymentMandate.validityPeriod.endDate` (string) - `paymentMeans.paymentMandate.validityPeriod.endTime` (string) - `paymentMeans.paymentMandate.validityPeriod.durationMeasure` (object) - `paymentMeans.paymentMandate.validityPeriod.descriptionCode` (object) - `paymentMeans.paymentMandate.paymentReversalPeriod` (object) - `paymentMeans.paymentMandate.clause` (object) - `paymentMeans.paymentMandate.clause.content` (array) - `paymentMeans.paymentMandate.maximumPaymentInstructionsNumeric` (number) - `paymentMeans.tradeFinancing` (object) - `paymentMeans.tradeFinancing.financingInstrumentCode` (object) - `paymentMeans.tradeFinancing.contractDocumentReference` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.copyIndicator` (boolean) - `paymentMeans.tradeFinancing.contractDocumentReference.uuid` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.issueDate` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.issueTime` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.documentTypeCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.referencedDocumentInternalAddress` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.localeCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.versionID` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.documentStatusCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.documentDescription` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.embeddedDocumentBinaryObject` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.embeddedDocumentBinaryObject.mimeCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.embeddedDocumentBinaryObject.filename` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.externalReference` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.externalReference.uri` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.issuerParty` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validatorID` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validationResultCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validationDate` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validationTime` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validateProcess` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validateTool` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validateToolVersion` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.signatoryParty` (object) - `paymentMeans.tradeFinancing.documentReference` (array) - `paymentMeans.tradeFinancing.financingParty` (object) - `paymentMeans.tradeFinancing.financingFinancialAccount` (object) - `paymentMeans.remittanceDocumentDistribution` (object) - `paymentMeans.remittanceDocumentDistribution.distributionTypeCode` (object) - `paymentMeans.remittanceDocumentDistribution.distributionType` (array) - `paymentMeans.remittanceDocumentDistribution.printQualifier` (string) - `paymentMeans.remittanceDocumentDistribution.maximumCopiesNumeric` (number) - `paymentMeans.remittanceDocumentDistribution.maximumOriginalsNumeric` (number) - `paymentMeans.remittanceDocumentDistribution.communication` (object) - `paymentMeans.remittanceDocumentDistribution.party` (object) - `expiresAt` (string) - `instructions` (string) ## Response 403 fields (*/*): - `customerFound` (boolean) - `matchId` (string) - `recipients` (array) - `recipients.keyCreatedAt` (string) - `recipients.additionalProperties` (object) - `recipients.id` (string) - `recipients.receiverType` (string) Enum: "WEBHOOK", "DEVICE" - `recipients.publicKey` (string) - `recipients.keyAlgorithm` (string) - `paymentMeans` (array) - `paymentMeans.paymentMeansCode` (object) - `paymentMeans.paymentMeansCode.value` (string) - `paymentMeans.paymentMeansCode.languageID` (string) - `paymentMeans.paymentMeansCode.listAgencyID` (string) - `paymentMeans.paymentMeansCode.listAgencyName` (string) - `paymentMeans.paymentMeansCode.listID` (string) - `paymentMeans.paymentMeansCode.listName` (string) - `paymentMeans.paymentMeansCode.listSchemeURI` (string) - `paymentMeans.paymentMeansCode.listURI` (string) - `paymentMeans.paymentMeansCode.listVersionID` (string) - `paymentMeans.paymentMeansCode.name` (string) - `paymentMeans.paymentMeansDescription` (array) - `paymentMeans.paymentID` (array) - `paymentMeans.paymentID.schemeAgencyID` (string) - `paymentMeans.paymentID.schemeAgencyName` (string) - `paymentMeans.paymentID.schemeDataURI` (string) - `paymentMeans.paymentID.schemeID` (string) - `paymentMeans.paymentID.schemeName` (string) - `paymentMeans.paymentID.schemeURI` (string) - `paymentMeans.paymentID.schemeVersionID` (string) - `paymentMeans.paymentDueDate` (string) - `paymentMeans.paymentChannelCode` (object) - `paymentMeans.instructionID` (object) - `paymentMeans.instructionNote` (array) - `paymentMeans.chargeBearerCode` (object) - `paymentMeans.serviceLevelCode` (object) - `paymentMeans.cardAccount` (array) - `paymentMeans.cardAccount.primaryAccountNumberID` (object) - `paymentMeans.cardAccount.networkID` (object) - `paymentMeans.cardAccount.cardTypeCode` (object) - `paymentMeans.cardAccount.validityStartDate` (string) - `paymentMeans.cardAccount.expiryDate` (string) - `paymentMeans.cardAccount.issuerID` (object) - `paymentMeans.cardAccount.issueNumberID` (object) - `paymentMeans.cardAccount.getcV2ID` (object) - `paymentMeans.cardAccount.cardChipCode` (object) - `paymentMeans.cardAccount.chipApplicationID` (object) - `paymentMeans.cardAccount.holderName` (string) - `paymentMeans.cardAccount.roleCode` (object) - `paymentMeans.payerFinancialAccount` (object) - `paymentMeans.payerFinancialAccount.aliasName` (object) - `paymentMeans.payerFinancialAccount.aliasName.languageLocaleID` (string) - `paymentMeans.payerFinancialAccount.accountTypeCode` (object) - `paymentMeans.payerFinancialAccount.accountFormatCode` (object) - `paymentMeans.payerFinancialAccount.currencyCode` (object) - `paymentMeans.payerFinancialAccount.paymentNote` (array) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressTypeCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressFormatCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.postbox` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.floor` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.room` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.streetName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.additionalStreetName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.blockName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.buildingName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.buildingNumber` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.description` (array) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.inhouseMail` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.department` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.markAttention` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.markCare` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.plotIdentification` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.citySubdivisionName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.cityName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.postalZone` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.countrySubentity` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.countrySubentityCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.region` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.district` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.timezoneOffset` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressLine` (array) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressLine.line` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.country` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.country.identificationCode` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.coordinateSystemCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDegreesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDegreesMeasure.unitCode` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDegreesMeasure.unitCodeListVersionID` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeMinutesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDirectionCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.longitudeDegreesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.longitudeMinutesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.longitudeDirectionCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.altitudeMeasure` (object) - `paymentMeans.payeeFinancialAccount` (object) - `paymentMeans.creditAccount` (object) - `paymentMeans.creditAccount.accountID` (object) - `paymentMeans.paymentMandate` (object) - `paymentMeans.paymentMandate.mandateTypeCode` (object) - `paymentMeans.paymentMandate.maximumPaidAmount` (object) - `paymentMeans.paymentMandate.maximumPaidAmount.currencyID` (string) - `paymentMeans.paymentMandate.signatureID` (object) - `paymentMeans.paymentMandate.payerParty` (object) - `paymentMeans.paymentMandate.payerParty.endpointID` (object) - `paymentMeans.paymentMandate.payerParty.partyIdentification` (array) - `paymentMeans.paymentMandate.payerParty.partyName` (object) - `paymentMeans.paymentMandate.payerParty.postalAddress` (object) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme` (array) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.companyID` (string) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.taxScheme` (object) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.taxScheme.taxTypeCode` (object) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.taxScheme.jurisdictionRegionAddress` (object) - `paymentMeans.paymentMandate.payerParty.partyLegalEntity` (object) - `paymentMeans.paymentMandate.payerParty.partyLegalEntity.registrationName` (string) - `paymentMeans.paymentMandate.payerParty.partyLegalEntity.companyLegalForm` (string) - `paymentMeans.paymentMandate.payerParty.contact` (object) - `paymentMeans.paymentMandate.payerParty.contact.jobTitle` (string) - `paymentMeans.paymentMandate.payerParty.contact.telephone` (string) - `paymentMeans.paymentMandate.payerParty.contact.telefax` (string) - `paymentMeans.paymentMandate.payerParty.contact.electronicMail` (string) - `paymentMeans.paymentMandate.payerParty.contact.note` (string) - `paymentMeans.paymentMandate.payerParty.contact.otherCommunication` (array) - `paymentMeans.paymentMandate.payerParty.contact.otherCommunication.channelCode` (object) - `paymentMeans.paymentMandate.payerParty.contact.otherCommunication.channel` (string) - `paymentMeans.paymentMandate.validityPeriod` (object) - `paymentMeans.paymentMandate.validityPeriod.startDate` (string) - `paymentMeans.paymentMandate.validityPeriod.startTime` (string) - `paymentMeans.paymentMandate.validityPeriod.endDate` (string) - `paymentMeans.paymentMandate.validityPeriod.endTime` (string) - `paymentMeans.paymentMandate.validityPeriod.durationMeasure` (object) - `paymentMeans.paymentMandate.validityPeriod.descriptionCode` (object) - `paymentMeans.paymentMandate.paymentReversalPeriod` (object) - `paymentMeans.paymentMandate.clause` (object) - `paymentMeans.paymentMandate.clause.content` (array) - `paymentMeans.paymentMandate.maximumPaymentInstructionsNumeric` (number) - `paymentMeans.tradeFinancing` (object) - `paymentMeans.tradeFinancing.financingInstrumentCode` (object) - `paymentMeans.tradeFinancing.contractDocumentReference` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.copyIndicator` (boolean) - `paymentMeans.tradeFinancing.contractDocumentReference.uuid` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.issueDate` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.issueTime` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.documentTypeCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.referencedDocumentInternalAddress` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.localeCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.versionID` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.documentStatusCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.documentDescription` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.embeddedDocumentBinaryObject` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.embeddedDocumentBinaryObject.mimeCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.embeddedDocumentBinaryObject.filename` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.externalReference` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.externalReference.uri` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.issuerParty` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validatorID` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validationResultCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validationDate` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validationTime` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validateProcess` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validateTool` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validateToolVersion` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.signatoryParty` (object) - `paymentMeans.tradeFinancing.documentReference` (array) - `paymentMeans.tradeFinancing.financingParty` (object) - `paymentMeans.tradeFinancing.financingFinancialAccount` (object) - `paymentMeans.remittanceDocumentDistribution` (object) - `paymentMeans.remittanceDocumentDistribution.distributionTypeCode` (object) - `paymentMeans.remittanceDocumentDistribution.distributionType` (array) - `paymentMeans.remittanceDocumentDistribution.printQualifier` (string) - `paymentMeans.remittanceDocumentDistribution.maximumCopiesNumeric` (number) - `paymentMeans.remittanceDocumentDistribution.maximumOriginalsNumeric` (number) - `paymentMeans.remittanceDocumentDistribution.communication` (object) - `paymentMeans.remittanceDocumentDistribution.party` (object) - `expiresAt` (string) - `instructions` (string) ## Response 404 fields (*/*): - `customerFound` (boolean) - `matchId` (string) - `recipients` (array) - `recipients.keyCreatedAt` (string) - `recipients.additionalProperties` (object) - `recipients.id` (string) - `recipients.receiverType` (string) Enum: "WEBHOOK", "DEVICE" - `recipients.publicKey` (string) - `recipients.keyAlgorithm` (string) - `paymentMeans` (array) - `paymentMeans.paymentMeansCode` (object) - `paymentMeans.paymentMeansCode.value` (string) - `paymentMeans.paymentMeansCode.languageID` (string) - `paymentMeans.paymentMeansCode.listAgencyID` (string) - `paymentMeans.paymentMeansCode.listAgencyName` (string) - `paymentMeans.paymentMeansCode.listID` (string) - `paymentMeans.paymentMeansCode.listName` (string) - `paymentMeans.paymentMeansCode.listSchemeURI` (string) - `paymentMeans.paymentMeansCode.listURI` (string) - `paymentMeans.paymentMeansCode.listVersionID` (string) - `paymentMeans.paymentMeansCode.name` (string) - `paymentMeans.paymentMeansDescription` (array) - `paymentMeans.paymentID` (array) - `paymentMeans.paymentID.schemeAgencyID` (string) - `paymentMeans.paymentID.schemeAgencyName` (string) - `paymentMeans.paymentID.schemeDataURI` (string) - `paymentMeans.paymentID.schemeID` (string) - `paymentMeans.paymentID.schemeName` (string) - `paymentMeans.paymentID.schemeURI` (string) - `paymentMeans.paymentID.schemeVersionID` (string) - `paymentMeans.paymentDueDate` (string) - `paymentMeans.paymentChannelCode` (object) - `paymentMeans.instructionID` (object) - `paymentMeans.instructionNote` (array) - `paymentMeans.chargeBearerCode` (object) - `paymentMeans.serviceLevelCode` (object) - `paymentMeans.cardAccount` (array) - `paymentMeans.cardAccount.primaryAccountNumberID` (object) - `paymentMeans.cardAccount.networkID` (object) - `paymentMeans.cardAccount.cardTypeCode` (object) - `paymentMeans.cardAccount.validityStartDate` (string) - `paymentMeans.cardAccount.expiryDate` (string) - `paymentMeans.cardAccount.issuerID` (object) - `paymentMeans.cardAccount.issueNumberID` (object) - `paymentMeans.cardAccount.getcV2ID` (object) - `paymentMeans.cardAccount.cardChipCode` (object) - `paymentMeans.cardAccount.chipApplicationID` (object) - `paymentMeans.cardAccount.holderName` (string) - `paymentMeans.cardAccount.roleCode` (object) - `paymentMeans.payerFinancialAccount` (object) - `paymentMeans.payerFinancialAccount.aliasName` (object) - `paymentMeans.payerFinancialAccount.aliasName.languageLocaleID` (string) - `paymentMeans.payerFinancialAccount.accountTypeCode` (object) - `paymentMeans.payerFinancialAccount.accountFormatCode` (object) - `paymentMeans.payerFinancialAccount.currencyCode` (object) - `paymentMeans.payerFinancialAccount.paymentNote` (array) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressTypeCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressFormatCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.postbox` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.floor` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.room` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.streetName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.additionalStreetName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.blockName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.buildingName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.buildingNumber` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.description` (array) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.inhouseMail` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.department` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.markAttention` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.markCare` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.plotIdentification` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.citySubdivisionName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.cityName` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.postalZone` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.countrySubentity` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.countrySubentityCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.region` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.district` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.timezoneOffset` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressLine` (array) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.addressLine.line` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.country` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.country.identificationCode` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.coordinateSystemCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDegreesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDegreesMeasure.unitCode` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDegreesMeasure.unitCodeListVersionID` (string) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeMinutesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.latitudeDirectionCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.longitudeDegreesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.longitudeMinutesMeasure` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.longitudeDirectionCode` (object) - `paymentMeans.payerFinancialAccount.financialInstitutionBranch.financialInstitution.address.locationCoordinate.altitudeMeasure` (object) - `paymentMeans.payeeFinancialAccount` (object) - `paymentMeans.creditAccount` (object) - `paymentMeans.creditAccount.accountID` (object) - `paymentMeans.paymentMandate` (object) - `paymentMeans.paymentMandate.mandateTypeCode` (object) - `paymentMeans.paymentMandate.maximumPaidAmount` (object) - `paymentMeans.paymentMandate.maximumPaidAmount.currencyID` (string) - `paymentMeans.paymentMandate.signatureID` (object) - `paymentMeans.paymentMandate.payerParty` (object) - `paymentMeans.paymentMandate.payerParty.endpointID` (object) - `paymentMeans.paymentMandate.payerParty.partyIdentification` (array) - `paymentMeans.paymentMandate.payerParty.partyName` (object) - `paymentMeans.paymentMandate.payerParty.postalAddress` (object) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme` (array) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.companyID` (string) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.taxScheme` (object) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.taxScheme.taxTypeCode` (object) - `paymentMeans.paymentMandate.payerParty.partyTaxScheme.taxScheme.jurisdictionRegionAddress` (object) - `paymentMeans.paymentMandate.payerParty.partyLegalEntity` (object) - `paymentMeans.paymentMandate.payerParty.partyLegalEntity.registrationName` (string) - `paymentMeans.paymentMandate.payerParty.partyLegalEntity.companyLegalForm` (string) - `paymentMeans.paymentMandate.payerParty.contact` (object) - `paymentMeans.paymentMandate.payerParty.contact.jobTitle` (string) - `paymentMeans.paymentMandate.payerParty.contact.telephone` (string) - `paymentMeans.paymentMandate.payerParty.contact.telefax` (string) - `paymentMeans.paymentMandate.payerParty.contact.electronicMail` (string) - `paymentMeans.paymentMandate.payerParty.contact.note` (string) - `paymentMeans.paymentMandate.payerParty.contact.otherCommunication` (array) - `paymentMeans.paymentMandate.payerParty.contact.otherCommunication.channelCode` (object) - `paymentMeans.paymentMandate.payerParty.contact.otherCommunication.channel` (string) - `paymentMeans.paymentMandate.validityPeriod` (object) - `paymentMeans.paymentMandate.validityPeriod.startDate` (string) - `paymentMeans.paymentMandate.validityPeriod.startTime` (string) - `paymentMeans.paymentMandate.validityPeriod.endDate` (string) - `paymentMeans.paymentMandate.validityPeriod.endTime` (string) - `paymentMeans.paymentMandate.validityPeriod.durationMeasure` (object) - `paymentMeans.paymentMandate.validityPeriod.descriptionCode` (object) - `paymentMeans.paymentMandate.paymentReversalPeriod` (object) - `paymentMeans.paymentMandate.clause` (object) - `paymentMeans.paymentMandate.clause.content` (array) - `paymentMeans.paymentMandate.maximumPaymentInstructionsNumeric` (number) - `paymentMeans.tradeFinancing` (object) - `paymentMeans.tradeFinancing.financingInstrumentCode` (object) - `paymentMeans.tradeFinancing.contractDocumentReference` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.copyIndicator` (boolean) - `paymentMeans.tradeFinancing.contractDocumentReference.uuid` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.issueDate` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.issueTime` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.documentTypeCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.referencedDocumentInternalAddress` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.localeCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.versionID` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.documentStatusCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.documentDescription` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.embeddedDocumentBinaryObject` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.embeddedDocumentBinaryObject.mimeCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.embeddedDocumentBinaryObject.filename` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.externalReference` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.attachment.externalReference.uri` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.issuerParty` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validatorID` (object) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validationResultCode` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validationDate` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validationTime` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validateProcess` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validateTool` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.validateToolVersion` (string) - `paymentMeans.tradeFinancing.contractDocumentReference.resultOfVerification.signatoryParty` (object) - `paymentMeans.tradeFinancing.documentReference` (array) - `paymentMeans.tradeFinancing.financingParty` (object) - `paymentMeans.tradeFinancing.financingFinancialAccount` (object) - `paymentMeans.remittanceDocumentDistribution` (object) - `paymentMeans.remittanceDocumentDistribution.distributionTypeCode` (object) - `paymentMeans.remittanceDocumentDistribution.distributionType` (array) - `paymentMeans.remittanceDocumentDistribution.printQualifier` (string) - `paymentMeans.remittanceDocumentDistribution.maximumCopiesNumeric` (number) - `paymentMeans.remittanceDocumentDistribution.maximumOriginalsNumeric` (number) - `paymentMeans.remittanceDocumentDistribution.communication` (object) - `paymentMeans.remittanceDocumentDistribution.party` (object) - `expiresAt` (string) - `instructions` (string)