API Change Log¶
23.10¶
- Transaction Service: Added the
tierCodefield to the TransactionReply.
23.6¶
- Check Service: Updated the
operatorfield to a String instead of an Integer. - Transaction Service: Now accepts alphanumeric characters in the
operatorIdfield.
22.27¶
- Removed
subscriptionCodefield fromsubscription/updatePaymentMethod.jsonandsubscription/unsubscribe.json - Added
subscription/changePlan.json - Added new error codes and messages in the subscription service for the new
changePlanendpoint
22.25¶
- Enrollment Service validation errors (
errorsByField) will now be returned as a map of field name to list ofValidationErrorobjects which contain both an error code and a human readable error message, where they previously only contained the error codes, allowing the client to fall back to the default error message in cases where it does not have explicit handling of the error code. This will allow Paytronix to add new errors as needed without requiring changes to API clients. SeeValidationErrorfor details.
21.18¶
- All
pxTransactionIdvalues are now 64-bit integers in all Transaction Service requests and replies - Removed
pxTransactionIdLongfield from all requests and replies in Transaction Service
21.8¶
- Check Service:
simulateAccrualAndRedemptionhas a new input field:potentialUnitDiscountItems
20.18¶
- All API resources now require integration_identifier even if it is not explicitly documented as an input to that resource
19.18¶
- OAuth Service: error code
no_matching_guestsreplaced bycould_not_authenticate
14.17¶
- In the Enrollment Service,
EnrollmentConfigEntryFieldfor fieldpasswordno longer returns amaxLengthparameter