For AI agents: visit https://borderlessapi-partner.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
In this section you will find step-by-step recipes for integrating the External Contacts API into your product. Below you will find recipes to:
Add an External Contact
Retrieve Contact Information
Update Contact Information
Add External Contacts Recipe
Step
Corresponding Code (JavaScript)
Determine Required Information For the Contact — Use the /externalContact/requiredInformation and /zonecodes endpoint to determine required information for the external contact based on their country and accountType.
Check for status updates — If the /externalContacts endpoint returns a "PENDING" status, use the /externalContact/status endpoint to check for when the status becomes approved.
Get Contact Information — Use the /contacts/contactInformation endpoint to receive information for the contact. Here you can see if a contact is External or Internal, and if it is a Personal or Business account.
Update Contact's Banking Information — If you need to make changes to your external Contact's banking information you can use the /externalContacts/updateBankingInformation endpoint.
Update Contact Information — Update Contact Information with the /contacts/updateContactInformation endpoint. The information you can update varies on account type which you can retrieve from the /contactInformation endpoint. Please refer to the page here.