Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    ChoiceOfAccount String Body Choice Of Account (from Options)
    ClientKey ClientKey Body Client Key of the user for which new account is to be created
  • Response Parameters

    View Response Codes
    Name Type Description
    AccountId String Account Id
    AccountKey String Account Key
    Iban String IBAN (International Bank Account Number)
    VirtualAccountNumber String Virtual Account Number (VAN)
  • Request Example

    Request URL
    POST /cm/v2/accounts
    Request Body
    {
      "ChoiceOfAccount": "65",
      "ClientKey": "BxS0VWLta8lJ3SBpjGBQjw=="
    }
    
  • Response Example

    Response body
    {
      "AccountId": "2147279960",
      "AccountKey": "BxS0VWLta8lJ3SBpjGBQjw==",
      "Iban": "DK5000400440116243",
      "VirtualAccountNumber": "VAN123456789"
    }