Version 2.13.0
What's New
Initiating Outgoing Wire Transfers
A new financial service that supports incoming and outgoing wire transfers has been introduced to the Weavr Platform. This service enables consumers and corporates to receive and send funds, from and to third parties as well as their own bank accounts. The capabilities associated with this service are represented under the new outgoing_wire_transfers resource.
The API to get the bank details associated with a Managed Account has not changed, however the details returned might change so as to allow for 3rd party deposits. To submit an outgoing wire transfer, a new API /outgoing_wire_transfers/_/execute has been added that enables corporates and consumers to send funds from a Managed Account to an external bank account.
POST/outgoingwire_transfers//execute
Once, an outgoing wire transfer is submitted, the status and details of the transfer can be retrieved via the API.
POST/outgoing_wire_transfers/getPOST/outgoing_wire_transfers/{id}/get
What's Changed
Managed Accounts
-
Withdrawal: The withdrawal APIs under the
managed_accountsresource have been removed, however the capability is still supported (if permitted by the service provider). To submit a withdrawal from a managed account, the new/outgoing_wire_transfers/_/executeshould be used.POST/managed_accounts/withdraw/getPOST/managed_accounts/{id}/withdraw/{withdraw_id}/cancelPOST/managed_accounts/{id}/withdraw/{withdraw_id}/getPOST/managedaccounts/{id}/withdraw//createPOST/managed_accounts/{id}/withdraw/get
-
Creating an Account: Four new error codes (
IDENTITY_LIMITS_EXCEEDED,PROGRAMME_LIMITS_EXCEEDED,INNOVATOR_LIMITS_EXCEEDED,SYSTEM_LIMITS_EXCEEDED) were introduced and may be returned when creating an instrument.POST/managedaccounts//create
-
Un/Freezing an Account: A new error message
INSTRUMENT_INACTIVEhas been added and will be returned if the instrument being frozen/unfrozen hasn't been created yet.POST/managed_accounts/{id}/freezePOST/managed_accounts/{id}/unfreeze
Managed Cards
-
Physical Cards: The
activationCodedoes not need to be unique any more. Multiple physical cards can have the same activation code.POST/managed_cards/{id}/physical/replace_damagedPOST/managed_cards/{id}/physical/replace_lost_stolenPOST/managed_cards/{id}/physical/activatePOST/managed_cards/{id}/physical/upgrade
-
Creating a Card: Four new error codes (
IDENTITY_LIMITS_EXCEEDED,PROGRAMME_LIMITS_EXCEEDED,INNOVATOR_LIMITS_EXCEEDED,SYSTEM_LIMITS_EXCEEDED) were introduced and can be returned when creating an instrument.POST/managedcards//create
-
New Auth Rule: A new auth rule has been introduced which when configured can block any credit type authorisations. Credit authorisations translate in the cardholder receiving funds on a card.
POST/managed_cards/{id}/auth_rule/getPOST/managed_cards/{id}/auth_rule/set
-
Removing a Managed Account: A new error code
INSTRUMENT_HAS_PENDING_ACTIONShas been added and can be returned if the instrument being deleted still has pending actions.POST/managed_cards/{id}/remove
Corporates
-
The
ipAddressproperty has been updated so that is supports IPv6 IP addresses, it's length has increased from 15 characters to 45 characters.POST/corporates/{id}/getPOST/corporates/{id}/updatePOST/corporates/_/create
-
Charging a Fee: A new error code
IDENTITY_NOT_OWNER_OF_INSTRUMENThas been added to the/corporates/\{id\}/charge_feeAPI. The error code will be returned if the identity owning thesourceinstrument from where the fee is to be taken, does not match the identity currently logged in.POST/corporates/{id}/charge_fee
-
Updating a Corporate: It is now possible to update the
baseCurrencyof a corporate.POST/corporate/{id}/update
-
Activating/Deactivating a User: The response code
409was removed from the possible response types.POST/corporates/{id}/users/{user_id}/activatePOST/corporates/{id}/users/{user_id}/deactivate
Consumers
-
Charging a Fee: A new error code
IDENTITY_NOT_OWNER_OF_INSTRUMENThas been added to the/consumers/\{id\}/charge_feeAPI. The error code will be returned if the identity owning thesourceinstrument from where the fee is to be taken, does not match the identity currently logged in.POST/consumers/{id}/charge_fee
-
Updating a Consumer: It is now possible to update the
baseCurrencyof a consumer.POST/consumers/{id}/update