New:
- Recurring Billing API:
- Added Recurring Billing REST API GET method. This method allows a user to receive the next three recurring bill dates.
- Transaction Search API:
- Added new fields for EMV 3DS and Card on File to the Transaction Search API report. You may request for these fields and receive a response on them.
Updates:
- Memory Management:
- Fixed some minor bugs and made improvements to memory management.
- Improved error handling and enhanced logging for risk mitigation.
- Developer Documentation:
- Payments API: Summary of Response Data Types changes:
- POST /payments Make payment:
- “approved” PaymentResponse data type changed from "integer" to "string".
- GET /payments/{transId} Get Payment:
- “approved” PaymentResponse data type changed from "boolean" to "integer".
- Under the sub-section "CardGetTransactionResponse". The data type for field "avs_result" changed from "integer" to "string".
- POST /payments Make payment:
- Order Info: Added a trnOrderNumber field description following restriction "Do not include spaces."
- Added code to reject Fiserv reversals on Card Validation transactions ($0 PA).
- Payments API: Summary of Response Data Types changes: