Retrieve a transaction
Developing
Retrieves an Issuing Transaction object.
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
Request Code Samples
curl --location 'https://apitest.wooshpay.com/v1/issuing/transactions/itr_1826967229707583488' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json'
Responses
application/json
Modified at 2024-08-23 13:15:44