PlacePaymentRequest

Container: CCPService
Namespace: System.Data.Objects

Summary

No summary yet

Method

The HTTP method for this function import is POST

Parameters

Name Type Summary
tripId* Edm.Int32
currency Edm.String
gateway Edm.String
issuer Edm.String
successUrl Edm.String
cancelledUrl Edm.String
Parameters marked with a * are required

Return

Type: Entity type - Payment
Is collection: false

Example

Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/PlacePaymentRequest
Example body (sent with POST-request):
{
  "tripId" : 1,
  "currency" : "currency",
  "gateway" : "gateway",
  "issuer" : "issuer",
  "successUrl" : "successurl",
  "cancelledUrl" : "cancelledurl"
}