Skip to main content

Version 2.6.0

· 3 min read

What's New

  • New APIs for managing invites for corporate users
    • POST /corporates/{id}/invites/validate
    • POST /corporates/{id}/invites/consume

What's Changed

  • Change to field length for nameOnCard. Previously 30 characters, now 27 characters

    • POST /managed_cards/_/create
  • Addition of error codes

    • POST /corporates/{id}/users/mobile/verify
    • POST /corporates/{id}/users/email/send_verification_code
    • POST /consumers/{id}/mobile/verify
    • POST /consumers/{id}/email/send_verification_code

Detailed Changes

What's New

POST /corporates/{id}/invites/validate
POST /corporates/{id}/invites/consume

What's Changed


POST /corporates/{id}/users/mobile/verify
Return Type:

Changed response : 409 Conflict

Conflict

  • Changed content type : application/json

    • Changed property errorCode (string)

      Added enum values:

      • INVALID_NONCE_OR_EMAIL
      • INSUFFICIENT_FUNDS
      • SYSTEM_ERROR
POST /corporates/{id}/users/email/send_verification_code
Return Type:

Changed response : 409 Conflict

Conflict

  • Changed content type : application/json

    • Changed property errorCode (string)

      Added enum values:

      • INVALID_NONCE_OR_MOBILE
      • INSUFFICIENT_FUNDS
      • SYSTEM_ERROR
POST /consumers/{id}/mobile/verify
Return Type:

Changed response : 409 Conflict

Conflict

  • Changed content type : application/json

    • Changed property errorCode (string)

      Added enum value:

      • INVALID_NONCE_OR_EMAIL
POST /consumers/{id}/email/send_verification_code
Return Type:

Changed response : 409 Conflict

Conflict

  • Changed content type : application/json

    • Changed property errorCode (string)

      Added enum values:

      • INVALID_NONCE_OR_MOBILE
      • INSUFFICIENT_FUNDS
      • SYSTEM_ERROR
POST /managed_cards/get
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property card (array)

      Changed items (object):

      • Changed property nameOnCard (string)
POST /managed_cards/{id}/unfreeze
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property nameOnCard (string)
POST /managed_cards/{id}/remove
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property nameOnCard (string)
POST /managed_cards/{id}/get
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property nameOnCard (string)
POST /managed_cards/{id}/update
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property nameOnCard (string)
POST /managed_cards/{id}/destroy
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property nameOnCard (string)
POST /managed_cards/_/create
Request:

Changed content type : application/json

  • Changed property nameOnCard (string)
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property nameOnCard (string)
POST /managed_cards/{id}/freeze
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property nameOnCard (string)