Get status

Last update: March 20, 2024

The get_status service allows you to know the status of financing/credit carried out by the customer.

Workflow

To better understand the mechanics of get status at Oney, here is a sequence diagram to understand the workflow

Get status service

It allows you to send a request to Oney system to know the progress of your credit file.

Casestatus_codestatus_label (FR)status_label (EN)
PendingPENDINGDossier en cours d'étudeWaiting for Oney acceptance
FavorableFAVORABLELa demande de paiement est dans un état favorable pour financement.Oney accepts the payment
RefusedREFUSEDDossier refuséPayment was refused
AbortedABORTEDDossier abandonnéPayment in timeout
FundedFUNDEDDossier financéPayment was funded
CancelledCANCELLEDDossier annuléPayment was cancelled

On Pending status_code, we add a sub status code to be able to give you more information about step of the payment

status_codesub_status_codeDetails
PENDINGWAITING_CUSTOMER_KYCCredit file initialised, waiting customer fill the form and validate
PENDINGPRE_ACCEPTEDCustomer filled the form and validated, waiting document upload
PENDINGWAITING_ONEYForm of credit file validate by customer, waiting acceptation by Oney

Workflow of status

Sequence of status for Loans

Sequence of status for BNPL

Example

Response of the Get status

{
  "language_code": "FR",
  "purchase": {
    "status_code": "PENDING",
    "status_label": "La demande de paiement est en cours d'étude.",
    "sub_status_code": "WAITING_ONEY"
    "payment": {
      "payment_amount": 899.0
    }
  }
}