Version 2.6.4
What's Changed
- Error codes
INSTRUMENT_NOT_FOUND
andCONSUMER_NOT_FOUND
replaced with response status 404
INSTRUMENT_NOT_FOUND
and CONSUMER_NOT_FOUND
replaced with response status 404BREAKING CHANGE: nameOnCard
parameter is now mandatory when creating a card
POST
/managedcards//createAbility to search for accounts and cards which have a pending balance. A pending balance occurs when an Identity is not verified so incoming funds have to be held in pending until the Identity is verified
POST
/managed_accounts/getPOST
/managed_cards/getPOST
/corporates/{id}/invites/validatePOST
/corporates/{id}/invites/consumeChange to field length for nameOnCard
. Previously 30 characters, now 27 characters
POST
/managedcards//createAddition of error codes
POST
/corporates/{id}/users/mobile/verifyPOST
/corporates/{id}/users/email/send_verification_codePOST
/consumers/{id}/mobile/verifyPOST
/consumers/{id}/email/send_verification_codeAddition of field cardholderMobileNumber
when creating and updating a managed card. The card holder may receive a security code on mobile when spending online with the card (3D Secure). The field is currently optional (to avoid breaking existing integrations), but will eventually become mandatory.
POST
/managedcards//createPOST
/managed_cards/{id}/updatePOST
/managed_cards/getPOST
/managed_cards/{id}/freezePOST
/managed_cards/{id}/unfreezePOST
/managed_cards/{id}/removePOST
/managed_cards/{id}/getRemoval of fields fiProvider
and channelProvider
from all methods
Removal of field createNow
when creating managed account and managed card. Instruments are always created "now".
POST
/managedaccounts//createPOST
/managedcards//createdefaultCurrency
to baseCurrency
in Corporate and Consumer IdentitiesallowedLimit
to remainingLimit
type to Currency Amount. Currency is the same as baseCurrency
enhancedCompanyChecksVerified
to Corporate IdentityenhancedDueDiligence
to Consumer Identity