CAS Restful API Base - Changelog

1.1.0

2024-04-08

Non-breaking changes

POST /transactions/purchase & POST /transactions/preauthorisation & POST /transactions/completion

1.0.0

2024-04-22

Breaking changes

GET /transactions & GET /transactions/{audit}

GET /transactions & GET /transactions/{audit} & POST /transactions/preauthorisation & POST /transactions/completion

Non-breaking changes

GET /customers & GET /customers/{customer_id}/tokens

POST /transactions/preauthorisation

GET /transactions & GET /transactions/{audit}

0.7.0

2024-04-11

Breaking changes

POST /transactions/{audit_id}/preauthorisation

POST /transactions/{audit_id}/preauthorisation

All transaction endpoints

All endpoints

0.6.0

2024-03-26

Non-breaking changes

All tokenisation endpoints

0.5.2

2024-03-26

Breaking changes

All transactions endpoints

Non-breaking changes

All endpoints

Other

0.5.1

2024-03-19

Breaking changes

POST /customers/{customer_id}/tokens

PATCH /customers/{customer_id}/tokens/{token_id}

0.5.0

2024-03-18

Breaking Changes

All endpoints

All tokenisation endpoints

Non-breaking Changes

POST /transactions/{audit_id}/completion

All endpoints

This usually is caused by an invalid request.

Other

0.4.0

2024-03-05

Breaking Changes

GET /transactions

POST /customers

When creating a customer, the server will first check to see if a customer with the same reference already exists. If so, that customer's details will be returned instead of creating a new customer. Otherwise, a customer will be created and returned as before.

Non-breaking Changes

Other