Generate SDK Token

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Generate an SDK token for SoftPOS or mobile SDK integrations.

Flow

sequenceDiagram
    autonumber
    participant A as Portal Admin
    participant D as DigetPay Portal API
    participant T as Terminal / SDK

    A->>D: POST /merchant/account/sdk-tokens
    D-->>A: tokenPlain (one-time)
    A->>T: Secure provisioning
    T->>D: Authenticated SDK calls

Responses

{
  "success": {
    "status": 201,
    "body": {
      "userId": "terminal-user-001",
      "tokenPlain": "SDK_TOKEN_SHOWN_ONCE",
      "label": "Store Terminal 1",
      "active": true
    }
  }
}

Guide →

Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json