Prerequisites:
API requires below common data:
- Bearer Token get from Get a Bearer Token – Equaze Help Documentation.
- API Key get from Regenerate API Key – Equaze Help Documentation or Get Existing API Key – Equaze Help Documentation.
Once Bearer Token and API Key are retrieved, User can use following common APIs:
A. Get User’s Account general information:
- Follow this guide to get your AccountERN of your Account Get Information of User’s Account – Equaze Help Documentation.
- Save the AccountERN for later use.
B. APIs related to Beneficiary:
- Add New Beneficiary by following this guide Adding New Beneficiary to Account – Equaze Help Documentation
This request requires:- AccountERN that you want to create beneficiary to.
- Bearer Token of current User.
- Lookup Beneficiary by following this guide: Account Beneficiary Lookup – Equaze Help Documentation
This request requires:- AccountERN that you want to create beneficiary to.
- Bearer Token of current User.
- Delete Beneficiary by following this guide: Deleting a Beneficiary – Equaze Help Documentation
This request requires:- AccountERN that you want to delete beneficiary linked to.
- BeneficiaryId of the Beneficiary linked to the AccountERN.
C. Send Funds API
This request requires:
- API Key retrieved from Regenerate API Key – Equaze Help Documentation or Get Existing API Key – Equaze Help Documentation
- The Nickname of beneficiary retrieved from Account Beneficiary Lookup – Equaze Help Documentation
- Digital Signature generated from The “Digital Signature” Creation Using .NET (Dotnet) – Equaze Help Documentation
- Certificate Thumbprint generated from Generate a Digital Certificate in Online account – Equaze Help Documentation
- Prepare the Request Body: Create a Valid Body for the Digital Certificate in Postman – Equaze Help Documentation
- Proceed to make Send Funds request: Initiating a Secure PKI Transaction Using API – Equaze Help Documentation