Retrieve a single card transaction information
GET/api/card_transaction_details/:id
This API endpoint allows you to retrieve detailed information about a specific card transaction, making it a valuable tool for accessing precise transaction details in your system.
Request
Responses
- 200
- 401
- 403
- 404
OK - The request was processed successfully.
Unauthorised -- Your access token is wrong.
Forbidden -- Access to the requested resource or action is forbidden.
Not Found -- The requested resource could not be found.