Tip |
---|
Excerpt |
---|
This method is used to set multiple payment gateway requests, which are in a "Pending" or "Under Processing" life cycle state, to a "Post" state within a single Web API method call. Note that the maximum number of payment gateway requests that can be specified is 1000 |
...
Name | Type | Description |
token | String | The token retrieved from the login method |
(mandatory) | Set of Payment Gateway Request Objects | The set of payment gateway requests that will be processed by this Web API method. Only payment gateway requests which are in a "Pending" or "Under Processing" life cycle state can be specified. Note that the maximum number of payment gateway requests that can be specified within a single Web API call is 1000 |
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...
Expand | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
|
...