v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBBank accounts
Register BBAN account
Register a new Basic Bank Account Number (BBAN) bank account.
BBAN is a bank account numbering system used in many countries, especially in Europe. For international transactions, the BBAN is combined with the country code and a checksum to create an IBAN (International Bank Account Number).
To read about Pismo's banking offerings, see Banking overview.
This endpoint generates a <a href="https://developers.pismo.io/events/docs/intl-bankaccounts-intl-bankaccount-register-1">Bank account registered</a> event.
post/v2/accounts/{accountId}/bank-accounts/bban
Path parameters
accountIdstring required
Pismo account ID
Headers
Authorizationstring required
Account token - token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message
Request body
Example request
{
"scheme": {
"bban": "GB539007547034"
}
}Response
Response Body
Example response
{
"account_id": 78123456,
"creation_datetime": "2023-04-12T23:20:50.52Z",
"scheme": {
"bban": "GB539007547034"
}
}