Here are the latest changes to our Soldo Business API:
Contacts
- Search Contacts, Get Contact, Add Contact, Update Contact: these endpoints, which are used to manage the payees customers can send bank transfers to using the Pay Someone feature, have been updated to match a contact to an existing Soldo user. This information can be set from the Add Contact and Update Contact endpoints using the
user_id
field, and will be used as part of the Bulk Reimbursement feature. The ID of the user a contact is assigned to is returned as part of the response of these endpoints, and can also be searched using theuserId
query parameter which has been added to the Search Contacts endpoint.
Transactions
- Search Transactions: a new
requiredInformation
query parameter to search transactions with (or without) required information (as defined in the Reminders section) has been added to this endpoint. An equivalent field calledrequired_information
is now returned as part of the Transaction object.
Users
- Search Users, Get User, Update User, Update User Status: an additional
contact_id
field has been added to the response object returned by these endpoints. The field contains the public ID of the contact assigned to the user. This information can be updated from the Add Contact and Update Contact endpoints.
Wallets
- Search Wallets: a new
name
query parameter to search wallets by their name (full or partial matches are supported) has been added to this endpoint.
Want to be notified of new changes?
Click here to find out how.