Retrieves a specific transaction by its ID.
curl --request GET \ --url https://api.pushcash.com/transaction/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "txn_CpiSd1bptYB5P55ysTDHg", "amount": 11000, "direction": "credit", "currency": "USD", "created_at": "2023-05-24T20:15:18.158Z", "date": "2023-05-24", "batch": "39408", "account_id": "account_WsELzpJOvU6fNafvzWbF6K", "type": "intent", "source_id": "intent_sandbox_dMggQ93ZYH6DH9LBhVeijE" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the transaction to retrieve.
The response is of type object.
object