SPIn Specification
Capture / Ticket Request
GET/cgi.html-capture

- Pre-Auth (Auth-Only) transactions allow users to hold a specific amount for processing at a later time without needing to re-enter account details. A Capture/Ticket Request is used to finalize an Auth-Only (Ticket) transaction, ensuring the held amount is processed without requiring the account data to be entered again. - Follow the steps and references outlined in this section to perform a Capture/Ticket transaction. - Capture request used to post capture an Auth only transaction without re-entering account data.

Query Parameters

RefId*
string
RegisterId*
string
TPN
string
AuthKey
string
TransType*
enum
Amount*
string
Tip
string
MerchantId
string
CustomerEmail
string
CustomerMobile
string
GET/cgi.html-capture
1curl --location 'https://test.spinpos.net:443/SPIn/cgi.html?TerminalTransaction=%3Crequest%3E%3CRefId%3E2%3C%2FRefId%3E%3CRegisterId%3E3%3C%2FRegisterId%3E%3CTransType%3ECapture%3C%2FTransType%3E%3CAmount%3E100.00%3C%2FAmount%3E%3CTip%3E10.00%3C%2FTip%3E%3C%2Frequest%3E'
Response

// Awaiting response…