Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Tip

Available from CRM.COM R11.0.0

Excerpt

This method is used to set multiple payment gateway requests, which are in a "Pending" life cycle state, to an "Under Processing" 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

payment_gateway_requests_set

(mandatory)

Set of Payment Gateway Request Objects

The set of payment gateway requests that will be processed by this Web API method. 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
titlebulk payment gateway request parameter object data

Name

Type

Description

request_unique_identifier

(mandatory)

StringA unique identifier of the request, provided by the caller, in order to identify the successful or failed results. Note that this information should be unique and is not stored within CRM.COM

payment_gateway_request_identifier

(mandatory)

 

Payment Gateway Request Identifier

The payment gateway request that will be set as "Under Processing". Only payment gateway requests which are in an "Under Processing" life cycle state can be specified. Only pending payment gateway requests can be specified. The allowed payment gateway request identifier fields are the following:

Include Page
V4:payment_gateway_request_identifier
V4:payment_gateway_request_identifier

reference_numberStringA reference number that will be set on the payment gateway request that will be set as "Under Processing".

...