URL: | ||
JWT Token | ||
Template: | ||
cURL: |
Version: 1_11 (other versions, change log, ZUMSTEIN_V4.4-SNAPSHOT) END OF LIFE. Please consider switching to the latest version of the webservices, because this version may be removed anytime from support.
SOAP Demo endpoint: https://myinstit.ws.secutix.com/tnseb/external-remoting/com.secutix.service.realtime.externalpayment.v1_11.ExternalPaymentService.webservice?wsdl
To get the endpoint for your own institution, replace "myinstit" (just after https://) in the url by your own institution code.
For further documentation and examples, please check in Platform Website.external payment service interface v1_11 : web service exposed to external world
REST_RPC | MOSA | CUBE | PLAY |
SOAP | MOSA | CUBE | PLAY |
requestId | Integer | |
paymentId | Long |
WebMethodResult | ||
requestId | Integer | |
statusCode | String (8) | |
statusDetail | String |
REST_RPC | MOSA | CUBE | PLAY |
SOAP | MOSA | CUBE | PLAY |
requestId | Integer | |
orderId | Long | |
payments | List of PaymentInfo |
PaymentInfo | ||
amount | Long | |
cardAlias | String | |
cardExpirationDate | Date | |
cardMaskedNumber | String | |
contactReference | String (20) | |
paymentIdentifier | String | |
paymentMethodId | Long | |
pspAdditionalReturnedData | String | |
valueDate | Date |
PaymentDetailResult | ||
paymentDetails | List of PaymentDetail | |
requestId | Integer | |
statusCode | String (8) | |
statusDetail | String |
PaymentDetail | ||
amount | Long | |
cardType | String | |
epcTransactionData | EpcTransactionData | |
externalUrl | String (255) | |
paymentDate | Date | |
paymentId | Long | |
paymentIdentifier | String | |
paymentMethod | PaymentMethod | |
paymentStatus | (WAITING|IN_PROGRESS| AUTHORIZED|PAID| CANCELLED_BY_USER|FAILED| ABANDONED) |
EpcTransactionData | ||
paymentTypes | List of EpcPaymentType | |
transactionId | int |
EpcPaymentType | ||
cardNumber | String | |
cvvCode | String (8) | |
expMonth | String | |
expYear | String | |
hiddenFields | Map of StringString | |
holder | String | |
paymentMethods | List of EpcPaymentMethod | |
postUrl | String (255) |
EpcPaymentMethod | ||
cardValidationRegex | String | |
code | String (8) | |
cvvLegnth | int | |
isCvvMandatory | boolean |
PaymentMethod | ||
changeReturnAllowed | Boolean | |
code | String (8) | |
externalName | ExternalName | 60 characters max for each translation |
id | Long | |
inSplitPaymentAllowed | Boolean | |
internetCode | String (8) | |
paymentType | (NUM|CHEQ|CHEQCANCEL|CB| CBCANCEL|PREPAY|VIR|AVR| COUPON|VOUCHER|CTRM|EXT| CA|BVR|INV|CANOAUTH| DEPOSIT|SAPBTRANSF| FIDELITY_POINT) | |
tooMuchPerceivedAllowed | Boolean | |
withFollowUp | Boolean |
ExternalName | ||
translations | List of Translation |
Translation | ||
locale | String (2) | |
value | String |
REST_RPC | MOSA | CUBE | PLAY |
SOAP | MOSA | CUBE | PLAY |
Creates a payments from the given payment info and parameters. Payment parameters clarifications: either the contactId or the contactNumber must be provided. If the contactId field is given, it will be used. Else the contactNumber field will be used. Either a list of operationIds must be provided or an orderId. If the operationIds list is given, those operations will be used. Otherwise all the operations of the order with the given orderId will be used.
requestId | Integer | |
orderId | Long | |
payments | List of PaymentInfo | |
paymentParams | PaymentParameters |
PaymentParameters | ||
contactId | Long | |
contactNumber | String (20) | |
creditWaitingAccountPayment | boolean | |
operationIds | List of Long | |
orderId | Long | |
paymentParametersMap | Map of (RETURN_URL| ORDER_IDENTIFIER), String | |
pointOfSalesId | Long | |
remark | String | |
totalAmount | Long |
REST_RPC | MOSA | CUBE | PLAY |
SOAP | MOSA | CUBE | PLAY |
Get payment details for payments with the given payment id and/or payments linked to the given order id, or linked to the given operation ids
requestId | Integer | |
paymentId | Long | |
orderId | Long | |
operationIds | List of Long |
REST_RPC | MOSA | CUBE | PLAY |
SOAP | MOSA | CUBE | PLAY |
requestId | Integer | |
orderIds | List of Long | |
contactNumbers | List of String |
PossiblePayerContactsResult | ||
contacts | List of ContactData | |
requestId | Integer | |
statusCode | String (8) | |
statusDetail | String |
ContactData | ||
Class containing the beneficiary data :
| ||
answerQuestionnaire | AnswerQuestionnaire | |
birthday | Date | |
contactId | Long | |
contactReference | String (20) | |
countryCode | String (8) | |
String | ||
firstAddressLine | String | |
firstName | String | |
idNumber | String | |
invoiceAddressId | Long | |
lastName | String | |
locality | String | |
mobilePhone | String | |
phone | String | |
secondAddressLine | String | |
structureOfficialName | String | |
thirdAddressLine | String | |
zipCode | String (8) |
AnswerQuestionnaire | ||
answerQuestions | List of AnswerQuestion | |
ticketId | Long |
AnswerQuestion | ||
answerCodes | List of String | |
questionCode | String (8) |
REST_RPC | MOSA | CUBE | PLAY |
SOAP | MOSA | CUBE | PLAY |
validate network connection and login/password
REST_RPC | MOSA | CUBE | PLAY |
SOAP | MOSA | CUBE | PLAY |
requestId | Integer | |
paymentId | Long | |
maxWaitingTime | Long |
REST_RPC | MOSA | CUBE | PLAY |
SOAP | MOSA | CUBE | PLAY |
requestId | Integer | |
orderId | Long | |
payments | List of PaymentDetail |