Skip to main content

Get Onboarding Status

GET 

/api/v1/partner-profiles/account/:accountId

Call this endpoint to get the onboarding status of an account you added. You can add multiple documents at once. Authenticate with your bearer token.

Request

Path Parameters

    accountId stringrequired

    Id of the added account

Responses

Response Headers

    Schema

      Errors

      object[]

    • Array [

    • Code string
      Message string
      AdditionalInfo string
    • ]

    • StatusCode int32required
      TraceId string
      IsSuccess booleanrequired

      Account

      object

      AccountId stringrequired
      AccountName stringrequired
      AccountEmail stringrequired
      ApprovedDate date-time
      ParentId stringrequired
      ParentName stringrequired
      Status AccountStatuses (string)required

      Possible values: [New, PendingApproval, Approved, Rejected, Synced, Failed]

      Terminals

      object[]

      required

    • Array [

    • Name stringrequired
      Apikey stringrequired
    • ]

    Loading...