v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
q.1) Fraud

Publish fraud event to third party

Publishes a fraud detection event to the configured third-party fraud service for the tenant.

post/eclipse-conductor/rest/v1/tenants/{tenantId}/fraud-events

Path parameters

tenantIdinteger required

Request body

handlerTypestring required

Represent handler type to publish the event for example: 'SAS'.

messagestring required

Represent json or xml payload string

messageFormat'JSON' | 'XML' required

Represent input messageFormat i.e. json or xml

messageTypestring required

Represent message type, for example: 'purchase'. Handler will look for incoming and/or outgoing field mapping configuration for given messageType.

Response

OK

detailstring

May contains extra info or whole response from third party

fraudResult'FRAUD' | 'NOT_FRAUD' | 'PENDING'

Represent result of published fraud event.