Create IBAN

POST ​/api​/v1​/IndividualWallet​/create-iban

Please provide individualId as {Id}

Please provide an already created account Number created from above Create Wallet Api to create an iban against it.

Request

{
  "id": 0,
  "accountNumber": "string"
}

Response

Status Codes

  • Status Code 200, If all good
  • Status Code 400 with Error Messages in case of Bad Input
  • Status Code 500 with No Error Message in case of Server Failure

Powered by BetterDocs