PUT
/
cards
/
transactions
/
{id}
curl --request PUT \
  --url https://api.sandbox.sudo.cards/cards/transactions/{id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "metadata": "{}"
}'
"{}"

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

The _id of the transaction to fetch.

Body

application/json
metadata
string
default:
{}

The key-value pair you wish to attach to the transaction object.

Response

200
application/json
200

The response is of type object.