Fetch Score Results

Fetch transactions credit score results

Fetch Score

GET {{BASE_URL}}/api/v1/transactions/score?merchant_id=M12345

This endpoint allows you to submit transaction data for credit scoring.

Headers

Name
Type
Description

Authentication

String

Authentication token to track down who is emptying our stocks.

Request Parameters

Name
Type
Description

merchant_id

String

ID of the merchant

{
  "merchant_id": "P-CUST-2023-00084"
}

Last updated

Was this helpful?