Bank Sync
Less than to read
Storing and Using principalID
and externalRef
Creating a New Bank
- POST /banks:
- Send request with bank details.
- Store
principalID
from the response. - Store
externalRef
provided by the aggregator.
Updating an Existing Bank
- GET /banks:
- Retrieve
_id
(used asprincipalID
).
- Retrieve
- **PUT /banks/{principalID}`:
- Send request with updated details and
externalRef
(aggregator ID).
- Send request with updated details and
Enabling the Bank
- Pass both
principalID
andexternalRef
to the enablement lead.
Ensure accurate storage and usage of principalID
and externalRef
for smooth enablement and updates.
What’s next?
After you have completed your sandbox testing, you are ready to move into production. Find out how to upgrade to beta with stage 4. Go live and support.