Ascio Web Service v3
Enumeration OrderStatusType
| Property |
|---|
| NotSet |
| Received |
| Validated |
| Invalid |
| PendingDocumentation |
| PendingEndUserAction |
| DocumentationReceived |
| DocumentationApproved |
| DocumentationNotApproved |
| PendingNicProcessing |
| PendingNicDocumentApproval |
| PendingPostProcessing |
| PendingInternalProcessing |
| Completed |
| Failed |
| AuthenticationFailed |
<?php
namespace ascio\v3\examples;
require("../service/autoload.php");
require("../../lib/AscioConfig.php");
use ascio\v3 as ascio;
$orderStatusType = new ascio\OrderStatusType();
$orderStatusType->setNotSet(ascio\::NotSet);
$orderStatusType->setReceived(ascio\::Received);
$orderStatusType->setValidated(ascio\::Validated);
$orderStatusType->setInvalid(ascio\::Invalid);
$orderStatusType->setPendingDocumentation(ascio\::PendingDocumentation);
$orderStatusType->setPendingEndUserAction(ascio\::PendingEndUserAction);
$orderStatusType->setDocumentationReceived(ascio\::DocumentationReceived);
$orderStatusType->setDocumentationApproved(ascio\::DocumentationApproved);
$orderStatusType->setDocumentationNotApproved(ascio\::DocumentationNotApproved);
$orderStatusType->setPendingNicProcessing(ascio\::PendingNicProcessing);
$orderStatusType->setPendingNicDocumentApproval(ascio\::PendingNicDocumentApproval);
$orderStatusType->setPendingPostProcessing(ascio\::PendingPostProcessing);
$orderStatusType->setPendingInternalProcessing(ascio\::PendingInternalProcessing);
$orderStatusType->setCompleted(ascio\::Completed);
$orderStatusType->setFailed(ascio\::Failed);
$orderStatusType->setAuthenticationFailed(ascio\::AuthenticationFailed);WSDL for AWS v3
https://aws.demo.ascio.com/v3/aws.wsdl (OTE)
https://aws.ascio.com/v3/aws.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.
https://aws.demo.ascio.com/v3/aws.wsdl (OTE)
https://aws.ascio.com/v3/aws.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.