payment_gateway_requests
- POST payment_gateway_requests/bulk/post — 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
- POST payment_gateway_requests/bulk/process — 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
- POST payment_gateway_requests/bulk/reject — This method is used to set multiple payment gateway requests, which are in a "Pending" or "Under Processing" life cycle state, to a "Rejected" state within a single Web API method call. Note that the maximum number of payment gateway requests that can be specified is 1000
- GET payment_gateway_requests/get_pending — This method returns the payment gateway requests which are still pending and should be processed by a specific payment gateway provider. Multiple payment gateway requests are returned by each call.