LogoLogo
  • Ứng dụng VinID
  • Giới thiệu chung
    • Dịch vụ thanh toán VinID Pay
    • Dịch vụ loyalty VinID Point
    • Quy trình tích hợp
  • Tài liệu tích hợp
    • Môi trường tích hợp
    • Quy tắc kết nối chung
      • Request Header
      • X-Key-Code
      • Signature - chữ kí điện tử
      • Ví dụ Request / Response
      • Extra Data
    • OneID SSO Integration (PKCE)
      • Auth endpoint
      • Token endpoint
      • Refresh token
      • Logout endpoint
      • Profile endpoint
      • OpenID Configuration
    • Tích hợp với VinID Pay
      • Thanh toán Merchant QR
      • Thanh toán Transaction QR
      • Thanh toán App to App
      • Thanh toán Web Payment
      • Thanh toán Linked Account
      • Dịch vụ chi hộ
      • Callback / IPN
      • Refund giao dịch
    • Tích hợp với VinID Loyalty
      • Dịch vụ lấy hạng thành viên trung thành
      • Dịch vụ VinID Giftcode
        • Deprecated APIs
      • Dịch vụ Topup VinID Point
        • Deprecated APIs
    • Tích hợp với VinID Voucher
      • Dịch vụ E-Voucher
    • Mã lỗi chung
  • Đối soát
    • Đối soát Ví điện tử VinID Pay
  • Khác
    • Thuật ngữ
    • Câu hỏi thường gặp
    • Ứng dụng quản lý
      • Merchant Mobile App
      • Merchant Website
    • Thông tin hỗ trợ
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Tài liệu tích hợp
  2. OneID SSO Integration (PKCE)

Profile endpoint

Profile API được sử dụng để truy xuất userinfo với các scope tương ứng với từng client

/user-management/user-info

GET https://oauth-qc.vinid.dev/user-management/user-info

Headers

Name
Type
Description

Content-Type

string

application/json

Authentication

string

bearer access_token

{
    "data": {
        "full_name": "string",
        "email": "string",
        "phone_number": "string",
        "dob": "string",
        "gender": "int",
        "nationality": "string",
        "identity_documents": [
            {
                "identity_number": "string",
                "identity_type": "CMT|HC|CCCD",
                "issue_place": "string",
                "issue_date": "string",
            }
        ],
        "addresses": [
            {
                "city": "string",
                "commune": "string",
                "address": "string",
                "type": "int",
                "district": "string"
            }
        ]
    },
    "meta": {
        "code": 200
    }
}
PreviousLogout endpointNextOpenID Configuration

Last updated 4 years ago

Was this helpful?

Sequence diagram