cURL
curl --request POST \ --url https://business.bfinance.app/external/api/enrichment \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "transactionId": "67d123abc456def7890fedcb" } '
200
Example
{ "status": "success", "data": { "enrichmentDetails": { "name": "<string>", "category": "<string>", "descriptor": "<string>", "confidence": 123, "website": "<string>", "logoUrl": "<string>" } } }
Runs transaction enrichment for a card transaction
JWT authentication token
Prepaid card or budget card transaction ID.
Transaction enrichment completed successfully.
"success"
Show child attributes
Was this page helpful?
Contact support