PayCore.io v0.58 (March 23, 2019)¶
By Dmytro Dziubenko, Chief Technology Officer
Hello all, here is an update on what the dev team has been working on the last week. We are currently still in the process of migrating existing customers to the new PayCore.io Commerce, which was recently released and fixing some previously unknown issues, improving system performance and upgrading user interface.
List of changes¶
-
- Commerce features
- Commerce Public API
-
- Operation statuses updated
- Payment invoice:
Autoprocess
property removed
-
- Organisation
- Batch Payouts
- Connected accounts
Commerce update¶
Commerce features¶
- Fee strategy change
Fee shift IN/OUT
—>Include fee
- Contract services: add ability of
Amount limits
manually setting - Expose internal callback data
Commerce Public API¶
- Public fee details (Allows get fee details through Public API)
- Public Zero-Fee badge (Set Zero-fee flag in Pre-request through Public API)
- Payment Invoice: Public access (Allows creation through Public API)
Operations update¶
Operation statuses updated¶
- Payment:
FAILED
→ process_failed
PENDING
→ process_pending
EXPIRED
→ expired
REFUNDED
→ refunded
REFUNDING
→ refund_pending
REFUND_FAILED
→ refund_failed
SUCCESSFUL
→ processed
INITIALIZED
→ created
And some New statuses were added.
Info
Read more about Payment statuses
- Payment and Payout Invoices: henceforth statuses are
lowercase
Info
Read more about Payment Invoice and Payout Invoice statuses
Payment invoice¶
Henceforth, Payment invoice has no Autoprocess
property.
It will process automatically as default.
UI Upgrade¶
Organisation¶
We removed archived members from member list switcher Show archived
to display a list of archived members.
Batch Payouts¶
We released user interface section for Payout Batches.
It includes List, Overview and Creating pages.
It is located in Operations section of PayCore.io Dashboard.
Connected accounts¶
-
Accounts Reconnect and Update ability
-
Related entities navigation upgraded
-
Provider accounts:
-
Related accounts counters added at list page.
-
Deposit and Merchant accounts section added at overview page.
-
Performance improvements¶
We also made general performance improvements and various bug fixes.