ClearBank

T2

T2

T2, formerly known as TARGET2, is the Real Time Gross Settlement payment scheme for euro payments. It uses ISO 20022 message formats.

T2 has no transaction limit, making it suitable for high-value payments. Transactions are processed in euros using central bank money. When you submit a payment, we send a settlement request to the RTGS system. This processes the request and, upon approval, debits ClearBank and credits the recipient bank. It also sends a settlement confirmation.


T2 message flow diagram

Payment types

Customer payments (pacs.008) are payments that have either your or another financial institution's (FI) customer as the ultimate debtor or creditor.

Institution payments (pacs.009) are exclusively for FI to FI payments. If you attempt to send an institution payment to an end-user account, the payment will be returned. However, you'll still be charged a processing fee for the payment.

Return payments (pacs.004) are payments returned to either your customer or a financial institution.

There are three endpoints you can use to submit or return T2 payments:

EndpointPurposeCompleted webhookFailed webhook
/payments/t2-rtgs/v1/customer-paymentsSend a T2 payment (pacs.008)T2 Customer Credit Transfer Outbound Completed webhookT2 Customer Credit Transfer Outbound Failed webhook
/payments/t2-rtgs/v1/payment-returnsReturn a T2 payment (pacs.004)T2 Payment Return Outbound Completed webhookT2 Payment Return Outbound Failed webhook
/payments/t2-rtgs/v1/institution-paymentsSend a T2 payment to an institution (pacs.009)T2 Financial Institution Outbound Credit Transfer Completed webhookT2 Financial Institution Outbound Credit Transfer Failed webhook

There are also webhooks for incoming payments:

Operating hours

You can receive T2 payments Monday - Friday, 02:30 - 18:00 CET.

You can send pacs.008 and pacs.004 payments Monday - Friday, 07:00 - 17:00 CET, with pacs.009 extended until 18:00 CET. Outside of these operating hours, outgoing payments will be rejected.

T2 does not operate on the following days:

  • New Year's Day (1 January)
  • Good Friday
  • Easter Monday
  • Labour Day (1 May)
  • Christmas Day (25 December)
  • Boxing Day (26 December)

Sending a T2 payment

To send a T2 payment, use the /payments/t2-rtgs/v1/customer-payments endpoint. You will receive the T2 Customer Credit Transfer Outbound Completed webhook when the payment successfully goes through.

T2 send a payment message flow diagram

If the payment fails, you will receive the T2 Customer Credit Transfer Outbound Failed webhook.

Send a T2 payment

post/payments/t2-rtgs/v1/customer-payments

This endpoint will send a T2 customer payment (pacs.008).

Parameters

  • Authorization string, header, Required

    Your API Token, retrieved from the web portal.

  • DigitalSignature string, header, Required

    Signed hash of the body of the request. The hash is signed by your private key.

  • X-Request-Id string, header, Required

    A unique identifier for the request; valid for 24 hours, max length 83.

Request Payload (application/json)

  • sourceAccount object, Required

    The ClearBank account that will be debited based on the successful completion of the payment instruction.

  • creditor object, Required

    The name and, optionally, the legal entity identifier of the account.

  • creditorAccount object, Required

    The creditor's bank account number. You must provide a value for the Iban OR the nonIban field.

  • creditorAgent object, Required

    Information that identifies the creditor agent as a financial institution.

  • debtor object, Required

    Details about the account holder.

  • debtorAccount object, Required

    Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.

  • endToEndIdentification string, Required

    Unique identification, as assigned by the initiating party, to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.

    Minimum length
    1
    Maximum length
    35
    Pattern
    [0-9a-zA-Z/\-\?:\(\)\.,'\+](|[0-9a-zA-Z/\-\?:\(\)\.,'\+]|[0-9a-zA-Z/\-\?:\(\)\.,'\+ ]{1,33}[0-9a-zA-Z/\-\?:\(\)\.,'\+])
  • instructionIdentification string, Required

    Unique identification, as assigned by an instructing party for an instructed party, to unambiguously identify the instruction.

    Minimum length
    1
    Maximum length
    35
    Pattern
    [0-9a-zA-Z/\-\?:\(\)\.,'\+](|[0-9a-zA-Z/\-\?:\(\)\.,'\+]|[0-9a-zA-Z/\-\?:\(\)\.,'\+ ]{1,33}[0-9a-zA-Z/\-\?:\(\)\.,'\+])
  • uetr string, Required

    Universally unique identifier to provide an end-to-end reference of a payment transaction.

    Pattern
    [0-9A-F]{8}-[0-9A-F]{4}-4[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}
  • interbankSettlementAmount object, Required

    A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

  • exchangeRate number

    Exchange rate applied to convert the currency of the source amount or OriginalCurrency (prior to deduction of charges) to EUR. Note: If the original payment is in euro, this field should be populated with `1`, or not be used.

  • instructedAmount object

    Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the original currency as ordered by the initiating party.

  • previousInstructingAgents array

    Agents who were previously involved with the payment.

  • initiatingParty object

    Information about the party that holds the initiating payment account.

  • ultimateCreditor object

    Information about the ultimate creditor of the transaction.

  • ultimateDebtor object

    Information about the ultimate debtor of the transaction (the party holding the ultimate debtor account).

  • purpose string

    Underlying reason for the payment transaction, as published in an external purpose code list.

  • remittanceInformationUnstructured string

    Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts receivable system, in an unstructured form.

    Minimum length
    1
    Maximum length
    140
    Pattern
    [0-9a-zA-Z/\-\?:\(\)\.,'\+!#$%&\*=^_`\{\|\}~";<>@\[\\\]](|[0-9a-zA-Z/\-\?:\(\)\.,'\+!#$%&\*=^_`\{\|\}~";<>@\[\\\]]|[0-9a-zA-Z/\-\?:\(\)\.,'\+ !#$%&\*=^_`\{\|\}~";<>@\[\\\]]{1,138}[0-9a-zA-Z/\-\?:\(\)\.,'\+!#$%&\*=^_`\{\|\}~";<>@\[\\\]])

request

{
"sourceAccount": {
"bicfi": "BKMGNL2A200",
"iban": "NL02ABNA0123456789"
},
"creditor": {
"name": "example party name",
"postalAddress": {
"streetName": "Lange Straat",
"postCode": "5342 RX",
"townName": "Eindhoven",
"country": "NL"
},
"countryOfResidence": "NL",
"organisationIdentification": {
"anyBic": "BKMGNL2A200",
"lei": "VQGYRMYR7KCX3QYROF33",
"other": [
{
"identification": "ow6UuzfTxIEChCVivtN4q0wkychyjYS0VWH",
"schemeName": "TXID",
"issuer": "Example issuer identifier"
}
]
},
"privateIdentification": {
"dateAndPlaceOfBirth": {
"birthDate": "1996-11-05",
"cityOfBirth": "Amsterdam",
"countryOfBirth": "NL",
"provinceOfBirth": "Drenthe"
},
"other": [
{
"identification": "ow6UuzfTxIEChCVivtN4q0wkychyjYS0VWH",
"schemeName": "TXID",
"issuer": "Example issuer identifier"
}
]
}
},
"creditorAccount": {
"iban": "NL02ABNA0123456789",
"nonIban": "P1tVsMEG-dkL9uFgw:cmHBlMu-l5kLYwbW"
},
"creditorAgent": {
"bicfi": "BKMGNL2A200"
},
"debtor": {
"name": "example party name",
"postalAddress": {
"streetName": "Lange Straat",
"postCode": "5342 RX",
"townName": "Eindhoven",
"country": "NL"
},
"countryOfResidence": "NL",
"organisationIdentification": {
"anyBic": "BKMGNL2A200",
"lei": "VQGYRMYR7KCX3QYROF33",
"other": [
{
"identification": "ow6UuzfTxIEChCVivtN4q0wkychyjYS0VWH",
"schemeName": "TXID",
"issuer": "Example issuer identifier"
}
]
},
"privateIdentification": {
"dateAndPlaceOfBirth": {
"birthDate": "1996-11-05",
"cityOfBirth": "Amsterdam",
"countryOfBirth": "NL",
"provinceOfBirth": "Drenthe"
},
"other": [
{
"identification": "ow6UuzfTxIEChCVivtN4q0wkychyjYS0VWH",
"schemeName": "TXID",
"issuer": "Example issuer identifier"
}
]
}
},
"debtorAccount": {
"iban": "NL02ABNA0123456789"
},
"endToEndIdentification": "z6sU7U9b5RmFCX7dzTfZsEm4KGzJlLIl88F",
"instructionIdentification": "Qa4UwIV2FIumfJUbqx6u1WsUOzHpu1rEVYz",
"uetr": "7e238933-7787-4f67-9d92-fe6f474c60d7",
"interbankSettlementAmount": {
"amount": "5211.48",
"currency": "EUR"
},
"exchangeRate": 1,
"instructedAmount": {
"amount": "5211.48",
"currency": "EUR"
},
"previousInstructingAgents": [
{
"order": 0,
"agent": {
"name": "Example Party Name",
"postalAddress": {
"streetName": "Lange Straat",
"townName": "Eindhoven",
"country": "NL"
},
"bicfi": "BKMGNL2A200",
"lei": "E3OVRVFF5D9U6VV7SX12"
},
"agentAccount": {
"iban": "NL02ABNA0123456789"
}
}
],
"initiatingParty": {
"name": "example party name",
"postalAddress": {
"streetName": "Lange Straat",
"postCode": "5342 RX",
"townName": "Eindhoven",
"country": "NL"
},
"countryOfResidence": "NL",
"organisationIdentification": {
"anyBic": "BKMGNL2A200",
"lei": "VQGYRMYR7KCX3QYROF33",
"other": [
{
"identification": "ow6UuzfTxIEChCVivtN4q0wkychyjYS0VWH",
"schemeName": "TXID",
"issuer": "Example issuer identifier"
}
]
},
"privateIdentification": {
"dateAndPlaceOfBirth": {
"birthDate": "1996-11-05",
"cityOfBirth": "Amsterdam",
"countryOfBirth": "NL",
"provinceOfBirth": "Drenthe"
},
"other": [
{
"identification": "ow6UuzfTxIEChCVivtN4q0wkychyjYS0VWH",
"schemeName": "TXID",
"issuer": "Example issuer identifier"
}
]
}
},
"ultimateCreditor": {
"name": "example party name",
"postalAddress": {
"streetName": "Lange Straat",
"postCode": "5342 RX",
"townName": "Eindhoven",
"country": "NL"
},
"countryOfResidence": "NL",
"organisationIdentification": {
"anyBic": "BKMGNL2A200",
"lei": "VQGYRMYR7KCX3QYROF33",
"other": [
{
"identification": "ow6UuzfTxIEChCVivtN4q0wkychyjYS0VWH",
"schemeName": "TXID",
"issuer": "Example issuer identifier"
}
]
},
"privateIdentification": {
"dateAndPlaceOfBirth": {
"birthDate": "1996-11-05",
"cityOfBirth": "Amsterdam",
"countryOfBirth": "NL",
"provinceOfBirth": "Drenthe"
},
"other": [
{
"identification": "ow6UuzfTxIEChCVivtN4q0wkychyjYS0VWH",
"schemeName": "TXID",
"issuer": "Example issuer identifier"
}
]
}
},
"ultimateDebtor": {
"name": "example party name",
"postalAddress": {
"streetName": "Lange Straat",
"postCode": "5342 RX",
"townName": "Eindhoven",
"country": "NL"
},
"countryOfResidence": "NL",
"organisationIdentification": {
"anyBic": "BKMGNL2A200",
"lei": "VQGYRMYR7KCX3QYROF33",
"other": [
{
"identification": "ow6UuzfTxIEChCVivtN4q0wkychyjYS0VWH",
"schemeName": "TXID",
"issuer": "Example issuer identifier"
}
]
},
"privateIdentification": {
"dateAndPlaceOfBirth": {
"birthDate": "1996-11-05",
"cityOfBirth": "Amsterdam",
"countryOfBirth": "NL",
"provinceOfBirth": "Drenthe"
},
"other": [
{
"identification": "ow6UuzfTxIEChCVivtN4q0wkychyjYS0VWH",
"schemeName": "TXID",
"issuer": "Example issuer identifier"
}
]
}
},
"purpose": "string",
"remittanceInformationUnstructured": "example unstructured text"
}
Code copied

Response (application/json)

  • 202 Accepted
  • 400 Bad Request

Accepted

{
"paymentId": "string"
}
Code copied

Bad Request

{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}
Code copied

Associated Webhooks

Returning a T2 payment

To return a T2 payment, use the /payments/t2-rtgs/v1/payment-returns endpoint. You will receive the T2 Payment Return Outbound Completed webhook when the return successfully goes through.

T2 return a payment message flow diagram

If the return fails, you will receive the T2 Payment Return Outbound Failed webhook.

Return a T2 payment

post/payments/t2-rtgs/v1/payment-returns

This endpoint will send a payment return request (pacs.004).

Parameters

  • Authorization string, header, Required

    Your API Token, retrieved from the web portal.

  • DigitalSignature string, header, Required

    Signed hash of the body of the request. The hash is signed by your private key.

  • X-Request-Id string, header, Required

    A unique identifier for the request; valid for 24 hours, max length 83.

Request Payload (application/json)

  • originalUetr string, Required

    Pattern
    [0-9A-F]{8}-[0-9A-F]{4}-4[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}
  • requestingParty string, Required

    Enum array
    Creditor, CreditorAgent, IntermediaryAgent3, IntermediaryAgent2, IntermediaryAgent1
  • reason string, Required

    Payment reason codes, compliant with ISO 20022.

    Minimum length
    1
    Maximum length
    4
    Enum array
    AC01, AC03, AC04, AC06, AC13, AC14, AC15, AC16, AC17, AG01, AG02, AM01, AM02, AM03, AM04, AM05, AM06, AM07, AM09, AM10, ARDT, BE01, BE04, BE05, BE06, BE07, BE08, CN01, CNOR, CNPC, CURR, CUST, DNOR, DS28, DT01, DT02, ED01, ED03, ED05, EMVL, ERIN, FF05, FOCR, FR01, FRTR, MD01, MD02, MD06, MD07, MS02, MS03, NARR, NOAS, NOCM, NOOR, PINL, RC01, RC07, RF01, RR01, RR02, RR03, RR04, RUTA, SL01, SL02, SL11, SL12, SL13, SL14, SP01, SP02, SVNR, TM01, TRAC, UPAY, AGNT, FF06, RC08, BE11, BE17, AC02, RR11, BE10, BE16, RC11, RR12, FF03, FF07, FF04, RR09, RR05, RR07, RR08, RR06, AG07, G004, MD05, AC07, DC04
  • instructionIdentification string, Required

    Unique identification, as assigned by an instructing party for an instructed party, to unambiguously identify the instruction.

    Minimum length
    1
    Maximum length
    35
    Pattern
    [0-9a-zA-Z/\-\?:\(\)\.,'\+](|[0-9a-zA-Z/\-\?:\(\)\.,'\+]|[0-9a-zA-Z/\-\?:\(\)\.,'\+ ]{1,33}[0-9a-zA-Z/\-\?:\(\)\.,'\+])
  • SettlementAmount object

  • chargesInformation array

  • initiatingParty object

    Information about the party that holds the initiating payment account.

request

{
"originalUetr": "a9753bd1-1124-4898-b9ee-11ac88876ec0",
"requestingParty": "Creditor",
"reason": "AC01",
"instructionIdentification": "LZWeaNrMpJzpENjQZy5sEfao96QAIoeDwRY",
"SettlementAmount": {
"amount": "1211.98",
"currency": "EUR"
},
"chargesInformation": [
{
"bicfi": "BKMGNL2A200",
"chargeAmount": {
"amount": "1211.98",
"currency": "EUR"
}
}
],
"initiatingParty": {
"name": "Example party name",
"postalAddress": {
"streetName": "Lange Straat",
"postCode": "5644 RX",
"townName": "Eindhoven",
"country": "NL"
},
"countryOfResidence": "NL",
"organisationIdentification": {
"anyBic": "BKMGNL2A200",
"lei": "5BCE02QVRU2NWB71G212",
"other": [
{
"identification": "7YpaJHC4WHJcV1fufUNCHQEYpRvvO3OW0TJ",
"schemeName": "TXID",
"issuer": "Example issuer identifier"
}
]
},
"privateIdentification": {
"dateAndPlaceOfBirth": {
"birthDate": "1984-11-24",
"provinceOfBirth": "Utrecht",
"cityOfBirth": "Zeist",
"countryOfBirth": "NL"
},
"other": [
{
"identification": "7YpaJHC4WHJcV1fufUNCHQEYpRvvO3OW0TJ",
"schemeName": "TXID",
"issuer": "Example issuer identifier"
}
]
}
}
}
Code copied

Response (application/json)

  • 202 Accepted
  • 400 Bad Request
  • 404 Not Found

Accepted

{
"paymentReturnId": "string"
}
Code copied

Bad Request

{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}
Code copied

Not Found

{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}
Code copied

Associated Webhooks

Sending a T2 payment to an institution

To send a T2 payment to an institution, use the /payments/t2-rtgs/v1/institution-payments endpoint. You will receive the T2 Payment Return Outbound Completed webhook when the payment successfully goes through.

T2 send an FI payment message flow diagram

If the payment fails, you will receive the T2 Payment Return Outbound Completed webhook.

Send a T2 payment to an institution

post/payments/t2-rtgs/v1/institution-payments

This endpoint will send a T2 institution payment (pacs.009).

Parameters

  • Authorization string, header, Required

    Your API Token, retrieved from the web portal.

  • DigitalSignature string, header, Required

    Signed hash of the body of the request. The hash is signed by your private key.

  • X-Request-Id string, header, Required

    A unique identifier for the request; valid for 24 hours, max length 83.

Request Payload (application/json)

  • creditor object, Required

    The name and, optionally, the legal entity identifier of the account.

  • creditorAccount object, Required

    Information about the creditor account in a given transaction.

  • creditorAgent object, Required

    Information that identifies the creditor agent as a financial institution.

  • debtor object, Required

    Details about the account holder.

  • debtorAccount object, Required

    Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.

  • endToEndIdentification string, Required

    Unique identification, as assigned by the initiating party, to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.

    Minimum length
    1
    Maximum length
    35
    Pattern
    [0-9a-zA-Z/\-\?:\(\)\.,'\+](|[0-9a-zA-Z/\-\?:\(\)\.,'\+]|[0-9a-zA-Z/\-\?:\(\)\.,'\+ ]{1,33}[0-9a-zA-Z/\-\?:\(\)\.,'\+])
  • instructionIdentification string, Required

    Unique identification, as assigned by an instructing party for an instructed party, to unambiguously identify the instruction.

    Minimum length
    1
    Maximum length
    35
    Pattern
    [0-9a-zA-Z/\-\?:\(\)\.,'\+](|[0-9a-zA-Z/\-\?:\(\)\.,'\+]|[0-9a-zA-Z/\-\?:\(\)\.,'\+ ]{1,33}[0-9a-zA-Z/\-\?:\(\)\.,'\+])
  • interbankSettlementAmount object, Required

    The payment that has been instructed to be made in euros.

  • sourceAccount object, Required

    The ClearBank account that will be credited or debited based on the successful completion of the payment instruction.

  • uetr string, Required

    Universally unique identifier to provide an end-to-end reference of a payment transaction.

    Pattern
    [0-9A-F]{8}-[0-9A-F]{4}-4[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}
  • previousInstructingAgents array

    Agents who were previously involved with the payment.

  • purpose string

    Underlying reason for the payment transaction, as published in an external purpose code list.

  • remittanceInformationUnstructured string

    Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts receivable system, in an unstructured form.

    Minimum length
    1
    Maximum length
    140
    Pattern
    [0-9a-zA-Z/\-\?:\(\)\.,'\+!#$%&\*=^_`\{\|\}~";<>@\[\\\]](|[0-9a-zA-Z/\-\?:\(\)\.,'\+!#$%&\*=^_`\{\|\}~";<>@\[\\\]]|[0-9a-zA-Z/\-\?:\(\)\.,'\+ !#$%&\*=^_`\{\|\}~";<>@\[\\\]]{1,138}[0-9a-zA-Z/\-\?:\(\)\.,'\+!#$%&\*=^_`\{\|\}~";<>@\[\\\]])

request

{
"creditor": {
"lei": "FMJF2V44DW0NW9IL4C12",
"name": "Example name",
"postalAddress": {
"streetName": "Lange Straat",
"postCode": "5644 RX",
"townName": "Eindhoven",
"country": "NL"
},
"bicfi": "BKMGNL2A200"
},
"creditorAccount": {
"iban": "NL02ABNA0123456789"
},
"creditorAgent": {
"bicfi": "BKMGNL2A200"
},
"debtor": {
"lei": "FMJF2V44DW0NW9IL4C12",
"name": "Example name",
"postalAddress": {
"streetName": "Lange Straat",
"postCode": "5644 RX",
"townName": "Eindhoven",
"country": "NL"
},
"bicfi": "BKMGNL2A200"
},
"debtorAccount": {
"iban": "NL02ABNA0123456789"
},
"endToEndIdentification": "VFgvXgkhD?si+vu-r844SKwwzoUF:8rKgkj",
"instructionIdentification": "M6S3kFZxh,5Off.MbuRHupu1gjTwOa9Mc5E",
"interbankSettlementAmount": {
"amount": "1201.98",
"currency": "EUR"
},
"sourceAccount": {
"bicfi": "BKMGNL2A200",
"iban": "NL02ABNA0123456789"
},
"uetr": "aa9931fe-be6c-4100-9650-d3b62d243547",
"previousInstructingAgents": [
{
"order": 0,
"agent": {
"lei": "O7W7966QWQVT9CFZ9U67",
"name": "Party name",
"postalAddress": {
"streetName": "Lange Straat",
"postCode": "5644 RX",
"townName": "Eindhoven",
"country": "NL"
},
"bicfi": "BKMGNL2A200"
},
"agentAccount": {
"iban": "NL02ABNA0123456789"
}
}
],
"purpose": "string",
"remittanceInformationUnstructured": "string"
}
Code copied

Response (application/json)

  • 202 Accepted
  • 400 Bad Request

Accepted

{
"paymentId": "string"
}
Code copied

Bad Request

{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}
Code copied

Associated Webhooks

Receiving T2 payments

When an inbound T2 payment is received, you'll be notified with one of the below webhooks depending on the payment type.

For institution payments (pacs.009), the T2 scheme does not require IBANs to be provided. We direct any inbound institution payments addressed only to a BIC and not with an IBAN to your Primary Operating Account (this is the first Operating Account created).

T2 simulation endpoints

These endpoints can be used to simulate payments. You can also use them for automated testing.

Simulate a T2 payment

post/payments/t2-rtgs/v1/inbound/customer-payments

Trigger inbound customer payment request (Pacs008) to simulate a payment being sent from a T2 scheme participent into ClearBank to a ClearBank customer

Parameters

    Request Payload (application/json)

    • paymentIdentification object

    • header object

    • value object

    • debtor object

    • debtorAgent object

    • creditor object

    • creditorAgent object

    • instructingAgent object

    • instructedAgent object

    • ultimateDebtor object

    • ultimateCreditor object

    • initiatingParty object

    • previousInstructingAgent1 object

    • previousInstructingAgent2 object

    • previousInstructingAgent3 object

    • relatedRemittanceInformation object

    • purposeCode string

    request

    {
    "paymentIdentification": {
    "instructionId": "string",
    "endToEndId": "string",
    "uetr": "00168b15-e953-4990-a0c1-a37ad64c1587",
    "clearingSystemId": "string"
    },
    "header": {
    "bizMsgId": "string",
    "from": "stringstrin",
    "to": "stringstrin",
    "messageNameId": "string"
    },
    "value": {
    "settlementAmount": 0,
    "settlementCurrency": "str",
    "instructedAmount": 0,
    "instructedCurrency": "string",
    "exchangeRate": 0
    },
    "debtor": {
    "party": {
    "name": "string",
    "address": {
    "department": "string",
    "subDepartment": "string",
    "streetName": "string",
    "buildingNumber": "string",
    "buildingName": "string",
    "floor": "string",
    "postBox": "string",
    "room": "string",
    "postCode": "string",
    "townName": "string",
    "townLocationName": "string",
    "districtName": "string",
    "countrySubDivision": "string",
    "country": "st",
    "addressLine": [
    "string"
    ]
    },
    "identification": {
    "organisationIdentification": {
    "anyBIC": "stringstrin",
    "lei": "stringstringstringst",
    "other": [
    {
    "identification": "string",
    "schemeName": {
    "code": "stri"
    },
    "issuer": "string"
    }
    ]
    },
    "privateIdentification": {
    "dateAndPlaceOfBirth": {
    "birthDate": "2019-08-24T14:15:22Z",
    "city": "string",
    "country": "st",
    "province": "string"
    },
    "other": [
    {
    "identification": "string",
    "schemeName": {
    "code": "stri"
    },
    "issuer": "string"
    }
    ]
    }
    },
    "countryOfResidence": "st"
    },
    "account": {
    "identification": {
    "iban": "string",
    "other": {
    "identification": "string",
    "schemeName": {
    "code": "stri"
    },
    "issuer": "string"
    }
    },
    "type": {
    "code": "string",
    "proprietary": "string"
    },
    "currency": "string",
    "name": "string",
    "proxy": "string"
    }
    },
    "debtorAgent": {
    "identification": {
    "bicFI": "stringstrin",
    "lei": "stringstringstringst",
    "name": "string",
    "postalAddress": {
    "department": "string",
    "subDepartment": "string",
    "streetName": "string",
    "buildingNumber": "string",
    "buildingName": "string",
    "floor": "string",
    "postBox": "string",
    "room": "string",
    "postCode": "string",
    "townName": "string",
    "townLocationName": "string",
    "districtName": "string",
    "countrySubDivision": "string",
    "country": "st",
    "addressLine": [
    "string"
    ]
    },
    "clearingSystemMemberId": {
    "code": "string",
    "memberId": "string"
    }
    },
    "account": {
    "identification": {
    "iban": "string",
    "other": {
    "identification": "string",
    "schemeName": {
    "code": "stri"
    },
    "issuer": "string"
    }
    },
    "type": {
    "code": "string",
    "proprietary": "string"
    },
    "currency": "string",
    "name": "string",
    "proxy": "string"
    }
    },
    "creditor": {
    "party": {
    "name": "string",
    "address": {
    "department": "string",
    "subDepartment": "string",
    "streetName": "string",
    "buildingNumber": "string",
    "buildingName": "string",
    "floor": "string",
    "postBox": "string",
    "room": "string",
    "postCode": "string",
    "townName": "string",
    "townLocationName": "string",
    "districtName": "string",
    "countrySubDivision": "string",
    "country": "st",
    "addressLine": [
    "string"
    ]
    },
    "identification": {
    "organisationIdentification": {
    "anyBIC": "stringstrin",
    "lei": "stringstringstringst",
    "other": [
    {
    "identification": "string",
    "schemeName": {
    "code": "stri"
    },
    "issuer": "string"
    }
    ]
    },
    "privateIdentification": {
    "dateAndPlaceOfBirth": {
    "birthDate": "2019-08-24T14:15:22Z",
    "city": "string",
    "country": "st",
    "province": "string"
    },
    "other": [
    {
    "identification": "string",
    "schemeName": {
    "code": "stri"
    },
    "issuer": "string"
    }
    ]
    }
    },
    "countryOfResidence": "st"
    },
    "account": {
    "identification": {
    "iban": "string",
    "other": {
    "identification": "string",
    "schemeName": {
    "code": "stri"
    },
    "issuer": "string"
    }
    },
    "type": {
    "code": "string",
    "proprietary": "string"
    },
    "currency": "string",
    "name": "string",
    "proxy": "string"
    }
    },
    "creditorAgent": {
    "identification": {
    "bicFI": "stringstrin",
    "lei": "stringstringstringst",
    "name": "string",
    "postalAddress": {
    "department": "string",
    "subDepartment": "string",
    "streetName": "string",
    "buildingNumber": "string",
    "buildingName": "string",
    "floor": "string",
    "postBox": "string",
    "room": "string",
    "postCode": "string",
    "townName": "string",
    "townLocationName": "string",
    "districtName": "string",
    "countrySubDivision": "string",
    "country": "st",
    "addressLine": [
    "string"
    ]
    },
    "clearingSystemMemberId": {
    "code": "string",
    "memberId": "string"
    }
    },
    "account": {
    "identification": {
    "iban": "string",
    "other": {
    "identification": "string",
    "schemeName": {
    "code": "stri"
    },
    "issuer": "string"
    }
    },
    "type": {
    "code": "string",
    "proprietary": "string"
    },
    "currency": "string",
    "name": "string",
    "proxy": "string"
    }
    },
    "instructingAgent": {
    "bic": "CLRBNL2AXXX",
    "lei": "stringstringstringst"
    },
    "instructedAgent": {
    "bic": "stringstrin",
    "lei": "stringstringstringst"
    },
    "ultimateDebtor": {
    "name": "string",
    "address": {
    "department": "string",
    "subDepartment": "string",
    "streetName": "string",
    "buildingNumber": "string",
    "buildingName": "string",
    "floor": "string",
    "postBox": "string",
    "room": "string",
    "postCode": "string",
    "townName": "string",
    "townLocationName": "string",
    "districtName": "string",
    "countrySubDivision": "string",
    "country": "st",
    "addressLine": [
    "string"
    ]
    },
    "identification": {
    "organisationIdentification": {
    "anyBIC": "stringstrin",
    "lei": "stringstringstringst",
    "other": [
    {
    "identification": "string",
    "schemeName": {
    "code": "stri"
    },
    "issuer": "string"
    }
    ]
    },
    "privateIdentification": {
    "dateAndPlaceOfBirth": {
    "birthDate": "2019-08-24T14:15:22Z",
    "city": "string",
    "country": "st",
    "province": "string"
    },
    "other": [
    {
    "identification": "string",
    "schemeName": {
    "code": "stri"
    },
    "issuer": "string"
    }
    ]
    }
    },
    "countryOfResidence": "string"
    },
    "ultimateCreditor": {
    "name": "string",
    "address": {
    "department": "string",
    "subDepartment": "string",
    "streetName": "string",
    "buildingNumber": "string",
    "buildingName": "string",
    "floor": "string",
    "postBox": "string",
    "room": "string",
    "postCode": "string",
    "townName": "string",
    "townLocationName": "string",
    "districtName": "string",
    "countrySubDivision": "string",
    "country": "st",
    "addressLine": [
    "string"
    ]
    },
    "identification": {
    "organisationIdentification": {
    "anyBIC": "stringstrin",
    "lei": "stringstringstringst",
    "other": [
    {
    "identification": "string",
    "schemeName": {
    "code": "stri"
    },
    "issuer": "string"
    }
    ]
    },
    "privateIdentification": {
    "dateAndPlaceOfBirth": {
    "birthDate": "2019-08-24T14:15:22Z",
    "city": "string",
    "country": "st",
    "province": "string"
    },
    "other": [
    {
    "identification": "string",
    "schemeName": {
    "code": "stri"
    },
    "issuer": "string"
    }
    ]
    }
    },
    "countryOfResidence": "string"
    },
    "initiatingParty": {
    "name": "string",
    "address": {
    "department": "string",
    "subDepartment": "string",
    "streetName": "string",
    "buildingNumber": "string",
    "buildingName": "string",
    "floor": "string",
    "postBox": "string",
    "room": "string",
    "postCode": "string",
    "townName": "string",
    "townLocationName": "string",
    "districtName": "string",
    "countrySubDivision": "string",
    "country": "st",
    "addressLine": [
    "string"
    ]
    },
    "identification": {
    "organisationIdentification": {
    "anyBIC": "stringstrin",
    "lei": "stringstringstringst",
    "other": [
    {
    "identification": "string",
    "schemeName": {
    "code": "stri"
    },
    "issuer": "string"
    }
    ]
    },
    "privateIdentification": {
    "dateAndPlaceOfBirth": {
    "birthDate": "2019-08-24T14:15:22Z",
    "city": "string",
    "country": "st",
    "province": "string"
    },
    "other": [
    {
    "identification": "string",
    "schemeName": {
    "code": "stri"
    },
    "issuer": "string"
    }
    ]
    }
    },
    "countryOfResidence": "string"
    },
    "previousInstructingAgent1": {
    "identification": {
    "bicFI": "stringstrin",
    "lei": "stringstringstringst",
    "name": "string",
    "postalAddress": {
    "department": "string",
    "subDepartment": "string",
    "streetName": "string",
    "buildingNumber": "string",
    "buildingName": "string",
    "floor": "string",
    "postBox": "string",
    "room": "string",
    "postCode": "string",
    "townName": "string",
    "townLocationName": "string",
    "districtName": "string",
    "countrySubDivision": "string",
    "country": "st",
    "addressLine": [
    "string"
    ]
    },
    "clearingSystemMemberId": {
    "code": "string",
    "memberId": "string"
    }
    },
    "account": {
    "identification": {
    "iban": "string",
    "other": {
    "identification": "string",
    "schemeName": {
    "code": "stri"
    },
    "issuer": "string"
    }
    },
    "type": {
    "code": "string",
    "proprietary": "string"
    },
    "currency": "string",
    "name": "string",
    "proxy": "string"
    }
    },
    "previousInstructingAgent2": {
    "identification": {
    "bicFI": "stringstrin",
    "lei": "stringstringstringst",
    "name": "string",
    "postalAddress": {
    "department": "string",
    "subDepartment": "string",
    "streetName": "string",
    "buildingNumber": "string",
    "buildingName": "string",
    "floor": "string",
    "postBox": "string",
    "room": "string",
    "postCode": "string",
    "townName": "string",
    "townLocationName": "string",
    "districtName": "string",
    "countrySubDivision": "string",
    "country": "st",
    "addressLine": [
    "string"
    ]
    },
    "clearingSystemMemberId": {
    "code": "string",
    "memberId": "string"
    }
    },
    "account": {
    "identification": {
    "iban": "string",
    "other": {
    "identification": "string",
    "schemeName": {
    "code": "stri"
    },
    "issuer": "string"
    }
    },
    "type": {
    "code": "string",
    "proprietary": "string"
    },
    "currency": "string",
    "name": "string",
    "proxy": "string"
    }
    },
    "previousInstructingAgent3": {
    "identification": {
    "bicFI": "stringstrin",
    "lei": "stringstringstringst",
    "name": "string",
    "postalAddress": {
    "department": "string",
    "subDepartment": "string",
    "streetName": "string",
    "buildingNumber": "string",
    "buildingName": "string",
    "floor": "string",
    "postBox": "string",
    "room": "string",
    "postCode": "string",
    "townName": "string",
    "townLocationName": "string",
    "districtName": "string",
    "countrySubDivision": "string",
    "country": "st",
    "addressLine": [
    "string"
    ]
    },
    "clearingSystemMemberId": {
    "code": "string",
    "memberId": "string"
    }
    },
    "account": {
    "identification": {
    "iban": "string",
    "other": {
    "identification": "string",
    "schemeName": {
    "code": "stri"
    },
    "issuer": "string"
    }
    },
    "type": {
    "code": "string",
    "proprietary": "string"
    },
    "currency": "string",
    "name": "string",
    "proxy": "string"
    }
    },
    "relatedRemittanceInformation": {
    "remittanceIdentification": "string",
    "relatedRemittanceLocation": [
    {
    "name": "string",
    "postalAddress": {
    "department": "string",
    "subDepartment": "string",
    "streetName": "string",
    "buildingNumber": "string",
    "buildingName": "string",
    "floor": "string",
    "postBox": "string",
    "room": "string",
    "postCode": "string",
    "townName": "string",
    "townLocationName": "string",
    "districtName": "string",
    "countrySubDivision": "string",
    "country": "st",
    "addressLine": [
    "string"
    ]
    }
    }
    ]
    },
    "purposeCode": "string"
    }
    Code copied

    Response (application/json)

    • 202 Accepted
    • 400 Bad Request

    Accepted

    {
    "paymentId": "string"
    }
    Code copied

    Bad Request

    {
    "type": "string",
    "title": "string",
    "status": 0,
    "detail": "string",
    "instance": "string",
    "property1": null,
    "property2": null
    }
    Code copied

    Associated Webhooks

    Simulate a return T2 payment

    post/payments/t2-rtgs/v1/inbound/payment-returns

    Trigger inbound payment return request (Pacs004) to simulate a payment being returned from a T2 scheme participent into ClearBank to a ClearBank customer

    Parameters

      Request Payload (application/json)

      • originalGroupInformation object

      • originalPaymentIdentification object

      • returnedAmount object

      • instructingAgent object

      • instructedAgent object

      • returnChain object

      • returnReason object

      • header object

      • originalSettlement object

      • chargesInformation array

      request

      {
      "originalGroupInformation": {
      "messageId": "string",
      "messageNameId": "string"
      },
      "originalPaymentIdentification": {
      "endToEndId": "string",
      "uetr": "00168b15-e953-4990-a0c1-a37ad64c1587",
      "instructionId": "string",
      "clearingSystemId": "string"
      },
      "returnedAmount": {
      "settlementAmount": 0,
      "settlementCurrency": "str",
      "instructedAmount": 0,
      "instructedCurrency": "string",
      "exchangeRate": 0
      },
      "instructingAgent": {
      "bic": "CLRBNL2AXXX",
      "lei": "stringstringstringst"
      },
      "instructedAgent": {
      "bic": "stringstrin",
      "lei": "stringstringstringst"
      },
      "returnChain": {
      "debtor": {
      "party": {
      "name": "string",
      "address": {
      "department": "string",
      "subDepartment": "string",
      "streetName": "string",
      "buildingNumber": "string",
      "buildingName": "string",
      "floor": "string",
      "postBox": "string",
      "room": "string",
      "postCode": "string",
      "townName": "string",
      "townLocationName": "string",
      "districtName": "string",
      "countrySubDivision": "string",
      "country": "st",
      "addressLine": [
      "string"
      ]
      },
      "identification": {
      "organisationIdentification": {
      "anyBIC": "stringstrin",
      "lei": "stringstringstringst",
      "other": [
      {
      "identification": "string",
      "schemeName": {
      "code": "stri"
      },
      "issuer": "string"
      }
      ]
      },
      "privateIdentification": {
      "dateAndPlaceOfBirth": {
      "birthDate": "2019-08-24T14:15:22Z",
      "city": "string",
      "country": "st",
      "province": "string"
      },
      "other": [
      {
      "identification": "string",
      "schemeName": {
      "code": "stri"
      },
      "issuer": "string"
      }
      ]
      }
      },
      "countryOfResidence": "st"
      },
      "agent": {
      "bicFI": "stringstrin",
      "lei": "stringstringstringst",
      "name": "string",
      "postalAddress": {
      "department": "string",
      "subDepartment": "string",
      "streetName": "string",
      "buildingNumber": "string",
      "buildingName": "string",
      "floor": "string",
      "postBox": "string",
      "room": "string",
      "postCode": "string",
      "townName": "string",
      "townLocationName": "string",
      "districtName": "string",
      "countrySubDivision": "string",
      "country": "st",
      "addressLine": [
      "string"
      ]
      },
      "clearingSystemMemberId": {
      "code": "string",
      "memberId": "string"
      }
      }
      },
      "creditor": {
      "party": {
      "name": "string",
      "address": {
      "department": "string",
      "subDepartment": "string",
      "streetName": "string",
      "buildingNumber": "string",
      "buildingName": "string",
      "floor": "string",
      "postBox": "string",
      "room": "string",
      "postCode": "string",
      "townName": "string",
      "townLocationName": "string",
      "districtName": "string",
      "countrySubDivision": "string",
      "country": "st",
      "addressLine": [
      "string"
      ]
      },
      "identification": {
      "organisationIdentification": {
      "anyBIC": "stringstrin",
      "lei": "stringstringstringst",
      "other": [
      {
      "identification": "string",
      "schemeName": {
      "code": "stri"
      },
      "issuer": "string"
      }
      ]
      },
      "privateIdentification": {
      "dateAndPlaceOfBirth": {
      "birthDate": "2019-08-24T14:15:22Z",
      "city": "string",
      "country": "st",
      "province": "string"
      },
      "other": [
      {
      "identification": "string",
      "schemeName": {
      "code": "stri"
      },
      "issuer": "string"
      }
      ]
      }
      },
      "countryOfResidence": "st"
      },
      "agent": {
      "bicFI": "stringstrin",
      "lei": "stringstringstringst",
      "name": "string",
      "postalAddress": {
      "department": "string",
      "subDepartment": "string",
      "streetName": "string",
      "buildingNumber": "string",
      "buildingName": "string",
      "floor": "string",
      "postBox": "string",
      "room": "string",
      "postCode": "string",
      "townName": "string",
      "townLocationName": "string",
      "districtName": "string",
      "countrySubDivision": "string",
      "country": "st",
      "addressLine": [
      "string"
      ]
      },
      "clearingSystemMemberId": {
      "code": "string",
      "memberId": "string"
      }
      }
      },
      "debtorAgent": {
      "bicFI": "stringstrin",
      "lei": "stringstringstringst",
      "name": "string",
      "postalAddress": {
      "department": "string",
      "subDepartment": "string",
      "streetName": "string",
      "buildingNumber": "string",
      "buildingName": "string",
      "floor": "string",
      "postBox": "string",
      "room": "string",
      "postCode": "string",
      "townName": "string",
      "townLocationName": "string",
      "districtName": "string",
      "countrySubDivision": "string",
      "country": "st",
      "addressLine": [
      "string"
      ]
      },
      "clearingSystemMemberId": {
      "code": "string",
      "memberId": "string"
      }
      },
      "ultimateDebtor": {
      "name": "string",
      "address": {
      "department": "string",
      "subDepartment": "string",
      "streetName": "string",
      "buildingNumber": "string",
      "buildingName": "string",
      "floor": "string",
      "postBox": "string",
      "room": "string",
      "postCode": "string",
      "townName": "string",
      "townLocationName": "string",
      "districtName": "string",
      "countrySubDivision": "string",
      "country": "st",
      "addressLine": [
      "string"
      ]
      },
      "identification": {
      "organisationIdentification": {
      "anyBIC": "stringstrin",
      "lei": "stringstringstringst",
      "other": [
      {
      "identification": "string",
      "schemeName": {
      "code": "stri"
      },
      "issuer": "string"
      }
      ]
      },
      "privateIdentification": {
      "dateAndPlaceOfBirth": {
      "birthDate": "2019-08-24T14:15:22Z",
      "city": "string",
      "country": "st",
      "province": "string"
      },
      "other": [
      {
      "identification": "string",
      "schemeName": {
      "code": "stri"
      },
      "issuer": "string"
      }
      ]
      }
      },
      "countryOfResidence": "string"
      },
      "initiatingParty": {
      "party": {
      "name": "string",
      "address": {
      "department": "string",
      "subDepartment": "string",
      "streetName": "string",
      "buildingNumber": "string",
      "buildingName": "string",
      "floor": "string",
      "postBox": "string",
      "room": "string",
      "postCode": "string",
      "townName": "string",
      "townLocationName": "string",
      "districtName": "string",
      "countrySubDivision": "string",
      "country": "st",
      "addressLine": [
      "string"
      ]
      },
      "identification": {
      "organisationIdentification": {
      "anyBIC": "stringstrin",
      "lei": "stringstringstringst",
      "other": [
      {
      "identification": "string",
      "schemeName": {
      "code": "stri"
      },
      "issuer": "string"
      }
      ]
      },
      "privateIdentification": {
      "dateAndPlaceOfBirth": {
      "birthDate": "2019-08-24T14:15:22Z",
      "city": "string",
      "country": "st",
      "province": "string"
      },
      "other": [
      {
      "identification": "string",
      "schemeName": {
      "code": "stri"
      },
      "issuer": "string"
      }
      ]
      }
      },
      "countryOfResidence": "st"
      },
      "agent": {
      "bicFI": "stringstrin",
      "lei": "stringstringstringst",
      "name": "string",
      "postalAddress": {
      "department": "string",
      "subDepartment": "string",
      "streetName": "string",
      "buildingNumber": "string",
      "buildingName": "string",
      "floor": "string",
      "postBox": "string",
      "room": "string",
      "postCode": "string",
      "townName": "string",
      "townLocationName": "string",
      "districtName": "string",
      "countrySubDivision": "string",
      "country": "st",
      "addressLine": [
      "string"
      ]
      },
      "clearingSystemMemberId": {
      "code": "string",
      "memberId": "string"
      }
      }
      },
      "creditorAgent": {
      "bicFI": "stringstrin",
      "lei": "stringstringstringst",
      "name": "string",
      "postalAddress": {
      "department": "string",
      "subDepartment": "string",
      "streetName": "string",
      "buildingNumber": "string",
      "buildingName": "string",
      "floor": "string",
      "postBox": "string",
      "room": "string",
      "postCode": "string",
      "townName": "string",
      "townLocationName": "string",
      "districtName": "string",
      "countrySubDivision": "string",
      "country": "st",
      "addressLine": [
      "string"
      ]
      },
      "clearingSystemMemberId": {
      "code": "string",
      "memberId": "string"
      }
      },
      "ultimateCreditor": {
      "name": "string",
      "address": {
      "department": "string",
      "subDepartment": "string",
      "streetName": "string",
      "buildingNumber": "string",
      "buildingName": "string",
      "floor": "string",
      "postBox": "string",
      "room": "string",
      "postCode": "string",
      "townName": "string",
      "townLocationName": "string",
      "districtName": "string",
      "countrySubDivision": "string",
      "country": "st",
      "addressLine": [
      "string"
      ]
      },
      "identification": {
      "organisationIdentification": {
      "anyBIC": "stringstrin",
      "lei": "stringstringstringst",
      "other": [
      {
      "identification": "string",
      "schemeName": {
      "code": "stri"
      },
      "issuer": "string"
      }
      ]
      },
      "privateIdentification": {
      "dateAndPlaceOfBirth": {
      "birthDate": "2019-08-24T14:15:22Z",
      "city": "string",
      "country": "st",
      "province": "string"
      },
      "other": [
      {
      "identification": "string",
      "schemeName": {
      "code": "stri"
      },
      "issuer": "string"
      }
      ]
      }
      },
      "countryOfResidence": "string"
      },
      "previousInstructingAgent1": {
      "bicFI": "stringstrin",
      "lei": "stringstringstringst",
      "name": "string",
      "postalAddress": {
      "department": "string",
      "subDepartment": "string",
      "streetName": "string",
      "buildingNumber": "string",
      "buildingName": "string",
      "floor": "string",
      "postBox": "string",
      "room": "string",
      "postCode": "string",
      "townName": "string",
      "townLocationName": "string",
      "districtName": "string",
      "countrySubDivision": "string",
      "country": "st",
      "addressLine": [
      "string"
      ]
      },
      "clearingSystemMemberId": {
      "code": "string",
      "memberId": "string"
      }
      },
      "previousInstructingAgent2": {
      "bicFI": "stringstrin",
      "lei": "stringstringstringst",
      "name": "string",
      "postalAddress": {
      "department": "string",
      "subDepartment": "string",
      "streetName": "string",
      "buildingNumber": "string",
      "buildingName": "string",
      "floor": "string",
      "postBox": "string",
      "room": "string",
      "postCode": "string",
      "townName": "string",
      "townLocationName": "string",
      "districtName": "string",
      "countrySubDivision": "string",
      "country": "st",
      "addressLine": [
      "string"
      ]
      },
      "clearingSystemMemberId": {
      "code": "string",
      "memberId": "string"
      }
      },
      "previousInstructingAgent3": {
      "bicfi": "stringstrin",
      "lei": "stringstringstringst",
      "name": "string",
      "postalAddress": {
      "department": "string",
      "subDepartment": "string",
      "streetName": "string",
      "buildingNumber": "string",
      "buildingName": "string",
      "floor": "string",
      "postBox": "string",
      "room": "string",
      "postCode": "string",
      "townName": "string",
      "townLocationName": "string",
      "districtName": "string",
      "countrySubDivision": "string",
      "country": "st",
      "addressLine": [
      "string"
      ]
      },
      "clearingSystemMemberId": {
      "code": "string",
      "memberId": "string"
      }
      },
      "intermediaryAgent1": {
      "bicFI": "stringstrin",
      "lei": "stringstringstringst",
      "name": "string",
      "postalAddress": {
      "department": "string",
      "subDepartment": "string",
      "streetName": "string",
      "buildingNumber": "string",
      "buildingName": "string",
      "floor": "string",
      "postBox": "string",
      "room": "string",
      "postCode": "string",
      "townName": "string",
      "townLocationName": "string",
      "districtName": "string",
      "countrySubDivision": "string",
      "country": "st",
      "addressLine": [
      "string"
      ]
      },
      "clearingSystemMemberId": {
      "code": "string",
      "memberId": "string"
      }
      },
      "intermediaryAgent2": {
      "bicFI": "stringstrin",
      "lei": "stringstringstringst",
      "name": "string",
      "postalAddress": {
      "department": "string",
      "subDepartment": "string",
      "streetName": "string",
      "buildingNumber": "string",
      "buildingName": "string",
      "floor": "string",
      "postBox": "string",
      "room": "string",
      "postCode": "string",
      "townName": "string",
      "townLocationName": "string",
      "districtName": "string",
      "countrySubDivision": "string",
      "country": "st",
      "addressLine": [
      "string"
      ]
      },
      "clearingSystemMemberId": {
      "code": "string",
      "memberId": "string"
      }
      },
      "intermediaryAgent3": {
      "bicFI": "stringstrin",
      "lei": "stringstringstringst",
      "name": "string",
      "postalAddress": {
      "department": "string",
      "subDepartment": "string",
      "streetName": "string",
      "buildingNumber": "string",
      "buildingName": "string",
      "floor": "string",
      "postBox": "string",
      "room": "string",
      "postCode": "string",
      "townName": "string",
      "townLocationName": "string",
      "districtName": "string",
      "countrySubDivision": "string",
      "country": "st",
      "addressLine": [
      "string"
      ]
      },
      "clearingSystemMemberId": {
      "code": "string",
      "memberId": "string"
      }
      }
      },
      "returnReason": {
      "reason": {
      "code": "AC01",
      "additionalInformation": [
      "string"
      ]
      },
      "originator": {
      "name": "string",
      "address": {
      "department": "string",
      "subDepartment": "string",
      "streetName": "string",
      "buildingNumber": "string",
      "buildingName": "string",
      "floor": "string",
      "postBox": "string",
      "room": "string",
      "postCode": "string",
      "townName": "string",
      "townLocationName": "string",
      "districtName": "string",
      "countrySubDivision": "string",
      "country": "st",
      "addressLine": [
      "string"
      ]
      },
      "identification": {
      "organisationIdentification": {
      "anyBIC": "stringstrin",
      "lei": "stringstringstringst",
      "other": [
      {
      "identification": "string",
      "schemeName": {
      "code": "stri"
      },
      "issuer": "string"
      }
      ]
      },
      "privateIdentification": {
      "dateAndPlaceOfBirth": {
      "birthDate": "2019-08-24T14:15:22Z",
      "city": "string",
      "country": "st",
      "province": "string"
      },
      "other": [
      {
      "identification": "string",
      "schemeName": {
      "code": "stri"
      },
      "issuer": "string"
      }
      ]
      }
      },
      "countryOfResidence": "string"
      }
      },
      "header": {
      "bizMsgId": "string",
      "from": "stringstrin",
      "to": "stringstrin",
      "messageNameId": "string"
      },
      "originalSettlement": {
      "originalSettlementAmount": {
      "amount": 0,
      "currency": "str"
      },
      "originalSettlementDate": "2019-08-24T14:15:22Z"
      },
      "chargesInformation": [
      {
      "amount": {
      "amount": 0,
      "currency": "str"
      },
      "agent": {
      "bicFI": "stringstrin",
      "lei": "stringstringstringst",
      "name": "string",
      "postalAddress": {
      "department": "string",
      "subDepartment": "string",
      "streetName": "string",
      "buildingNumber": "string",
      "buildingName": "string",
      "floor": "string",
      "postBox": "string",
      "room": "string",
      "postCode": "string",
      "townName": "string",
      "townLocationName": "string",
      "districtName": "string",
      "countrySubDivision": "string",
      "country": "st",
      "addressLine": [
      "string"
      ]
      },
      "clearingSystemMemberId": {
      "code": "string",
      "memberId": "string"
      }
      }
      }
      ]
      }
      Code copied

      Response (application/json)

      • 202 Accepted
      • 400 Bad Request

      Accepted

      {
      "paymentId": "string"
      }
      Code copied

      Bad Request

      {
      "type": "string",
      "title": "string",
      "status": 0,
      "detail": "string",
      "instance": "string",
      "property1": null,
      "property2": null
      }
      Code copied

      Associated Webhooks

      Simulate a T2 FI payment

      post/payments/t2-rtgs/v1/inbound/institution-payments

      Trigger inbound financial institution payment request (Pacs009) to simulate a payment being sent from a T2 scheme participent into ClearBank to a ClearBank customer

      Parameters

        Request Payload (application/json)

        • paymentIdentification object

        • header object

        • value object

        • debtor object

        • creditor object

        • creditorAgent object

        • instructingAgent object

        • instructedAgent object

        • debtorAgent object

        • previousInstructingAgent1 object

        • previousInstructingAgent2 object

        • previousInstructingAgent3 object

        • purposeCode string

        request

        {
        "paymentIdentification": {
        "instructionId": "string",
        "endToEndId": "string",
        "uetr": "00168b15-e953-4990-a0c1-a37ad64c1587",
        "clearingSystemId": "string"
        },
        "header": {
        "bizMsgId": "string",
        "from": "stringstrin",
        "to": "stringstrin",
        "messageNameId": "string"
        },
        "value": {
        "settlementAmount": 0,
        "settlementCurrency": "str"
        },
        "debtor": {
        "identification": {
        "bicFI": "stringstrin",
        "lei": "stringstringstringst",
        "name": "string",
        "postalAddress": {
        "department": "string",
        "subDepartment": "string",
        "streetName": "string",
        "buildingNumber": "string",
        "buildingName": "string",
        "floor": "string",
        "postBox": "string",
        "room": "string",
        "postCode": "string",
        "townName": "string",
        "townLocationName": "string",
        "districtName": "string",
        "countrySubDivision": "string",
        "country": "st",
        "addressLine": [
        "string"
        ]
        },
        "clearingSystemMemberId": {
        "code": "string",
        "memberId": "string"
        }
        },
        "account": {
        "identification": {
        "iban": "string",
        "other": {
        "identification": "string",
        "schemeName": {
        "code": "stri"
        },
        "issuer": "string"
        }
        },
        "type": {
        "code": "string",
        "proprietary": "string"
        },
        "currency": "string",
        "name": "string",
        "proxy": "string"
        }
        },
        "creditor": {
        "identification": {
        "bicFI": "stringstrin",
        "lei": "stringstringstringst",
        "name": "string",
        "postalAddress": {
        "department": "string",
        "subDepartment": "string",
        "streetName": "string",
        "buildingNumber": "string",
        "buildingName": "string",
        "floor": "string",
        "postBox": "string",
        "room": "string",
        "postCode": "string",
        "townName": "string",
        "townLocationName": "string",
        "districtName": "string",
        "countrySubDivision": "string",
        "country": "st",
        "addressLine": [
        "string"
        ]
        },
        "clearingSystemMemberId": {
        "code": "string",
        "memberId": "string"
        }
        },
        "account": {
        "identification": {
        "iban": "string",
        "other": {
        "identification": "string",
        "schemeName": {
        "code": "stri"
        },
        "issuer": "string"
        }
        },
        "type": {
        "code": "string",
        "proprietary": "string"
        },
        "currency": "string",
        "name": "string",
        "proxy": "string"
        }
        },
        "creditorAgent": {
        "identification": {
        "bicFI": "stringstrin",
        "lei": "stringstringstringst",
        "name": "string",
        "postalAddress": {
        "department": "string",
        "subDepartment": "string",
        "streetName": "string",
        "buildingNumber": "string",
        "buildingName": "string",
        "floor": "string",
        "postBox": "string",
        "room": "string",
        "postCode": "string",
        "townName": "string",
        "townLocationName": "string",
        "districtName": "string",
        "countrySubDivision": "string",
        "country": "st",
        "addressLine": [
        "string"
        ]
        },
        "clearingSystemMemberId": {
        "code": "string",
        "memberId": "string"
        }
        },
        "account": {
        "identification": {
        "iban": "string",
        "other": {
        "identification": "string",
        "schemeName": {
        "code": "stri"
        },
        "issuer": "string"
        }
        },
        "type": {
        "code": "string",
        "proprietary": "string"
        },
        "currency": "string",
        "name": "string",
        "proxy": "string"
        }
        },
        "instructingAgent": {
        "bic": "CLRBNL2AXXX",
        "lei": "stringstringstringst"
        },
        "instructedAgent": {
        "bic": "stringstrin",
        "lei": "stringstringstringst"
        },
        "debtorAgent": {
        "identification": {
        "bicFI": "stringstrin",
        "lei": "stringstringstringst",
        "name": "string",
        "postalAddress": {
        "department": "string",
        "subDepartment": "string",
        "streetName": "string",
        "buildingNumber": "string",
        "buildingName": "string",
        "floor": "string",
        "postBox": "string",
        "room": "string",
        "postCode": "string",
        "townName": "string",
        "townLocationName": "string",
        "districtName": "string",
        "countrySubDivision": "string",
        "country": "st",
        "addressLine": [
        "string"
        ]
        },
        "clearingSystemMemberId": {
        "code": "string",
        "memberId": "string"
        }
        },
        "account": {
        "identification": {
        "iban": "string",
        "other": {
        "identification": "string",
        "schemeName": {
        "code": "stri"
        },
        "issuer": "string"
        }
        },
        "type": {
        "code": "string",
        "proprietary": "string"
        },
        "currency": "string",
        "name": "string",
        "proxy": "string"
        }
        },
        "previousInstructingAgent1": {
        "identification": {
        "bicFI": "stringstrin",
        "lei": "stringstringstringst",
        "name": "string",
        "postalAddress": {
        "department": "string",
        "subDepartment": "string",
        "streetName": "string",
        "buildingNumber": "string",
        "buildingName": "string",
        "floor": "string",
        "postBox": "string",
        "room": "string",
        "postCode": "string",
        "townName": "string",
        "townLocationName": "string",
        "districtName": "string",
        "countrySubDivision": "string",
        "country": "st",
        "addressLine": [
        "string"
        ]
        },
        "clearingSystemMemberId": {
        "code": "string",
        "memberId": "string"
        }
        },
        "account": {
        "identification": {
        "iban": "string",
        "other": {
        "identification": "string",
        "schemeName": {
        "code": "stri"
        },
        "issuer": "string"
        }
        },
        "type": {
        "code": "string",
        "proprietary": "string"
        },
        "currency": "string",
        "name": "string",
        "proxy": "string"
        }
        },
        "previousInstructingAgent2": {
        "identification": {
        "bicFI": "stringstrin",
        "lei": "stringstringstringst",
        "name": "string",
        "postalAddress": {
        "department": "string",
        "subDepartment": "string",
        "streetName": "string",
        "buildingNumber": "string",
        "buildingName": "string",
        "floor": "string",
        "postBox": "string",
        "room": "string",
        "postCode": "string",
        "townName": "string",
        "townLocationName": "string",
        "districtName": "string",
        "countrySubDivision": "string",
        "country": "st",
        "addressLine": [
        "string"
        ]
        },
        "clearingSystemMemberId": {
        "code": "string",
        "memberId": "string"
        }
        },
        "account": {
        "identification": {
        "iban": "string",
        "other": {
        "identification": "string",
        "schemeName": {
        "code": "stri"
        },
        "issuer": "string"
        }
        },
        "type": {
        "code": "string",
        "proprietary": "string"
        },
        "currency": "string",
        "name": "string",
        "proxy": "string"
        }
        },
        "previousInstructingAgent3": {
        "identification": {
        "bicFI": "stringstrin",
        "lei": "stringstringstringst",
        "name": "string",
        "postalAddress": {
        "department": "string",
        "subDepartment": "string",
        "streetName": "string",
        "buildingNumber": "string",
        "buildingName": "string",
        "floor": "string",
        "postBox": "string",
        "room": "string",
        "postCode": "string",
        "townName": "string",
        "townLocationName": "string",
        "districtName": "string",
        "countrySubDivision": "string",
        "country": "st",
        "addressLine": [
        "string"
        ]
        },
        "clearingSystemMemberId": {
        "code": "string",
        "memberId": "string"
        }
        },
        "account": {
        "identification": {
        "iban": "string",
        "other": {
        "identification": "string",
        "schemeName": {
        "code": "stri"
        },
        "issuer": "string"
        }
        },
        "type": {
        "code": "string",
        "proprietary": "string"
        },
        "currency": "string",
        "name": "string",
        "proxy": "string"
        }
        },
        "purposeCode": "string"
        }
        Code copied

        Response (application/json)

        • 202 Accepted
        • 400 Bad Request

        Accepted

        {
        "paymentId": "string"
        }
        Code copied

        Bad Request

        {
        "type": "string",
        "title": "string",
        "status": 0,
        "detail": "string",
        "instance": "string",
        "property1": null,
        "property2": null
        }
        Code copied

        Associated Webhooks