Skip to main content

Multi API 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

Detailed Changes

What's New

POST /managed_accounts/{id}/destroy

Managed accountsManaged Account An account held at a financial institution that can be created and managed through the Weavr platform. Each account has a balance where customers can hold funds. Optionally, an IBAN can be assigned to enable wire transfers to bank accounts outside of Weavr. can be destroyed.

POST /managed_cards/{id}/destroy

Managed cardsManaged Card A payment card (virtual or physical) that can be created and managed through the Weavr platform. Cards can operate in prepaid mode (with their own balance) or debit mode (linked to a managed account). All cards must be assigned to a card assignee who is an Authorised User. can be destroyed.

What's Changed

POST /managed_accounts/get
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property account (array)

      Changed items (object):

      • Changed property balances (object)

        • Added property actualBalance (integer)

        • Deleted property reservedBalance (integer)

        • Deleted property deltaBalance (integer)

        • Deleted property pendingBalance (integer)

        • Deleted property limitBalance (integer)

POST /managed_accounts/{id}/statement/get
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property entry (array)

      Changed items (object):

      • Added property additionalFields (object)

        A Map of additional fields. Possible values include fee information

      • Deleted property block (string)

        A boolean whose default value is 'unset' instead of false/true. Allows distinction between unset and true/false

      • Deleted property destroy (boolean)

POST /managed_accounts/{id}/get
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property balances (object)

      • Added property actualBalance (integer)

      • Deleted property reservedBalance (integer)

      • Deleted property deltaBalance (integer)

      • Deleted property pendingBalance (integer)

      • Deleted property limitBalance (integer)

POST /managed_accounts/{id}/update
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property balances (object)

      • Added property actualBalance (integer)

      • Deleted property reservedBalance (integer)

      • Deleted property deltaBalance (integer)

      • Deleted property pendingBalance (integer)

      • Deleted property limitBalance (integer)

POST /managedaccounts//create
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property balances (object)

      • Added property actualBalance (integer)

      • Deleted property reservedBalance (integer)

      • Deleted property deltaBalance (integer)

      • Deleted property pendingBalance (integer)

      • Deleted property limitBalance (integer)

POST /managed_cards/get
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property card (array)

      Changed items (object):

      • Changed property balances (object)

        • Added property actualBalance (integer)

        • Deleted property reservedBalance (integer)

        • Deleted property deltaBalance (integer)

        • Deleted property pendingBalance (integer)

        • Deleted property limitBalance (integer)

POST /managed_cards/{id}/statement/get
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property entry (array)

      Changed items (object):

      • Added property additionalFields (object)

        A Map of additional fields. Possible values include merchant information in case of a purchase

      • Deleted property block (string)

        A boolean whose default value is 'unset' instead of false/true. Allows distinction between unset and true/false

      • Deleted property destroy (boolean)

POST /managed_cards/{id}/get
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property balances (object)

      • Added property actualBalance (integer)

      • Deleted property reservedBalance (integer)

      • Deleted property deltaBalance (integer)

      • Deleted property pendingBalance (integer)

      • Deleted property limitBalance (integer)

POST /managed_cards/{id}/update
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property balances (object)

      • Added property actualBalance (integer)

      • Deleted property reservedBalance (integer)

      • Deleted property deltaBalance (integer)

      • Deleted property pendingBalance (integer)

      • Deleted property limitBalance (integer)

POST /managedcards//create
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property balances (object)

      • Added property actualBalance (integer)

      • Deleted property reservedBalance (integer)

      • Deleted property deltaBalance (integer)

      • Deleted property pendingBalance (integer)

      • Deleted property limitBalance (integer)