Description:
The Transfers GetPaymentPreferences API call is used for retrieving the relevant payment methods relevant for the package(s) that you inquire.
Request:
POST https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc HTTP/1.1
Content-Type: text/xml; charset=utf-8
SOAPAction: "http://tempuri.org/IDynamicDataService/ServiceRequest"
Host: services.travolutionary.com
Content-Length: 712
Expect: 100-continue
Connection: Keep-Alive
Body of the request:
Field Name | Description | Type | Possible Values | M/O |
rqst (Opening Element) | ||||
Request (Opening Element) | ||||
ClientIP | IP address of the requester | O | ||
PackageIds (Opening Element) | ||||
guid | The unique Transfer ID retrieved on the Transfers search response | M | ||
Request (Closing Element) | ||||
RequestType | Type of the request | GetPaymentPreferences | M | |
SessionID | SessionID of the booking session | M | ||
TypeOfService | Type of the service | Transfers | M |
Response
Field Name | Description | Type |
ServiceRequestResult (Opening Element) | ||
Errors | Will be returned if any issues found during the data retrieval | |
TransfersPaymentPreferencesResponse (Opening Element) | ||
ApplicablePreferences (Opening Element) | ||
PaymentPreference (Opening Element) | ||
- | The following fields demonstrate data concerning the Cash Payment Method | - |
AcceptedCreditCards | nil=true | |
Type | Cash | |
PaymentPreference (Closing Element) | ||
PaymentPreference (Opening Element) | ||
- | The following fields demonstrate data concerning the Credit Card Payment Method | - |
AcceptedCreditCards (Opening Element) | ||
CreditCardPaymentCommision (Opening Element) | ||
CanCollectServiceFee | Boolean | |
CardType | Credit card type | |
ChargingCurrency | Currency of the credit card charging | |
Commision | Commission for the transaction | |
ConversionRate | Conversion rate between the search currency and the charging currency | |
FlatFee | Transaction fee | |
CreditCardPaymentCommision (Closing Element) | ||
Type | CreditCardExternal, CreditCardInternal | |
PaymentPreference (Closing Element) | ||
ApplicablePreferences (Closing Element) | ||
TransfersPaymentPreferencesResponse (Closing Element) | ||
ServiceRequestResult (Closing Element) |
Comments