Get details of a Transaction v2

Find information about a particular transaction

Using your transaction_id, you can fetch detailed information of a transaction.

URI #

GET

https://api.tryduplo.com/v1/wallets/transactions/external/:transaction_id 

Parameters

Authorization string

set value to Bearer SECRET_KEY

Query Param

business_id string required

Merchant business ID

Path Param

transaction_id string required

Your external transaction_id generated by you.

Sample request

curl --location --request GET 'https://api.tryduplo.com/v1/wallets/transactions/external/:transaction_id?business_id={{business_id}} \
--header 'Authorization: Bearer SECRET_KEY'

Duplo Response

Last updated

Was this helpful?