P
P
PEZESHA APIs
Search
⌃K

Data Ingestion

Upload merchant's historical transactional information into Pezesha Credit Scoring Model.
post
{{BASE_URL}}
/mfi/v1.1/data
Upload Transactions
Request Payload
{
"channel": "Partner Name",
"transactions":[
{
"transaction_id": "TR12356",
"merchant_id": "MC12356",
"face_amount": 400,
"transaction_time": "2021-01-03 19:12:34",
"other_details": [
{
"key": "location",
"value": "Nairobi"
},
{
"key": "category",
"value": "OILS"
}
]
}
]
}
Last modified 10mo ago