Multi API Version 2.5.0
What's Changed
-
Addition of an optional default currency for 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. and 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.. If not provided, the identity default currency will be set to GBP. The default currency is used to calculate account usage limits.
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./_/createPOST/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/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./_/createPOST/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}/getPOST/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
-
Re-introduction of email and mobile number as optional parameters when creating a consumer.
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./_/create
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}/get
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json- Added property
defaultCurrency(string)The default currency of the corporate
- 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./_/create
Request:
Changed content type : application/json
- Added property
defaultCurrency(string)The default currency of the corporate
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json- Added property
defaultCurrency(string)The default currency of the corporate
- Added property
Changed response : 409 Conflict
Conflict
-
Changed content type :
application/json-
Changed property
errorCode(string)Added enum value:
"UNSUPPORTED_CURRENCY"
-
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:
Changed response : 200 OK
Success
-
Changed content type :
application/json- Added property
defaultCurrency(string)The default currency of the consumer
- Added property
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
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json- Added property
defaultCurrency(string)The default currency of the consumer
- Added property
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./_/create
Request:
Changed content type : application/json
-
Added property
email(string)The email address of the Consumer
-
Added property
mobileCountryCode(string)The country code of the Consumer's mobile number (e.g. +44)
-
Added property
mobileNumber(string)The mobile number of the Consumer - excluding country code
-
Added property
defaultCurrency(string)The default currency of the consumer
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json- Added property
defaultCurrency(string)The default currency of the consumer
- Added property
Changed response : 409 Conflict
Conflict
-
Changed content type :
application/json-
Changed property
errorCode(string)Added enum values:
"EMAIL_NOT_UNIQUE""UNSUPPORTED_CURRENCY"
-
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}/email/send_verification_code
Return Type:
Changed response : 409 Conflict
Conflict
-
Changed content type :
application/json-
Changed property
errorCode(string)Added enum value:
"EMAIL_NOT_UNIQUE"
-