2022-10-03 changelog
AccountsAccountingConsoleDocumentationExchange ratesMigrationsFlex controlsProcessing codesSecurity
Highlights
📍 New payments configuration API
A new Payments configurations API allows you to configure how the Pismo platform processes operations in the payments flows. To support new processing codes configurations, the following new endpoints are now available also:
For details, see the Payments configurations guide.
📍 New parameter to enable/disable account creation per program
A new program parameter ALLOW_ACCOUNTS_CREATION
is now available in the Pismo Console. It allows you to enable or disable the accounts creation per program.
📍 Changed customClaims field name
In Creating a JWT, changed claims
field name to customClaims
.
Documentation updates
📍 New processing codes documentation
A new Processing codes and transaction types guide explains how the Pismo platform handles the processing codes for transaction types and lists standard processing codes by program types.
📍 New accounting events guide
A new Accounting events guide lists the accounting events that can be generated by financial operations of the corresponding transaction type.
📍 Updated API reference for standards
The following API reference sections were updated to improve the descriptions and to bring them in line with the new standards:
📍 Added endpoints to migrations API
The following migration endpoints were added to the API Reference:
📍 Endpoints that require an account-specific token
The PUT /accounts/v2/customers/{customerId}
endpoint was added to the list of endpoints that require an account-specific token.
📍 Marked deprecated exchange rates endpoints
The following old exchange rates endpoints are now marked as deprecated:
- Get a list of exchange rates (deprecated)
- Create exchange rates (deprecated)
- Update an exchange rate (deprecated)
📍 Updates to clearing documentation
In the Clearing/base II workflow, updated information how the platform processes the settlement files for Mastercard and Visa.
📍 Updates to core objects
Updated the Basic component structure table to reorganize object hierarchy and clarify account and customer descriptions.
📍 Requirement updates to personal object
Updated requirement specifications for the name
, printed_name
, and social_name
fields in the personal
object on the following endpoints:
📍Added required accounting amount field
In Create accounting entry, added the required amount
field.
📍Removed deprecated spending limits API
The deprecated spending limits endpoints are now removed from the API reference. For any new development of flexible transaction controls, refer to the flex controls API instead.