API 0.2.89
8 months ago by Rachel Vaughan
API 0.2.89 contains various bug fixes and system improvements as outlined below.
Released into Sandbox: 4/12/2024
Released into Production: 4/16/2024
New product: ACHNow
Sila introduces our newest product, ACHNow, to turn regular ACH transactions into instant ones! For more, please see our documentation here.
New Endpoint: /transact
Sila introduces a new transaction endpoint, /transact
, for the ACHNow product and for standard, non-ACHNow transactions. Customers can use /transact
instead of /issue_sila
, /redeem_sila
, and /transfer_sila
, which are all still supported.
Additional Notes
- For the new
/transact
endpoint, payment rail used is determined by a combination of customer-specified field. Please see our documentation here for a flow chart. - Update to ensure that every endpoint that creates a payment instrument will return that payment instrument's uuid in a new field:
payment_instrument_id
. - Update to
/get_transactions
endpoint so thereturn_code
andreturn_desc
fields are always present in the response. - When the
documents_required
orreview
outcomes are requested for KYC/KYB in Sandbox, you can now upload a document to/documents
and it will transition the verification todocuments_received
for 2 minutes after which the verification will transition topassed
. - Add functionality preventing the cancellation of RTP transactions.
- New field in
get_transactions
:
itinerary
: shows the itinerary selected for the transaction - Processing type now shows 'RTP' for rtp transactions
- RTP (ACHNow) transactions in Sandbox ONLY are limited to $10.00 or less in order to avoid triggering RTP-provider imposed limits in sandbox environments.
- For ACHNow payments in the
/transact
endpoint, theroute_selection_behavior
defaults to "fastest."