Unlock personalized experiences that stand out in the marketplace
Transaction Intents
to connect your transaction data to the Imprint rewards platform and take advantage of its full potential:
POST
request to v2/transaction_intents
including several required fields (e.g., Currency, Amount, Customer ID) and the metadata object. The metadata schema will be provided by your Imprint team depending on the above features selected and enabled for your program.
"REQUIRES_CONFIRMATION"
please proceed to Step 2 below.
CONFIRMED
status, Imprint will enable the loyalty and rewards experiences. Otherwise,CANCELED
will result in no further action.
POST
request to /v2/transaction_intents/{intent_id}
including the final status and any other details that may have changed, e.g. amount, anything within the metadata object, etc.
GET
request to /v2/transaction_intents
including the Customer ID
GET
request to /v2/transaction_intents/{intent_id}