Difference between revisions of "API Access Denied"
From Kolmisoft Wiki
Jump to navigationJump to search
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
<status> | <page> | ||
<error> | <status> | ||
</ | <error>Access Denied</error> | ||
</status> | |||
</page> | |||
In this case, user is not authorized to do specific action, but the reason for this situation depends of the method. | In this case, user is not authorized to do specific action, but the reason for this situation depends of the specific method. | ||
Line 12: | Line 14: | ||
===MOR API Methods=== | ===MOR API Methods=== | ||
* [[MOR API payment_create| payment_create]] (create_payment) – In this case, Access Denied means, that user is not found or the current user (u=username) is not an owner of user which payment have to be done for. | * [[MOR API payment_create| payment_create]] (create_payment) – In this case, Access Denied means, that user is not found or the current user(u=username) is not an owner of user which payment have to be done for. |
Latest revision as of 12:14, 12 April 2016
The Error message:
<?xml version="1.0" encoding="UTF-8"?> <page> <status> <error>Access Denied</error> </status> </page>
In this case, user is not authorized to do specific action, but the reason for this situation depends of the specific method.
MOR API Methods
- payment_create (create_payment) – In this case, Access Denied means, that user is not found or the current user(u=username) is not an owner of user which payment have to be done for.