Multi API Version 2.3.0
Fixes and Changes
- Email Verification and Forgot Password base URL now correctly uses the URL configured in the Innovator Portal configuration screen.
- Addition of email address in email verification URL
- Removed
countfield in request and addedresponseCountin response - Changed field name from
companyRegistrationTimestamptocompanyRegistrationDatefor Corporate
API Changes
Other minor changes in some APIs.
-
Changed field companyRegistrationTimestamp to companyRegistrationDate in
POST/corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./{id}/getPOST/corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./{id}/updatePOST/corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./_/create
-
Removed
countparameter ingetrequests, and addedresponseCountin response:POST/corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./{id}/users/getPOST/managed_accounts/getPOST/managed_accounts/{id}/statement/getPOST/managed_cards/getPOST/managed_cards/{id}/statement/getPOST/transfersTransfer A transaction that moves funds between instruments managed by Weavr. The source and destination instruments of a transfer transaction must be owned by the same identity. Transfers can be scheduled for future execution and can be performed in bulk operations./getPOST/sendSend A transaction type that allows sending funds to another identity's instrument or to a beneficiary. Send transactions may require Strong Customer Authentication depending on the destination and whether it's a trusted beneficiary./get
-
Addition of new error code
INSTRUMENT_NOT_FOUNDinPOST/managed_accounts/{id}/freezePOST/managed_accounts/{id}/unfreezePOST/managed_accounts/{id}/updatePOST/managed_accounts/{id}/destroyPOST/managedaccounts//createPOST/managed_cards/{id}/freezePOST/managed_cards/{id}/unfreezePOST/managed_cards/{id}/updatePOST/managed_cards/{id}/destroy
Detailed Changes
What's Changed
POST /corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./{id}/users/get
Request:
Changed content type : application/json
-
Changed property
paging(object)- Deleted property
count(boolean)
- Deleted property
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json- Added property
responseCount(integer)Count of entries with page filtering.
- Added property
POST /corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./{id}/get
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/jsonNew required properties:
companyRegistrationDate
- Added property
companyRegistrationDate(integer)The company's registration date
POST /corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./{id}/update
Request:
Changed content type : application/json
- Added property
companyRegistrationDate(integer)The registration date of the company - using epoch time
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/jsonNew required properties:
companyRegistrationDate
- Added property
companyRegistrationDate(integer)The company's registration date
POST /corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./_/create
Request:
Changed content type : application/json
New optional properties:
companyRegistrationTimestamp
-
Added property
companyRegistrationDate(integer)The registration date of the company - using epoch time
-
Changed property
companyRegistrationTimestamp(integer)Deprecated
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/jsonNew required properties:
companyRegistrationDate
- Added property
companyRegistrationDate(integer)The company's registration date
POST /consumersConsumers Individual persons who can be onboarded as identities on Weavr. Consumer identities represent individual customers and require Know Your Customer (KYC) verification. For consumers, the card owner and card assignee are typically the same person./{id}/get
Return Type:
New response : 409 Conflict
Conflict
POST /consumersConsumers Individual persons who can be onboarded as identities on Weavr. Consumer identities represent individual customers and require Know Your Customer (KYC) verification. For consumers, the card owner and card assignee are typically the same person./{id}/update
Request:
Changed content type : application/json
- Deleted property
tag(string)
Return Type:
New response : 409 Conflict
Conflict
POST /managed_accounts/get
Request:
Changed content type : application/json
-
Changed property
paging(object)- Deleted property
count(boolean)
- Deleted property
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json- Added property
responseCount(integer)Count of entries with page filtering.
- Added property
POST /managed_accounts/{id}/unfreeze
Return Type:
Changed response : 409 Conflict
Conflict
-
Changed content type :
application/json-
Changed property
errorCode(string)Added enum value:
INSTRUMENT_NOT_FOUND
-
POST /managed_accounts/{id}/statement/get
Request:
Changed content type : application/json
-
Changed property
paging(object)- Deleted property
count(boolean)
- Deleted property
Return Type:
New response : 409 Conflict
Conflict Changed response : 200 OK Success
-
Changed content type :
application/json- Added property
responseCount(integer)Count of entries with page filtering.
- Added property
POST /managed_accounts/{id}/get
Return Type:
New response : 409 Conflict
Conflict
POST /managed_accounts/{id}/update
Return Type:
Changed response : 409 Conflict
Conflict
-
Changed content type :
application/json-
Changed property
errorCode(string)Added enum value:
INSTRUMENT_NOT_FOUND
-
POST /managed_accounts/{id}/destroy
Return Type:
Changed response : 409 Conflict
Conflict
-
Changed content type :
application/json-
Changed property
errorCode(string)Added enum value:
INSTRUMENT_NOT_FOUND
-
POST /managedaccounts//create
Return Type:
Changed response : 409 Conflict
Conflict
-
Changed content type :
application/json-
Changed property
errorCode(string)Added enum value:
INSTRUMENT_NOT_FOUND
-
POST /managed_accounts/{id}/freeze
Return Type:
Changed response : 409 Conflict
Conflict
-
Changed content type :
application/json-
Changed property
errorCode(string)Added enum value:
INSTRUMENT_NOT_FOUND
-
POST /managed_cards/get
Request:
Changed content type : application/json
-
Changed property
paging(object)- Deleted property
count(boolean)
- Deleted property
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json- Added property
responseCount(integer)Count of entries with page filtering.
- Added property
POST /managed_cards/{id}/unfreeze
Return Type:
Changed response : 409 Conflict
Conflict
-
Changed content type :
application/json-
Changed property
errorCode(string)Added enum value:
INSTRUMENT_NOT_FOUND
-
POST /managed_cards/{id}/statement/get
Request:
Changed content type : application/json
-
Changed property
paging(object)- Deleted property
count(boolean)
- Deleted property
Return Type:
New response : 409 Conflict
Conflict Changed response : 200 OK Success
-
Changed content type :
application/json- Added property
responseCount(integer)Count of entries with page filtering.
- Added property
POST /managed_cards/{id}/get
Return Type:
New response : 409 Conflict
Conflict
POST /managed_cards/{id}/update
Return Type:
Changed response : 409 Conflict
Conflict
-
Changed content type :
application/json-
Changed property
errorCode(string)Added enum value:
INSTRUMENT_NOT_FOUND
-
POST /managed_cards/{id}/destroy
Return Type:
Changed response : 409 Conflict
Conflict
-
Changed content type :
application/json-
Changed property
errorCode(string)Added enum value:
INSTRUMENT_NOT_FOUND
-
POST /managedcards//create
Return Type:
Changed response : 409 Conflict
Conflict
-
Changed content type :
application/json-
Changed property
errorCode(string)Added enum value:
INSTRUMENT_NOT_FOUND
-
POST /managed_cards/{id}/freeze
Return Type:
Changed response : 409 Conflict
Conflict
-
Changed content type :
application/json-
Changed property
errorCode(string)Added enum value:
INSTRUMENT_NOT_FOUND
-
POST /transfersTransfer A transaction that moves funds between instruments managed by Weavr. The source and destination instruments of a transfer transaction must be owned by the same identity. Transfers can be scheduled for future execution and can be performed in bulk operations./get
Request:
Changed content type : application/json
-
Changed property
paging(object)- Deleted property
count(boolean)
- Deleted property
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json- Added property
responseCount(integer)Count of entries with page filtering.
- Added property
POST /sendSend A transaction type that allows sending funds to another identity's instrument or to a beneficiary. Send transactions may require Strong Customer Authentication depending on the destination and whether it's a trusted beneficiary./get
Request:
Changed content type : application/json
-
Changed property
paging(object)- Deleted property
count(boolean)
- Deleted property
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json- Added property
responseCount(integer)Count of entries with page filtering.
- Added property