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
  • Assumptions
  • References
  • Interface List
  • Integration Schematics

Was this helpful?

  1. Protocol
  2. Interfaces
  3. Beneficiary Management

Mapper Specs

PreviousMapper ArchitectureNextEligibility Determination

Last updated 1 year ago

Was this helpful?

Assumptions

  1. Financial Address (FA) representred in normative form is pre-requisite for these api's to work

  2. Payer/Payee FAs are to be obtianed by the respective financial entity that holds store of value accounts

References

  1. API specification

  2. Discussion

Interface List

Interface ID
End Point
Description

FAMAP-LNK

POST /mapper/link

Linking id / fa to mapper registry

FAMAP-ON-LNK

POST /mapper/on-link

Linking response through callback end point

FAMAP-UPDT

POST /mapper/update

Updating fa details against an id in mapper registry

FAMAP-ON-UPDT

POST /mapper/on-update

Update response through callback end point

FAMAP-ULNK

POST /mapper/unlink

remove id/fa link from mapper registry

FAMAP-ON-ULNK

POST /mapper/on-unlink

Unlinking response through callback end point

FAMAP-RSLV

POST /mapper/resolve

Resolve fa / beneficiary id to a store of value details

FAMAP-ON-RSLV

POST /mapper/on-resolve

Resolve response through callback end point

FAMAP-TXNSTS

POST /mapper/txn/status

Status check on any of the mapper actions using transaction_id or reference_id(s)

FAMAP-ON-TXNSTS

POST /mapper/txn/on-status

Status check response through callback end point

Integration Schematics

🔗
link
thread