Update Merchant Application Underwriting Status

See more information in our Guides: Update Merchant Application Underwriting Status.


What's New?

You can now programmatically update the underwriting status of a merchant application using the Update Merchant Application Underwriting Status endpoint.

In the case of updating multiple applications, a single request per application is required. As a best practice, please allow for 500ms of time between each request. Passing multiple MerchantApplicationId values per request is not supported.

Example Success (200) OK Response

A successful response returns the MerchantApplicationId, ResponseCode, PreviousUnderwritingStatus, and NewUnderwritingStatus, allowing you to review the change.

{
  "MerchantApplicationId": 12345,
  "ResponseCode": "Success",
  "PreviousUnderwritingStatus": 12,
  "NewUnderwritingStatus": 14
}

NOTE: In the response, the enum value of the PreviousUnderwritingStatus and NewUnderwritingStatus is returned. See Update Merchant Application Underwriting Status for the list of statuses and corresponding enum values.