ReadyRemit v1 2022-11-08

  1. Person to Person transfers
    When fetching an auth token, include the sender_id property to get a token that is scoped to a specific user.
  2. 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 the quoteHistoryId property.