Tags: CenterEdge/CenterEdge.TextPay
Tags
Update Site AddUpdate Endpoint to v3.1 (PHNX-16637) (#25) Motivation -------------- There is an issue creating staging sites on the v2 api that appears to be fixed on the v3.1 version. Modifications -------------- Update site AddUpdate endpoint to v3.1. Update site AddUpdate request with payment_types object. https://centeredge.atlassian.net/browse/PHNX-16637
Match Current Hyfin API Spec (PHNX-15352) (#24) Motivation --- We need to add the `resend` property for future dev work. Might as well do a full update. Modifications --- Add missing info to match current the current Hyfin APIs https://centeredge.atlassian.net/browse/PHNX-15352
Add "cash_tax" to invoice total request (PHNX-13678) (#23) Motivation ---------- Hyfin has added this to the API so we can show the difference in tax for cash payments. Modifications ------------- Add the attribute and update descriptions. https://centeredge.atlassian.net/browse/PHNX-13678
Add cash pricing to the SDK (ADV-21301) (#22) Motivation ---------- Support for cash pricing related fields for our dual pricing program. Modifications ------------- - Add the fields - Update all amount fields to explicitly specify `decimal` type - Update Yardarm version - Update GitHub actions versions https://centeredge.atlassian.net/browse/ADV-21301
Add Payment Token Data To Payment (ADV-20075) (#20) Motivation ---- We need to include the property for the payment token that hyfin is returning to us so that we can use it in advantage or other locations Modifications ---- * Included new `payment_token` property on the payment object schema so it is available for SDK generation * Upgraded yardarm to 0.3.0-beta0001 Result ---- payment_token property will show up in the SDK https://centeredge.atlassian.net/browse/ADV-20075
Fix typo in Option name in AddUpdateInvoiceRequest (ADV-19595) (#18) Motivation ---- Typo in naming of object is causing the request to send as expected Modifications ---- * AddUpdateInvoiceRequest tipping option property renamed to fix typo Result ---- Hyfin should now get the expected property https://centeredge.atlassian.net/browse/ADV-19595
Use new tipping options (ADV-19592) (#17) Motivation ---- The new tipping options object should be used on the add update invoice Modifications ---- * Added new property to AddUpdateInvoiceRequest to use new property Result ---- tipping options are available on the request from the client sdk https://centeredge.atlassian.net/browse/ADV-19592
Add Tipping Options (ADV-19583) (#16) Motivation ---- We want to be able to enable/disable the gratuity popup window that hyfin has Modifications ---- * Add new Tipping options object Result ---- A new tipping options object is available on the AddUpdateInvoiceRequest to enable/disable popup window asking for gratuity https://centeredge.atlassian.net/browse/ADV-19583
Add Auth Code Field to Payment Schema (PHNX-8853) (#15) Motivation ------------ Hyfin returns an "auth_code" field for a payment, but the swagger spec does not include that field. Modifications ------------ Add auth code field to payment schema. https://centeredge.atlassian.net/browse/PHNX-8853
PreviousNext