Payments
Faster Payments
When sending payments via the ClearBank® API, Faster Payments are initiated via the POST/Payments/FPS endpoint, while a confirmation of settlement is provided to you via the Transaction Settled webhook. Please refer to Webhooks for more information.
ClearBank® accounts support inbound and outbound Faster Payments. You can receive Faster Payments of up to £1,000,000. The transaction limit for an outbound Faster Payment transaction is £250,000. Faster Payments are not subject to a cut-off time and can be sent or received as and when required.
Faster Payments Validation
Element | Type | Validation | Description |
---|---|---|---|
name | string | maxLength: 140 minLength: 1 pattern: ^[a-zA-Z0-9\/\-?:().,'+\s#=!"%&*<>;{@\r\n]*$ | Also known as Account Holder Name This the Creditor’s name. If max length exceeds 35 characters, this will be truncated before sending to scheme. |
reference | string | maxLength: 35 minLength: 0 pattern: ^[a-zA-Z0-9\/\-?:().,'+\s#=!"%&*<>;{@\r\n]*$ | Also known as the Payment Reference This is the Payment reference under remittance information. If the max length exceeds 18 characters, this will be truncated before sending to scheme. |
Pattern: Alphanumeric (uppercase and lowercase) and special characters*.
*Special characters: / (forward slash), - (hyphen), ? (question mark), : (colon), ( (left parenthesis), ) (right parenthesis), . (full stop), , (comma), ’ (right single quote), + (plus sign), (blank space), # (hash), = (equals), ! (exclamation mark), ” (right double quote), % (percentage), & (ampersand), * (asterisk), < (less than), > (greater than), ; (semi colon), { (left curly bracket), @ (commercial at), CrLf (carriage return line feed).
This endpoint uses the endToEndIdentification field as a duplicate check to ensure the request is idempotent.
CHAPS
When sending payments via the ClearBank® API, CHAPS are initiated via the POST/Payments/CHAPS endpoint, while a confirmation of settlement is provided to you via the Transaction Settled webhook. Please refer to Webhooks for more information.
ClearBank® accounts support inbound and outbound CHAPS payments. Being that CHAPS is the UK’s high value payment scheme, there is no amount limit associated with inbound or outbound CHAPS payments. However, you can only send CHAPS payments between 08:00 – 17:00 Monday to Friday (excluding UK public holidays).
CHAPS Validation
Element | Type | Validation | Description |
---|---|---|---|
name | string | maxLength: 140 minLength: 1 pattern: ^[a-zA-Z0-9\/-?:().,'+\s]*$ | Also known as Account Holder Name This the Creditor’s name. If max length exceeds 35 characters, this will be truncated before sending to scheme. |
reference | string | maxLength: 35 minLength: 0 pattern: ^[a-zA-Z0-9\/-?:().,'+\s]*$ | Also known as the Payment Reference This is the Payment reference under remittance information. |
Pattern: The character set has been extended to include all SWIFT allowed characters. Alphanumeric (uppercase and lowercase) and special characters*.
*Special characters: / (forward slash), - (hyphen), ? (question mark), : (colon), ( (left parenthesis), ) (right parenthesis), . (full stop), , (comma), ' (apostrophe), + (plus sign), (blank space).
This endpoint uses the endToEndIdentification field as a duplicate check to ensure the request is idempotent.
Bacs Inbound Direct Credit
ClearBank® accounts accept inbound Bacs Direct Credit payments. Bacs Direct Credit payments work on a three-day cycle and settles on the third day.
Settling Inbound Bacs Direct Credit Payments
You are notified of an inbound Direct Credit payment via the Bacs Direct Credit Inbound Payment Created webhook on Day 2 of the three-day cycle. Confirmation of settlement will be provided via the Transaction Settled webhook on Day 3.
If the payment cannot be applied to the account, ClearBank® will automatically raise an Automated Return of Unapplied Credits Service (ARUCS). If the payment has been applied, but you still want to return it, you should use these endpoints and specify the reason for return. ClearBank® will notify you with a Bacs Direct Credit Return Created webhook. Returns can only be initiated until 15:30 (UTC) the working day after settlement. The payment will be applied to your Bacs Suspense account on the same day and returned on Day 5.