Get Account by Transaction Tracking Ref
This returns an account details
Overview
To get a customer's account by transaction tracking ref you need to first build the complete request url by passing authToken, transactionTrackingRef and a computable withdrawable balance params to the endpoint.
Then you make a get request to the get account by transaction tracking ref endpoint
If the request is successful, it returns a status code of 200 with a response body.
You can check out API reference to Get Account by TransTrackingRef
Updated over 1 year ago