Get One Transaction
GET/transaction/get-one-transaction
This endpoint allows authenticated users to retrieve the details of a specific transaction using the order ID. The endpoint ensures the user has read access and enforces a rate limit of 30 requests. It checks if the transaction exists in the database and if the user has the appropriate access rights,then provides a checkout URL for the transaction and others informations
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
The request was successful.
The request was invalid or malformed.
The user is not authorized to make this request.
The user does not have permission to access this resource.
The requested resource could not be found.
Validation Error
An unexpected internal server error occurred.