Multi API Version 1.0.4
What's New
POST/managed_accounts/{id}/destroyPOST/managed_cards/{id}/destroy
What's Changed
-
Change in response -
actual balanceinstead of reserved, pending, delta and limit balances.POST/managed_accounts/getPOST/managed_accounts/{id}/getPOST/managed_accounts/{id}/updatePOST/managedaccounts//createPOST/managed_cards/getPOST/managed_cards/{id}/getPOST/managed_cards/{id}/updatePOST/managedcards//create
-
Change in response - removal of
blockanddestroy, additional transaction information returned (e.g. merchant description in case of settlement).POST/managed_accounts/{id}/statement/getPOST/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)
-
-