NAiOS IconNAiOS Logo
Volver al catálogo

FraudLabs Pro

fraudlabs_pro

FraudLabs Pro is an online payment fraud detection service that helps merchants minimize chargebacks and maximize revenue by detecting fraud across various payment methods.

Acciones
8
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (8)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Create FraudLabs Pro AccountFRAUDLABS_PRO_CREATE_ACCOUNTAcción

Tool to create a new user account under a reseller. Use after gathering personal and company details.

Parámetros de entrada

  • faxstring

    Fax number

  • keystringObligatorio

    Reseller API key

  • citystringObligatorio

    City

  • namestringObligatorio

    User full name

  • emailstringObligatorioemail

    New account email

  • phonestringObligatorio

    Phone number

  • statestringObligatorio

    State/Province

  • formatstringenum

    Response format: json or xml

    jsonxml
  • companystringObligatorio

    Company name

  • countrystringObligatorio

    ISO 3166 alpha-2 country code

  • address1stringObligatorio

    Address line 1

  • address2string

    Address line 2

  • industrystringObligatorio

    Industry ID

  • usernamestringObligatorio

    New account username

  • zip_codestringObligatorio

    ZIP/Postal code

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

FLP Feedback OrderFRAUDLABS_PRO_FLP_FEEDBACK_ORDERAcción

Tool to submit feedback on a screened order. Use after determining whether a flagged order was approved or rejected to improve future fraud detection.

Parámetros de entrada

  • idstringObligatorio

    Unique transaction ID returned by the screen-order API.

  • keystringObligatorio

    Your FraudLabs Pro API license key.

  • notestring

    Optional note or reason for the feedback (e.g., 'False positive').

  • actionstringObligatorioenum

    Feedback action to perform. Allowed values: APPROVE, REJECT, REJECT_BLACKLIST.

    APPROVEREJECTREJECT_BLACKLIST
  • formatstringenum

    Response format. Defaults to 'json'.

    jsonxml

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

FraudLabs Pro Screen OrderFRAUDLABS_PRO_FLP_SCREEN_ORDERAcción

Tool to screen orders for fraud. Use when you need to assess transaction risk before fulfillment.

Parámetros de entrada

  • ipstringObligatorio

    Transaction IP address (IPv4 or IPv6)

  • keystringObligatorio

    API license key for FraudLabs Pro

  • emailstringemail

    User's email address

  • amountnumber

    Transaction amount (must be positive)

  • bin_nostring

    First 6 or 8 digits of card for bank identification

  • formatstringenum

    Response format

    jsonxml
  • currencystring

    Transaction currency (ISO-4217 code, e.g., USD)

  • quantityinteger

    Total quantity of items

  • usernamestring

    Username used for signup

  • bill_addrstring

    Billing street address

  • bill_citystring

    Billing city

  • card_hashstring

    SHA2 hash of card number

  • last_namestring

    User's last name

  • ship_addrstring

    Shipping street address

  • ship_citystring

    Shipping city

  • avs_resultstring

    Single-character AVS result from processor

  • bill_statestring

    Billing state or province (US/CA code, e.g., NY)

  • cvv_resultstring

    Single-character CVV2 result (processor response)

  • departmentstring

    Merchant product/service department ID

  • email_hashstring

    SHA2 hash of email if email not provided

  • first_namestring

    User's first name

  • ship_statestring

    Shipping state or province (US/CA code, e.g., NY)

  • user_phonestring

    User's phone number

  • bill_countrystring

    Billing country ISO-3166 alpha-2 code (e.g., US)

  • email_domainstring

    Email domain; auto-extracted if email provided

  • flp_checksumstring

    Device validation checksum from FraudLabs Pro JavaScript

  • payment_modestringenum

    Payment mode for transaction

    creditcardpaypalcodbankdepositgiftcardcryptowiredothers
  • ship_countrystring

    Shipping country ISO-3166 alpha-2 code (e.g., US)

  • bill_zip_codestring

    Billing postal or ZIP code

  • ship_zip_codestring

    Shipping postal or ZIP code

  • user_order_idstring

    Merchant's order ID (max 15 chars)

  • ship_last_namestring

    Shipping recipient last name

  • payment_gatewaystring

    Payment gateway name

  • ship_first_namestring

    Shipping recipient first name

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get FraudLabs Pro Order ResultFRAUDLABS_PRO_GET_ORDER_RESULTAcción

Tool to retrieve the fraud analysis result of a previously screened order. Use after initial screening when you need to check an order's risk.

Parámetros de entrada

  • idstringObligatorio

    Unique transaction ID from FraudLabs Pro (fraudlabspro_id) or your platform's order ID

  • keystring

    FraudLabs Pro API key. If not provided, will attempt to use key from metadata.query_params.

  • formatstringenum

    Response format; json (default) or xml

    jsonxml

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get SMS Verification ResultFRAUDLABS_PRO_GET_SMS_VERIFICATION_RESULTAcción

Tool to retrieve SMS verification result. Use after sending an OTP via SMS to confirm validity.

Parámetros de entrada

  • keystringObligatorio

    FraudLabs Pro API key

  • otpstringObligatorio

    One-time password sent via SMS to the recipient's phone

  • formatstringenum

    Response format, 'json' (default) or 'xml'

    jsonxml
  • tran_idstringObligatorio

    Unique transaction ID returned by the Send SMS Verification API

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Send SMS OTP VerificationFRAUDLABS_PRO_SEND_SMS_VERIFICATIONAcción

Tool to send SMS OTP for phone verification. Use when you need to deliver a one-time password via SMS before verifying user identity.

Parámetros de entrada

  • keystringObligatorio

    FraudLabs Pro API key

  • telstringObligatorio

    Recipient mobile number in E.164 format, e.g., +12015550123

  • mesgstringObligatorio

    SMS message template; must include <otp> placeholder; max 140 characters

  • formatstringenum

    Response format: json (default) or xml

    jsonxml
  • otp_timeoutinteger

    OTP timeout in seconds; default 3600; min 15; max 86400

  • country_codestring

    ISO 3166 country code for the phone, e.g., US

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Subscribe Reseller PlanFRAUDLABS_PRO_SUBSCRIBE_PLANAcción

Tool to subscribe a reseller account to a specific plan. Use after obtaining a reseller API key and selecting a plan. Example: Subscribe user "john_doe" to the MICRO plan.

Parámetros de entrada

  • keystringObligatorio

    Your Reseller API key.

  • planstringObligatorioenum

    Plan code. Only MICRO plan is currently accepted.

    MICROSMALLMEDIUMLARGEENTERPRISE
  • formatstringenum

    Response format. Valid values: json, xml. Default is json.

    jsonxml
  • usernamestringObligatorio

    Username of the account to subscribe.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Test Order Status Changed Webhook DeliveryFRAUDLABS_PRO_WEBHOOK_ORDER_STATUS_CHANGEDAcción

Tool to send a test webhook payload to the provided callback URL for FraudLabs Pro order status change notifications. This helps validate your endpoint behavior. Important: FraudLabs Pro webhook registration must be configured manually via dashboard.

Parámetros de entrada

  • test_idstring

    Test transaction id to include in the webhook payload

  • test_actionstringenum

    FraudLabs Pro status to include in the webhook payload

    APPROVEREJECT
  • callback_urlstringObligatoriouri

    URL to receive FraudLabs Pro order status change notifications

  • extra_fieldsobject

    Additional key/value pairs to include in the payload

  • payload_formatstringenum

    Payload encoding format for the test webhook POST

    formjson

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not