Skip to main content

48 posts tagged with "Multi-v2"

View All Tags

Version 2.11.14

· 4 min read
Maria Stellini

What's Changed

  • Physical cards: A new API endpoint is being introduced from which a physical card can be replaced due to it having been lost or stolen.

    • POST /managed_cards/{id}/physical/replace_lost_stolen
  • Spend Controls: A new control allowCashback is being introduced which when configured as FALSE would deny cashback transactions on physical cards

    • POST /managed_cards/{id}/auth_rule/get
    • POST /managed_cards/{id}/auth_rule/set
  • Managed Cards: A new externalHandle property has been added to the card property. This is a uniquely generated code which will be provided as part of the card object when creating a card. The externalHandle can also be used when searching for a card.

    • POST /managed_cards/get
    • POST /managed_cards/{id}/unfreeze
    • POST /managed_cards/{id}/physical/report_lost
    • POST /managed_cards/{id}/physical/report_stolen
    • POST /managed_cards/{id}/physical/replace_damaged
    • POST /managed_cards/{id}/physical/activate
    • POST /managed_cards/{id}/physical/upgrade
    • POST /managed_cards/{id}/remove
    • POST /managed_cards/{id}/get
    • POST /managed_cards/{id}/update
    • POST /managedcards//create
    • POST /managed_cards/{id}/freeze

Version 2.11.10

· 2 min read
Maria Stellini

What's Changed

  • When KYC cannot start, instead of always returning KYC_UNAVAILABLE as the errorCode, either KYC_APPROVED or KYC_PENDING will be returned, providing more context as to why KYC cannot start.

    • POST /consumers/{id}/kyc/start
  • Added a new conflict reason DESTINATION_LIMIT_EXCEEDED for the transfer and send resources. This conflict reason will be used in case the transaction failed because the destination instrument exceeded a limit

    • POST /transfers/get
    • POST /transfers/{id}/get
    • POST /transfers/_/execute
    • POST /send/get
    • POST /send/{id}/get
    • POST /send/_/execute

Version 2.11.8

· 4 min read
Maria Stellini

What's New

  • The kyc object returned as part of the following API calls has been deprecated and instead a new API call /consumers/\{id\}/kyc/get has been added added to return the kyc specific information

    • POST /consumers/{id}/get
    • POST /consumers/{id}/update
    • POST /consumers/_/create
  • The kyb object returned as part of the following API calls has been deprecated and instead a new API call /corporates/\{id\}/kyb/get has been added to return the kyb specific information

    • POST /corporates/{id}/get
    • POST /corporates/{id}/update
    • POST /corporates/_/create

What's Changed

  • The property basicCompanyChecksVerified has been deprecated from the kyb object. This information is already being provided in the fullCompanyChecksVerified property

    • POST /corporates/{id}/get
    • POST /corporates/{id}/update
    • POST /corporates/_/create
    • POST /corporates/{id}/kyb/get
  • The properties pep, sanctioned and enhancedDueDiligence has been deprecated from the kyb object

    • POST /consumers/{id}/get
    • POST /consumers/{id}/update
    • POST /consumers/_/create
    • POST /consumers/{id}/kyc/get
  • A new property credentialId will be returned in case of a conflict response

    • POST /auth/login_with_password`
  • A new property nationality has been added.

    • POST /consumers/{id}/get
    • POST /consumers/{id}/update
    • POST /consumers/_/create

Version 2.11.7

· One min read
Maria Stellini

What's Changed

  • Change to /physical/pin/set request.
    • If the provided PIN does not have a valid format, this new error code will be returned in the response.

Version 2.11.5

· One min read
Maria Stellini

What's Changed

  • Change to /physical/upgrade request.
    • When upgrading a virtual card to a physical card, the deliveryAddress field needs to always be specified.