Skip to main content
POST
Score transaction

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
amount
number
required
currency
string
required
type
enum<string>
required
Available options:
p2p_transfer,
bill_payment,
merchant_payment,
cash_withdrawal,
bank_transfer,
international_transfer
sender
object
required
recipient
object
required
transaction_id
string
context
object
metadata
object

Response

200 - application/json

Score result

id
string
object
string
processing_time_ms
integer
decision
enum<string>
Available options:
approve,
review,
challenge,
decline
risk_score
integer
risk_level
string
signals
object
checks
object
rules_triggered
object[]