v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBRegister IBAN account
Register a new International Bank Account Number (IBAN) bank account.
IBAN is a standardized international system developed to identify bank accounts when making international transactions. For more information, refer to <a href="https://www.investopedia.com/terms/i/iban.asp" target="_blank"> What Is an International Bank Account Number (IBAN) and How Does It Work</a>.
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.
Path parameters
Pismo account ID
Headers
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": {
"iban": "GB29NWBK60161331926819"
}
}Response
Response body
Example response
{
"account_id": 78123456,
"creation_datetime": "2023-04-12T23:20:50.52Z",
"scheme": {
"iban": "GB29NWBK60161331926819"
}
}