Is storeCard in a Sale transaction to save a token or is it for gift cards?
"storeCard": { "description": "Information necessary to process a StoreCard transaction.", "type": "POST_StoreCard/v1/sale", "required": false },
Is storeCard in a Sale transaction to save a token or is it for gift cards?
"storeCard": { "description": "Information necessary to process a StoreCard transaction.", "type": "POST_StoreCard/v1/sale", "required": false },
Jodi, Andrew is correct- the "storeCard" node of the triPOS /sale endpoint is used for StoreCard gift card processing. It contains the StoreCardID and StoreCardPassword required to process those gift cards through triPOS.
For testing purposes, this article contains StoreCard ID's and passwords you can use in the Cert environment.
I was looking to see if there was a way to get a token from a Sale transaction. When a customer comes on site to pay for their wine club shipment, because their original card on file was declined, we were looking to see if there was an option to save that card and get a token. Of course we would only do this if the customer gives their okay.
Jodi, thank you for clarifying. At this time there is no way to receive a token automatically on a Sale transaction. This is intentional- creating tokens may impact your monthly billing with Worldpay, so we avoid creating unneeded tokens.
The Express API offers the capability you need, as a separate API call. Use the Express method PaymentAccountCreateWithTransID, including the TransactionID returned from the approved Sale. You will receive a PaymentAccountID in response, which you can use for ongoing payments.
If you haven't used the Express API before, full documentation is available here:
Express - Interface Specifications v3.0.9
This is the API that handles transactions processed through triPOS Cloud, so you'll find a lot of similarities. The main difference is that it uses an XML payload instead of JSON. Keep us posted with any further questions- we can provide XML samples, Postman collections, etc. upon request. (Probably best to e-mail our Certification distro if you need file attachments.)
If you wish to add this functionality to your existing integration, please let us know so we can review your work in Cert and update your certification letter prior to rolling the update into Production.
Hey Jodi Emtman - StoreCard is for gift transactions. kmartin or bcartwright can you verify this for us? Are you looking to save a token for Sales (card transaction) Jodi?