Payment accounts
Payment accounts overview
Payment accounts are regular GBP accounts with more payment functionality than savings accounts. With a payment account, your customers can have direct debits and standing orders, and make day-to-day payments — among other features. They are suitable for Retail, Sole Trader, and business (Legal Entity) customers.
Payment accounts come in two subtypes: Current accounts and Transaction accounts:
- Current accounts meet the definition of a Payment Account in both the Payment Account Regulations (PARs) and Payment Service Regulations (PSRs).
- Transaction accounts also meet the PSR definition of a Payment Account, but they are less feature rich than a Current Account. For example, Transaction accounts do not support cash withdrawals.
Payment accounts are available to embedded banking partners by prior agreement with ClearBank. If you're interested in using this account type, please contact your Client Director.
Current accounts
Current accounts provide extensive payment functionality for customers. They support:
- Issuance of a debit card against the account
- Withdrawal of cash from the account
- Execution of payments to third parties (refer to our FPS documentation)
- Receipt of payments from third parties
- Open Banking integration
- Account switching
You can create a current account for a customer by calling our POST /accounts/sterling/v1/payment-accounts endpoint, and specifying "CurrentAccount" as the accountSubType.
Transaction accounts
Transaction accounts facilitate limited payment transactions for customers and are subject to fewer regulations. They support:
- Execution of payments to third parties
- Receipt of payments from third parties
- Open Banking integration
You can create a transaction account for a customer by calling our POST /accounts/sterling/v1/payment-accounts endpoint, and specifying "TransactionAccount" as the accountSubType.