Updated changeValidationEmail (markdown)
parent
367efdffdc
commit
0ee60b783d
|
@ -1,24 +1,28 @@
|
||||||
URL: /orders/ssl/change_validation_email/<order_id>
|
URL: /orders/ssl/change_validation_email/<order_id><br/>
|
||||||
Request type: POST
|
Request type: POST
|
||||||
Overview
|
|
||||||
|
**Overview**
|
||||||
This method can be used for one of the following purposes:
|
This method can be used for one of the following purposes:
|
||||||
In case if email DCV method is already used this method can change the current DCV email
|
* In case if email DCV method is already used this method can change the current DCV email
|
||||||
address.
|
address.
|
||||||
Another usage option is changing of the current DCV method.
|
* Another usage option is changing of the current DCV method.
|
||||||
Request parameters
|
|
||||||
auth_key - authentication key returned by “auth” method
|
**Request parameters**
|
||||||
order_id - unique order ID
|
* auth_key - authentication key returned by “auth” method
|
||||||
approver_email – in case if email DCV method is supposed to be used, provide an approver
|
* order_id - unique order ID
|
||||||
|
* approver_email – in case if email DCV method is supposed to be used, provide an approver
|
||||||
email address in this field. In case if email DCV method is already used, you can change current
|
email address in this field. In case if email DCV method is already used, you can change current
|
||||||
approver email address by providing another address in this field. In case of non-email DCV
|
approver email address by providing another address in this field. In case of non-email DCV
|
||||||
method please specified a desired method in this field using one of the following values: 'http',
|
method please specified a desired method in this field using one of the following values: 'http',
|
||||||
'https', 'dns'.
|
'https', 'dns'.
|
||||||
Response
|
|
||||||
|
### Response
|
||||||
If no errors in request following parameters will be returned for each of the DCV methods
|
If no errors in request following parameters will be returned for each of the DCV methods
|
||||||
respectively:
|
respectively:
|
||||||
E-mail:
|
|
||||||
dcv_method – 'email'
|
**E-mail:**
|
||||||
approver_email – Approver email address
|
* dcv_method – 'email'
|
||||||
|
* approver_email – Approver email address
|
||||||
|
|
||||||
**HTTP:**
|
**HTTP:**
|
||||||
[validation] => Array<br/>
|
[validation] => Array<br/>
|
||||||
|
|
Loading…
Reference in New Issue