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

Path Parameters

account_id
string
required

Body

application/json

Response

201

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