PlacePaymentRequest
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| tripId* | Edm.Int32 | |
| currency | Edm.String | |
| gateway | Edm.String | |
| issuer | Edm.String | |
| successUrl | Edm.String | |
| cancelledUrl | Edm.String |
Return
Type: Entity type - PaymentIs collection: false
Example
Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/PlacePaymentRequestExample body (sent with POST-request):
{
"tripId" : 1,
"currency" : "currency",
"gateway" : "gateway",
"issuer" : "issuer",
"successUrl" : "successurl",
"cancelledUrl" : "cancelledurl"
}