v1

latestOpenAPI 3.0.02026-07-1314094.0 KB

Prevent financial losses by deploying AI-Powered modules

Prevent financial losses and protect your business by deploying AI-powered modules that analyze transaction patterns in real-time.

This method helps identify and block suspicious activities, mitigating the risk of fraudulent payments and ensuring a secure experience for both you and your customers.

post/scoring/payment

Request body

dataobject
formatstring
modestring
userIDstring
callbackstring

Example request

{
  "data": {
    "action": "purchase",
    "website_domain": "merchant.greip.io",
    "website_name": "Greip Merchant",
    "merchant_id": 123,
    "shipment_id": 123,
    "transaction_id": "123",
    "transaction_amount": "100.29",
    "transaction_currency": "USD",
    "cart_items": [
      {
        "item_id": "123",
        "item_name": "Apple AirTag",
        "item_quantity": 1,
        "item_price": "100.29",
        "item_category_id": "C-123"
      }
    ],
    "isDigitalProducts": false,
    "coupon": "GREIP1",
    "customer_id": "UID-12345",
    "customer_firstname": "Thomas",
    "customer_lastname": "Doe",
    "customer_pob": "London",
    "customer_ip": "1.2.3.4",
    "customer_country": "US",
    "customer_region": "Anytown",
    "customer_city": "Anycity",
    "customer_zip": "12345",
    "customer_street": "123 Main Street",
    "customer_street2": "More About Street",
    "customer_latitude": 37,
    "customer_longitude": 37,
    "customer_device_id": "UDID-12345",
    "customer_phone": "+1234567890",
    "customer_registration_date": "2022-01-20",
    "customer_balance": "100.00",
    "customer_dob": "1990-05-19",
    "customer_email": "name@domain.com",
    "customer_2fa": true,
    "customer_useragent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36",
    "shipping_country": "US",
    "shipping_region": "Anytown",
    "shipping_city": "Anycity",
    "shipping_zip": "12345",
    "shipping_street": "123 Main Street",
    "shipping_street2": "More About Street",
    "shipping_latitude": 37,
    "shipping_longitude": "37",
    "billing_country": "US",
    "billing_region": "Anytown",
    "billing_city": "Anycity",
    "billing_zip": "12345",
    "billing_street": "123 Main Street",
    "billing_street2": "More About Street",
    "billing_latitude": 37,
    "billing_longitude": 37,
    "payment_type": "applepay",
    "card_name": "Thomas Doe",
    "card_number": 4111111111111111,
    "card_expiry": "21/05",
    "cvv_result": true
  },
  "format": "JSON",
  "mode": "live",
  "userID": "UID-12345"
}

Response

OK