Improved how card onboarding works for creating cards in ReadyRemit:
Introduced new property when creating an onboarding session called “Entity Mode”.
“Entity Mode” property allows customers to generate dynamic fields based on the entity type (Sender or Recipient).
Introduced new layer of validation for card creation specifically for senders, to improve acceptance rates & decrease fraud.
When using the POST/Create Card endpoint for sender cards, sender-ID is required either through the token or through the endpoint request body. When entity mode is sender & there is no sender-ID, card creation will fail.
Updated ReadyRemit to support OCT transactions in addition to the existing transfer types. Users are now able to send funds directly to a recipient’s debit card.
Added validation to Quote by Receive Amount transfers to abide by corridor transfer limits, allowing transfer request customers to create transfer requests using either a send or a receive amount. Talk to your Support Rep for details.
Updated error messaging on the POST /senders endpoint to display a more user-friendly message if problems are encountered.
Improvements to the OFAC and Dodd/Frank transfer hold and release process.
Updated the Get Quote endpoint to return an exchange rate rounded to four decimal places.
Ensured sender creation allows for cities that have hyphens in the name.
Updated transfer requests so that if a transfer submission fails three times a status is returned to prevent more retries.
Updated translated strings.
Updated transfer requests to ensure the source currency has the correct ISO code for Quote by Receive amount transfers.
Adjusted the GET Transfer endpoint to return the correct fee amount for Quote by Receive Amount transfers.
Improvements to transfer status logging.
Improvements to security measures for encrypting account numbers.
Support for Visa Push to Card in B2C API use cases.
Addition of visibility property on dynamic field results.
Get Quote endpoint can now accept a recipientAccountId property to add context to the quote. This is primarily used for PUSH_TO_CARD transfers as quotes can change based on the card details.
Fields returned from Get Sender Fields, Get Recipient Fields, Get Recipient Account Fields, and Get Transfer fields all contain an "order" property that can be used to set the display order of the fields for your users.
Transfers now support a new "IN TRANSIT" status that represents a transfer that is moving through financial entities on its way to the destination.
Transfer Status Webhook is available to receive transfer status updates from ReadyRemit.
Post Transfer API now returns a 200 status code instead of a 400 status code if there is an SLS hit and the transfer moves into a temporary hold.
Second Last Name field added for better Cash Pickup support in Mexico.