When the API request is successful, you receive an HTTP 201 response. However, because a
request initiates multiple actions, the 201 response contains additional information.
If all actions are successful, the status value is
SUCCESS
. When some
actions are successful and others unsuccessful, the response includes
"status": "PARTIAL",
and further details are included
in the details object. The following table explains various scenarios that can trigger this
message.Detail Messages Examples | Explanation |
---|---|
| The organization was successfully created, but one or more product
subscription or configuration failed. This sometimes occurs because the submitted
product is not enabled for this merchant account. |
| The organization was successfully created, but a product
subscription failed due to invalid data in the request. As you can see, the value
subscritionInformation is missing a p , so the product
subscription failed. |
| The merchant organization and product configurations were
successful, but the corresponding transacting organization failed. |