cURL
curl --request PUT \ --url https://api.sandbox.sudo.cards/cards/transactions/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "metadata": "{}" } '
"{}"
Fetches details about a specific transaction using the provided id.
The _id of the transaction to fetch.
_id
The key-value pair you wish to attach to the transaction object.
200
The response is of type object.
object