{
"name": "cancel",
"method": "POST",
"url": "https://api.midtrans.com/v2/e48447d1-cfa9-4b02-b163-2e915d4417ac/cancel",
"fields": []
}
| JSON Attribute | Description | Type | Required |
|---|---|---|---|
| name | Action name. | String | Required |
| method | HTTP method used for the action. | String | Required |
| url | HTTP URL target for the action. | String | Required |
| fields | Parameters which can be sent for the action. Only for HTTP methods other than GET. | Array(String) | Conditional |