This API is for Merchants that use ReceiptHero card linking with ReceiptHero supported PSPs.
This endpoint creates new receipt to ReceiptHero. ReceiptHero uses receiptdata to match receipt to correct ReceiptHero user
POST /api/v1/receipts/ HTTP/1.1Host: api.dev.receipthero.ioAuthorization: Token <RECEIPTHERO_API_KEYContent-Type: application/json
ReceiptHero JSON as body
HTTP 200 OKContent-Type: application/json
HTTP 400 Bad RequestContent-Type: application/json{"error":"errormessage","decription":"error description"}Also multiple errors possible[{"error":"errormessage","decription":"error description"},{"error":"errormessage","decription":"error description"}]