Skip to content

Releases: TriplePlayPay/API

V1.7.0

17 Mar 15:42
04ae6d3
Compare
Choose a tag to compare

3/18/23

API (in this repository)

  • Completed Dejavoo Terminal integration
  • Added statement API endpoint that includes last 12 months of statements
  • Dates with slashes now properly translated to dash-formatted date: YYYY-MM-DD

Web App & iFrame (Client Tools - not in this repository)

  • Added ability to copy iFrame code from Payment Link Generator
  • Refined notification settings to allow for partner account notifications vs child account notifications.

V1.6.5

06 Feb 17:01
Compare
Choose a tag to compare

Feb 4 2023
v1.6.5

  • Bug Fixes and UI enhancements in portal
  • Fee API logic now per month
  • Statements can now be pulled by month
  • Whitelabel API complete, front end to be released soon
  • Login methods for Twitter and Microsoft now enhanced to flow better.
  • iFrame enhancements for form embedding
  • iFrame enahancement for changing submit button text
  • Enrollment fix for non US addresses

v1.6.4

27 Jan 15:24
Compare
Choose a tag to compare

Jan 28 2023
v1.6.4

  • Onboarding now displays rev share percentage.
  • Added ability in iframe to push either relative path or full URL to iframe.
  • Add meta id's to iframe so we can link encrypted objects.
  • Added rev share field name changes to show ownership breakout of profit.
  • Statement history broken up by last 12 months.
  • Updated onboarding modal titles.
  • Created "Feature Request" button that sends email.
  • Function to see whole JSON of client.
  • Can now run KYC against live clients.
  • Refined onboarding process for ACH.
  • Function to allow clients to auto-onboard.
  • Enhanced notes functionality in portal.

v1.5.5

11 Nov 20:22
Compare
Choose a tag to compare

Nov 09 2022
v1.5.5

  • Terminals Section added to portal for terminal management
  • Refund option added to Reporting page
  • Payment Tokenization added to triple.js
  • Payment Tokenization added to payment page
  • Tip added to api/charge
  • Refunds now show amount in negative numbers in portal
  • Refund/void/return/credit logic using intelligent API combined into one route /api/refund
  • Bug Fixes/ Enhancements to API
  • https://sandbox.tripleplaypay.com now online and useable
  • Onboarding Section restructured to allow for highlighting of bank information
  • api/clients now available to get details of all pending and live clients

v1.5.4

02 Nov 15:06
Compare
Choose a tag to compare

Nov 02 2022
v1.5.4

  • Forms: Clients can now dynamically generate forms to show inside an iFrame to capture data from users, this is stored inside of TPP and accessible via the forms api. Form data is captured and displayed if the user returns to the form. https://tripleplappay.com/extended
  • Payment Page now can show saved tokens in Credit Card charge.
  • Terminal API has been extended to allow for manual typing of card data, and tips.
  • Portal UI enhancements accross the board, including some help text to define input parameters
  • KYC data now includes PDF.
  • Features not turned on via API no longer error out, but instead gently fail with a "Feature is disabled" message.
  • Bug\Fixes and Performance changes to the back end api code.

v1.5.3

26 Oct 12:14
0cdebe7
Compare
Choose a tag to compare

Oct 26 2022
v1.5.3

  • Extended API page. Split out a simple API with a robust extended API for power users and ISV's
  • Dynamic forms: You can now create and show forms in an iFrame and use TriplePlayPay as the repository.
  • Forms API is located in the new Extended API section.
  • QR API now made public
  • Terminal logic now added to all routes.
  • Create new lane for Terminals via API
  • Login caching fixes
  • Portal enahancements include help text, mcc code details and fee explanation
  • Low ticket fee logic added
  • Early Termination Fee logic added
  • Address now available in Charge and Authorize routes
  • Full address will automatically parse

v1.5.2

20 Oct 00:04
0cdebe7
Compare
Choose a tag to compare

Oct 19 2022
v1.5.2

  • Wordpress/Woocommerce SDK now added to downloads
  • Client Notes/Log platform launched
  • Subscription UI now auto calculates dates
  • Portal UI enhancements
  • Portal Run KYC now available in onboarding section
  • Added chainable methods to iFrame API
  • MCC code lookup and auto flag for risk: green for good, red for warning.
  • Bug fixes and simplification to client changes with processors
  • Enrollment UI now includes agreed rates.

v1.5.1

13 Oct 14:54
0cdebe7
Compare
Choose a tag to compare

Oct 12 2022
v1.5.1

  • Rate settings now split in client per transaction type (card, ach, crypto)
  • Low rate calculation added for low ticket threshold
  • Create Subscription UI now displays a text description of the subscription settings
  • Source detection now included in all iFrame calls
  • Added QR code to create link
  • Added chainable methods to iFrame API
  • WordPress/WooCommerce plugin v1 completed for integration
  • Bug fixes for float handling in risk engine.

v1.5.0

06 Oct 17:30
0cdebe7
Compare
Choose a tag to compare

Oct 06 2022
v1.5.0

  • User management in both Admin and Client portals. Clients can now add and manage users access to portal.
  • Users are created in Firebase for Oauth logins.
  • Pricing Split for crypto, card, and ach now available in Client and Onboarding portal, and now is apparent on enrollment form.
  • Admin view as specific client now has more features.
  • UI enhancements on Payment Page that include subscription text before iFrame.
  • Test API now fails on 3.33 transactions
  • Low_Rate fee logic included in fee calculations
  • Charge api route now accepts bulk transactions if sent a list of dictionaries. [{},{}]
  • Backend Completion of Apple Pay, Google Pay, Samsung Pay
  • KYC enhancements including MCC high risk detection

v1.4.9

28 Sep 18:36
0cdebe7
Compare
Choose a tag to compare

Sept 28 2022
v1.4.9

  • BlueSnap Payment Integration
  • KYC Risk Table pulled from JSON
  • Admin Panel can now select/simulate client experience
  • Enroll UI enhancements
  • Fees now split across 3 categories, credit card, ach, and crypto
  • Child Inheritance now pulled during enrollment as separate values
  • Parent grouping now in client tab
  • Amount Fields now searchable as number values
  • API Route to lookup KYC
  • Revenue Sharing Portal enhancements
  • Risk alerts moved to separate thread
  • AWS Cloudbuild, clouddeploy, and fargate cluster management complete.