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
|
||||
Overview
|
||||
|
||||
**Overview**
|
||||
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.
|
||||
Another usage option is changing of the current DCV method.
|
||||
Request parameters
|
||||
auth_key - authentication key returned by “auth” method
|
||||
order_id - unique order ID
|
||||
approver_email – in case if email DCV method is supposed to be used, provide an approver
|
||||
* Another usage option is changing of the current DCV method.
|
||||
|
||||
**Request parameters**
|
||||
* auth_key - authentication key returned by “auth” method
|
||||
* 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
|
||||
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',
|
||||
'https', 'dns'.
|
||||
Response
|
||||
|
||||
### Response
|
||||
If no errors in request following parameters will be returned for each of the DCV methods
|
||||
respectively:
|
||||
E-mail:
|
||||
dcv_method – 'email'
|
||||
approver_email – Approver email address
|
||||
|
||||
**E-mail:**
|
||||
* dcv_method – 'email'
|
||||
* approver_email – Approver email address
|
||||
|
||||
**HTTP:**
|
||||
[validation] => Array<br/>
|
||||
|
|
Loading…
Reference in New Issue