Skip to main content

Version 2.2.0

· 2 min read
Adrian Mizzi

What's Changed

  • Added error code in response SOURCE_NOT_FOUND and DESTINATION_NOT_FOUND
    • POST /transfers/get
    • POST /transfers/{id}/get
    • POST /transfers/_/execute
    • POST /send/get
    • POST /send/{id}/get
    • POST /send/_/execute
  • Updated naming in Send (some parts previously referred to as Transfer)
    • POST /send/get

Version 2.1.0

· One min read
Adrian Mizzi

What's Deprecated

  • POST ​/consumers​/{id}​/kyc​/get

What's Changed

  • Addition of API documentation
  • Removal of recently introduced consumeOperationErrorCode field in
    • POST /consumers/{id}/mobile/send_verification_code
    • POST /corporates/{id}/users/mobile/send_verification_code
    • POST /consumers/{id}/kyc/start
    • POST ​/transfers​/_​/execute
    • POST /send/_/execute
  • Addition of INSUFFICIENT_FUNDS to errorCode field
    • POST /consumers/{id}/mobile/send_verification_code
    • POST /corporates/{id}/users/mobile/send_verification_code
    • POST /consumers/{id}/kyc/start
    • POST ​/transfers​/_​/execute
    • POST /send/_/execute
  • New KYC status information returned in
    • POST /consumers/{id}/get

Version 1.0.6

· One min read
Adrian Mizzi

What's New

  • Freeze and unfreeze cards and accounts
    • POST /managed_accounts/{id}/unfreeze
    • POST /managed_accounts/{id}/freeze
    • POST /managed_cards/{id}/unfreeze
    • POST /managed_cards/{id}/freeze

Version 1.0.5

· One min read
Adrian Mizzi

What's New

  • POST /auth/lost_password/validate

What's Changed

  • Changes to Lost Password process

    • POST /auth/lost_password/start
    • POST /auth/lost_password/resume
  • Destroy instrument now fails with error BALANCE_NOT_ZERO is instrument balance is not zero

    • POST /managed_accounts/{id}/destroy
    • POST /managed_cards/{id}/destroy

Version 1.0.4

· 3 min read
Adrian Mizzi

What's New

  • POST /managed_accounts/{id}/destroy
  • POST /managed_cards/{id}/destroy

What's Changed

  • Change in response - actual balance instead of reserved, pending, delta and limit balances.

    • POST /managed_accounts/get
    • POST /managed_accounts/{id}/get
    • POST /managed_accounts/{id}/update
    • POST /managedaccounts//create
    • POST /managed_cards/get
    • POST /managed_cards/{id}/get
    • POST /managed_cards/{id}/update
    • POST /managedcards//create
  • Change in response - removal of block and destroy, additional transaction information returned (e.g. merchant description in case of settlement).

    • POST /managed_accounts/{id}/statement/get
    • POST /managed_cards/{id}/statement/get