GetPaymentGateways

Container: CCPService
Namespace: System.Data.Objects

Summary

Retrieve paymentgateways from the IPaymentServiceProvider. Optional parameters to help filter the results

Method

The HTTP method for this function import is GET

Parameters

Name Type Summary
amount* Edm.Int32 The amount about to be payed with the payment method
countryCode Edm.String The countrycode where the payment will be performed
currency Edm.String The currency which will be used
Parameters marked with a * are required

Return

Type: Edm.String
Is collection: false

Example

Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/GetPaymentGateways ?amount=x &countryCode='x' ¤cy='x'