Moto Instance
Object
| Name | Type | Mandatory | Description |
|---|---|---|---|
| class | string | Y | The type of object which is being returned. In this case it will be moto_instance. |
| id | string | Y | The SysPay reference of the returned moto_instance. |
| action_url | string | Y | The URL to use the generated instance. |
Example
{
"class": "moto_instance",
"id": "dkjfhfkshfkh",
"action_url": "http://www.syspay.com/redirect/moto-instance/28",
}