Skip to main content

Lead Status


Endpoint Description

GET request to finloup API to check a lead's process status.

GET /merchant/api/leads/<lead_id>

Request

REQUEST PARAMETERSTYPEPARAMETER TYPEEXAMPLEDESCRIPTION
lead_idUUID4Path Parameter391b5883-b08b-4ffa-98e7-4e18b528f7ckunique lead identifier

Response

RESPONSE PARAMETERSTYPEEXPANDABLEEXAMPLEDESCRIPTION
statusString"COMPLETED"Order Status
  • CREATED
  • VISITED
  • ADDING_BANK_ACCOUNTS
  • USER_INFO
  • PAYMENT
  • COMPLETED
  • FAILED
  • BANK_REVIEW
payment_statusString"SUCCESSFUL"Status of the first payment
  • SUCCESSFUL
  • NOT_STARTED
order_idString"098024"the ecommerce platform order id

Sample Request & Responses

GET https://app.finloup.com/merchant/api/leads/fbe3a759-72f8-447c-ab65-dc13b596ddak

Status: 200 OK
{
"status":"PAYMENT",
"payment_status":"NOT_STARTED",
"order_id":"3423408"
}