API 0.2.118

Released into Sandbox: May 29, 2025
Released into Production: May 29, 2025

API 0.2.118 contains various bug fixes and system improvements including the below:

  • Bug fixes to Idempotency ID's:
    • Multiple requests containing the same Idempotency ID will no longer result in a duplicate transactions.
    • Idempotency ID's will still be respected when a transaction returns a 500.
  • New errors for /register to aid in passing KYC:
    • Newlines are no longer allowed. Please use street_address_two if a second address line is needed (ex: apartment or suite numbers).
    • Addresses with the same value for city and postal_code will be rejected. Please provide the city name for city and the valid zip code for postal_code.
    • Address lines that have the full address (street, city, state, and optionally zip) in the line will be rejected. Please provide only the valid street address in the address lines.
    • Priority apps will no longer be able to register users with PO Boxes addresses. Please provide a valid street address.
  • /request_kyc now returns intelligible errors:
    • A clear error will be thrown if a Priority verification is requested when there is already an existing Priority verification record for that entity.
    • If Priority fails to accept the verification request, the error will state why.