Send and Receive ACH Credits
Trice API now supports sending and receiving ACH credits. See https://triceapi.readme.io/docs/migrating-to-smart-transfers-api for more details
Trice API now supports sending and receiving ACH credits. See https://triceapi.readme.io/docs/migrating-to-smart-transfers-api for more details
Trice can verify that the provided accountholder name is a match for the account. Name Match feature is supported on the Smart Verify API and the Smart Transfer API. To trigger a name match, set party['name_match']['type'] = 'match_only' (which can be accomplished when creating a new party or updating an existing party) before sending a transfer via Smart Verify or Smart Transfer endpoints.
We've added more intelligence to our ABA Routing Support and RTP RfP APIs to increase certaintly that an RfP can be delivered to a specific customer segment (i.e. consumer, small business, or wholesale) at that receiving bank. Some banks only enable RfP for businesses, others only enable RfP for consumers. Knowing this information sooner improves your customer experience by setting the right expectations.
🆕 Added Smart Verify API for instantly verifying that an account is open and can receive transactions. Can also use this API to verify account ownership. Read about it here
Fix: Trice APIs now enforce that text provided to our APIs is valid with respects to both RTP and FedNow. The allowed character set is UTF-8 Basic Latin and and Latin-1 Supplement (excluding control characters), which is 0x20-0x7F and 0xA0-0xFF.
Smart Transfers API: Let Trice route your payment instruction to the correct rail (RTP or FedNow) based on what rails the account supports, the bank's status (signed on or off), and the preferences that you indicate.
Reduce processing time for outbound RTP credit transfers. Customers sending RTP credit transfers should expect to see credit transfers transition to their final status (completed, rejected, failed, etc.) about 1 second faster.
Fixed issue where updating a verified party (see https://triceapi.readme.io/reference/update_party) did not set the verified data correctly, which causes 404 when using that party as an ultimate sending party when creating a credit transfer.