G2P Connect
  • G2P Connect
    • 🔍Overview
    • 📘Solution Blueprint
  • Protocol
    • 🔍Overview
    • 🔡Terminology
    • 🔗Interfaces
      • Identity
      • Credentialing
      • Registries
        • Social Registry
      • Beneficiary Management
        • Mapper Architecture
        • Mapper Specs
        • Eligibility Determination
      • Program Management
        • Dibursement
    • 🔐Security
      • Authorization
      • Singature Validation
  • Additional Info
    • 🤼Discussions
    • 👉References
    • 🙏Acknowledgments
    • 🤝Licensing
  • Group 1
Powered by GitBook

Content of this site is licensed under CC BY-SA 4.0 by CDPI

On this page
  • Overview
  • References
  • Interface List
  • Integration Schematics

Was this helpful?

  1. Protocol
  2. Interfaces

Credentialing

PreviousIdentityNextRegistries

Last updated 1 year ago

Was this helpful?

Overview

  1. Standardising credential issuance, search, verification, revokation and status check capabilities between G2P enabling DPGS/Products/Systems.

  2. Country operational model shall decide the entity that manages one or more crendentialling systems.

References

  1. API specification link

  2. Discussion

Interface List

Interface ID
End Point
Description

CRED-ISSU

POST /credential/issue

Issue credential

CRED-ON-ISSU

POST /credential/on-issue

Issuance info through callback

CRED-SRCH

POST /credential/search

Search credential by credential id, issuer, beneficary id, etc.,

CRED-ON-SRCH

POST /credential/on-search

Credentail search results through call back

CRED-STS

POST /credential/status

Credential status update request

CRED-ON-STS

POST /credential/on-status

Credentail status update results through call back

CRED-TXNSTS

POST /credential/txn/on-status

Perform async status check of previous credential requests using transaction_id and/or reference_id(s)

CRED-ON-TXNSTS

POST /credential/txn/on-status

Response async status using callback

Integration Schematics

🔗
thread