Skip to main content
Payment providers and card issuers use this API to request digital receipt matching from OpenCard’s merchant network.
This API is for card issuers only. If you collect receipts and deliver them to OpenCard → see Receipt Providers.

Base URL

https://receipts.opencard.io

How it works

Auth

Bearer JWT. Contact support@opencard.io for credentials.

Key endpoints

MethodPathPurpose
GET/api/v1/marcet/publishersList merchants with digital receipts
POST/api/v1/marcet/callbackrequestsSubmit transaction for matching
PUT/api/v1/marcet/callbackrequests/{id}Update (e.g. mark cleared)
DELETE/api/v1/marcet/callbackrequests/{id}Cancel request
Full guide → Digital Receipts for Issuers