PortX ORCA Payments (0.1.1)
Download OpenAPI specification:Download
PortX ORCA Payments
Credit Transfer Initiation
Instruction to pay an amount of money to an ultimate beneficiary, on behalf of an originator.
Authorizations:
Request Body schema: application/json
paymentMethod required | string (PaymentMethod) [ 1 .. 35 ] characters Example: "CreditTransfer" Specifies the means of payment that will be used to move the amount of money. Possible ISO 20022 compliant values are: Check, CreditTransfer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
paymentType required | string (PaymentType) [ 1 .. 35 ] characters Example: "On-Us" Specifies the type of Payment. Possible values: LiquidityTransfer, On-Us, ACH, Wire | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
amount required | string <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: "100" Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
debtorAccountId required | string (AccountId) [ 1 .. 36 ] characters Example: "0dd926fe-1ca2-11ed-861d-0242ac120002" Identification assigned by the account service institution (Servicer). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
creditorAccountId | string (AccountId) [ 1 .. 36 ] characters Example: "0dd926fe-1ca2-11ed-861d-0242ac120002" Identification assigned by the account service institution (Servicer). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
purpose | string (Description) [ 1 .. 1025 ] characters Example: "This is a description." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PaymentIdentifiers) Set of elements used to reference a payment instruction. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PaymentProcessingDetail) Provides further details of the type of payment. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
chargeBearerType | string (ChargeBearerType) [ 1 .. 35 ] characters Example: "Shared" Specifies which party(ies) will pay charges due for processing of the instruction. BorneByDebtor, BorneByCreditor, Shared, FollowingServiceLevel | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
currency | string = 3 characters ^([A-Z]{3})?$ Example: "USD" Specifies the currency of the amount to be transferred which may be different from the currency of the debtor's account. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (Exchange) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (Check) Characteristics of a check | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
valueDate | string <date> Example: "2022-04-17" Date on which a payment must be executed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PartyIdentification) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "amount": "100",
- "debtorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "purpose": "This is a description.",
- "identifiers": {
- "instructionIdentification": "123456789",
- "endToEndIdentification": "12345678912345",
- "uETR": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "ISOInitiationMessageIdentifier",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "currency": "USD",
- "exchangeDetail": {
- "currency": "USD",
- "exchangeFactor": "0.7"
}, - "checkDetail": {
- "checkType": "string",
- "checkNumber": "string",
- "availabilityDate": "2022-04-17T08:00:00Z"
}, - "valueDate": "2022-04-17",
- "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"
}
]
}, - "postalAddress": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "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"
}
]
}, - "bIC": "AAAABBCCXXX",
- "lEI": "2ZCNRR8UK83OBTEK2170",
- "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
{- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "amount": "100",
- "debtorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "purpose": "This is a description.",
- "identifiers": {
- "instructionIdentification": "123456789",
- "endToEndIdentification": "12345678912345",
- "uETR": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "ISOInitiationMessageIdentifier",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "currency": "USD",
- "exchangeDetail": {
- "currency": "USD",
- "exchangeFactor": "0.7"
}, - "checkDetail": {
- "checkType": "string",
- "checkNumber": "string",
- "availabilityDate": "2022-04-17T08:00:00Z"
}, - "valueDate": "2022-04-17",
- "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"
}
]
}, - "postalAddress": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "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"
}
]
}, - "bIC": "AAAABBCCXXX",
- "lEI": "2ZCNRR8UK83OBTEK2170",
- "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"
}, - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "status": "AcceptedSettlementCompleted",
- "statusReason": "Cash",
- "date": "2022-04-17T08:00:00Z"
}
Credit Transfer Status
Returns the status report of a credit transfer initiation, process and excecution.
Authorizations:
path Parameters
paymentId required | string (PaymentId) [ 1 .. 36 ] characters Example: 0dd926fe-1ca2-11ed-861d-0242ac120002 Identification of the Payment. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "amount": "100",
- "debtorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "purpose": "This is a description.",
- "identifiers": {
- "instructionIdentification": "123456789",
- "endToEndIdentification": "12345678912345",
- "uETR": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "ISOInitiationMessageIdentifier",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "currency": "USD",
- "exchangeDetail": {
- "currency": "USD",
- "exchangeFactor": "0.7"
}, - "checkDetail": {
- "checkType": "string",
- "checkNumber": "string",
- "availabilityDate": "2022-04-17T08:00:00Z"
}, - "valueDate": "2022-04-17",
- "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"
}
]
}, - "postalAddress": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "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"
}
]
}, - "bIC": "AAAABBCCXXX",
- "lEI": "2ZCNRR8UK83OBTEK2170",
- "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"
}, - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "status": "AcceptedSettlementCompleted",
- "statusReason": "Cash",
- "date": "2022-04-17T08:00:00Z"
}
Credit Transfer Cancellation
Request a payment cancellation.
Authorizations:
path Parameters
paymentId required | string (PaymentId) [ 1 .. 36 ] characters Example: 0dd926fe-1ca2-11ed-861d-0242ac120002 Identification of the Payment. |
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
{- "cancellationReason": "This is a description.",
- "cancellationId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002"
}
Direct Debit Initiation
Instruction to collect funds from a debitor.
Authorizations:
Request Body schema: application/json
paymentMethod required | string (PaymentMethod) [ 1 .. 35 ] characters Example: "CreditTransfer" Specifies the means of payment that will be used to move the amount of money. Possible ISO 20022 compliant values are: Check, CreditTransfer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
paymentType required | string (PaymentType) [ 1 .. 35 ] characters Example: "On-Us" Specifies the type of Payment. Possible values: LiquidityTransfer, On-Us, ACH, Wire | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
amount required | string <= 23 characters ^-?([0]|([1-9][0-9]{0,12}))([.][0-9]{0,8})?$ Example: "100" Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
debtorAccountId required | string (AccountId) [ 1 .. 36 ] characters Example: "0dd926fe-1ca2-11ed-861d-0242ac120002" Identification assigned by the account service institution (Servicer). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
creditorAccountId | string (AccountId) [ 1 .. 36 ] characters Example: "0dd926fe-1ca2-11ed-861d-0242ac120002" Identification assigned by the account service institution (Servicer). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
purpose | string (Description) [ 1 .. 1025 ] characters Example: "This is a description." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PaymentIdentifiers) Set of elements used to reference a payment instruction. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PaymentProcessingDetail) Provides further details of the type of payment. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
chargeBearerType | string (ChargeBearerType) [ 1 .. 35 ] characters Example: "Shared" Specifies which party(ies) will pay charges due for processing of the instruction. BorneByDebtor, BorneByCreditor, Shared, FollowingServiceLevel | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (DirectDebitMandate) Provides details related to a direct debit mandate signed between the creditor and the debtor. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
requestedCollectionDate | string <date> Example: "2022-04-17" Date and time at which the creditor requests that the amount of money is to be collected from the debtor. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (PartyIdentification) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "amount": "100",
- "debtorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "purpose": "This is a description.",
- "identifiers": {
- "instructionIdentification": "123456789",
- "endToEndIdentification": "12345678912345",
- "uETR": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "ISOInitiationMessageIdentifier",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "mandate": {
- "mandateId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "dateOfSignature": "2022-04-17",
- "digitalSignature": "string",
- "firstCollectionDate": "2022-04-17",
- "finalCollectionDate": "2022-04-17",
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "trackingDays": 30
}, - "requestedCollectionDate": "2022-04-17",
- "debitor": {
- "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"
}
]
}, - "postalAddress": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "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"
}
]
}, - "bIC": "AAAABBCCXXX",
- "lEI": "2ZCNRR8UK83OBTEK2170",
- "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
{- "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "status": "AcceptedSettlementCompleted",
- "statusReason": "Cash",
- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "amount": "100",
- "debtorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "purpose": "This is a description.",
- "identifiers": {
- "instructionIdentification": "123456789",
- "endToEndIdentification": "12345678912345",
- "uETR": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "ISOInitiationMessageIdentifier",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "mandate": {
- "mandateId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "dateOfSignature": "2022-04-17",
- "digitalSignature": "string",
- "firstCollectionDate": "2022-04-17",
- "finalCollectionDate": "2022-04-17",
- "frequency": {
- "unit": "Monthly",
- "value": 999
}, - "trackingDays": 30
}, - "requestedCollectionDate": "2022-04-17",
- "debitor": {
- "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"
}
]
}, - "postalAddress": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "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"
}
]
}, - "bIC": "AAAABBCCXXX",
- "lEI": "2ZCNRR8UK83OBTEK2170",
- "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"
}
}
Direct Debit Status
Returns the status report of a direct debit initiation, process and excecution.
Authorizations:
path Parameters
paymentId required | string (PaymentId) [ 1 .. 36 ] characters Example: 0dd926fe-1ca2-11ed-861d-0242ac120002 Identification of the Payment. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "paymentMethod": "CreditTransfer",
- "paymentType": "On-Us",
- "amount": "100",
- "debtorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "creditorAccountId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "purpose": "This is a description.",
- "identifiers": {
- "instructionIdentification": "123456789",
- "endToEndIdentification": "12345678912345",
- "uETR": "5fb9d4d6-1a3c-11ed-861d-0242ac120002",
- "identifiers": [
- {
- "number": "string",
- "identifierName": "ISOInitiationMessageIdentifier",
- "issuer": "Banc of California"
}
]
}, - "paymentProcessing": {
- "instructionPriority": "123456789",
- "serviceLevel": "BookTransaction",
- "clearingChannel": "ACH",
- "localInstrument": "CreditTransfers",
- "categoryPurpose": "SalaryPayment"
}, - "chargeBearerType": "Shared",
- "currency": "USD",
- "exchangeDetail": {
- "currency": "USD",
- "exchangeFactor": "0.7"
}, - "checkDetail": {
- "checkType": "string",
- "checkNumber": "string",
- "availabilityDate": "2022-04-17T08:00:00Z"
}, - "valueDate": "2022-04-17",
- "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"
}
]
}, - "postalAddress": {
- "accountNumber": "012345678",
- "routingNumbers": [
- {
- "number": "012345678",
- "routingNumberType": "ACH"
}
], - "identifiers": [
- {
- "identification": "string",
- "schemeName": "BBANIdentifier",
- "issuer": "string"
}
]
}, - "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"
}
]
}, - "bIC": "AAAABBCCXXX",
- "lEI": "2ZCNRR8UK83OBTEK2170",
- "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"
}, - "paymentId": "0dd926fe-1ca2-11ed-861d-0242ac120002",
- "status": "AcceptedSettlementCompleted",
- "statusReason": "Cash",
- "date": "2022-04-17T08:00:00Z"
}
Direct Debit Cancellation
Requests direct debit cancellation.
Authorizations:
path Parameters
paymentId required | string (PaymentId) [ 1 .. 36 ] characters Example: 0dd926fe-1ca2-11ed-861d-0242ac120002 Identification of the Payment. |
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
{- "cancellationReason": "This is a description.",
- "cancellationId": "5fb9d4d6-1a3c-11ed-861d-0242ac120002"
}