POST
/
v1
/
transactions
/
enrichment
curl --request POST \
  --url https://api.nest.pagosapi.com/v1/transactions/enrichment \
  --header 'Content-Type: application/json' \
  --data '{
  "order_id": "<string>",
  "transaction_id": "<string>",
  "metadata": {}
}'

Body

application/json

Response

201

The enrichment record was successfully added to the enrichment queue for further processing.