Skip to main content

48 posts tagged with "Multi-v2"

View All Tags

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

· 4 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