2021-9-06 changelog

Pismo Console Rules Statements Disputes Programs Orgs

Highlights

πŸ“ Pismo Console
Pismo has a new web app for program creation and management.

Features in this version:

  • List of all existing programs
  • Intuitive program setup
  • Copying programs
  • Program creation based on templates
  • Access keys management
  • Auditing mechanisms

πŸ“ Validation attributes for new rules
You can now use rules validation with the following attributes for programs and organizations.

  • MCC (Merchant Category Code)
  • Merchant ID
  • Entry Mode
  • Card ID

These fields are not mandatory, but you can use them to approve or deny transaction authorizations based on your pre-set business rules.

πŸ“ Contract Original Rate (Taxa Origem)
A new endpoint is available: statements/v4/accounts/account_id/installment-payments
When balances originating on a statement refinancing contract become overdue, you can use this endpoint to have interest accrue at the originally contracted rate, instead of at the credit card standard revolving rate.

πŸ“ New endpoints for disputes with EBDF (Mastercard) archives
The following endpoints are available for dealing with EBDF (Mastercard) archives disputes.

  • POST /v1/disputes/{dispute_id}/forms
    To open a transaction dispute, a document with mandatory and additional information needs to be sent to the credit card brand. This allows the process to move forward with the acquirer.
  • PUT /v1/disputes/{dispute_id}/forms/{id}

With the new fields, which are integrated into the credit card brand, the required information will be automatically sent, eliminating a manual step from the process

πŸ“ Currency field added for organizations and programs
The Pismo authorizer uses Brazilian Reals (BRL) as its standard currency. With the new currency field, international customers can add their preferred currency when creating new organizations and programs. They can also consult with an organization or program and use their chosen currency.

Updates and fixes

πŸ“ Endpoint update to return EBDF (Mastercard)
Pismo updated the following endpoints to return the fields related to EBDF information.

  • GET /v1/disputes/
  • GET /v1/disputes/{dispute_id}