Platform Release 3.73.0
A Shaype Platform Release, focusing on External Authorisation
External AuthorisationTimeout
As part of platform improvements we have updated our configuration to allow for our external authorisation timeouts to be configured per type. Scheme transactions will remain the same and Non-scheme transactions have been increased to 10 seconds.
Scheme
Create a new card authorisation hold
Updated existing authorisation hold amount
We have updated the timeout for these methods to 1.2 seconds.
Non-scheme
We have increased the timeout for this method to 10 seconds.
Full details on https://developer.shaype.com/docs/external-authorisation-and-balance#non-functional-requirements
Custom Data Transaction Tagging
Transaction TaggingThe transaction tagging capability is already implemented and accessible via dedicated endpoints. However, clients currently need to make separate API calls to retrieve tags for transactions, resulting in inefficient N+1 query patterns and increased latency.
The below existing transaction retrieval APIs now automatically include associated tags in the response payload.
POST/v0/transactions/search
GET/v1/transactions/{transactionHayId}
