Retrieve a token by transaction id
Retrieves the trustly token linked to the given transaction id if any.
GET
/v1/tokens/trustly/:id
The above command returns JSON structured like this:
Arguments
Parameter
Type
Required
Description
id
string
required
The transaction id linked to the desired token.
Returns
Returns a token if was created using the provided transaction id. Returns an error otherwise.
Last updated