API v1 2022-11-08
November 8th, 2022
- Person to Person transfers
When fetching an auth token, include thesender_id
property to get a token that is scoped to a specific user. - Rate change checks
FX rates change constantly and we always want to make sure the user isn't being caught off guard by a changed rate. We've introduced a rate change check that will prevent transfers from being submitted if the rate is different than a previous quote. This is an optional feature. To take advantage of the rate change check for your users, when submitting a transfer, pass the original quote ID using thequoteHistoryId
property.