Skip to content

ApplicationDecision support and new Application* methods. ** Deprecation Warning

Choose a tag to compare

@Howard3 Howard3 released this 29 Jan 05:13
· 67 commits to master since this release

New Functionality

This release adds the new higher tiered scoring approach, Application Decision. Using the webhook output or the REST service call you will now be able to receive an APPROVE or DENY status message for your application.

Deprecation warnings

This release also refactors previous clientVerification and clientScore endpoints. They are now deprecated in favor of a newer structure applicationVerification and applicationScore.

New Partner Script based scoping of unique ID's

Other than the terminology update this shift toward application v. client support will allow implementing parties to have a unique scope for their application id's for their partner scripts instead of their entire account. This means that an application ID of 123 can exist in multiple partner scripts. This helps with environment partitioning such as test/qa/production as well as mode of implementation.

Because of this change all of the application* endpoints will require a second parameter, the partner_script_id - this will be necessary going forward to retrieve the verification/score/decision you expect.