Home
Clover
Platform Rest Api Payment Example
Platform Rest Api Payment Example
Restaurant POS Payments Retail SMB Hardware
Platform Rest Api Payment Example is an example object payload from Clover, with 44 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
id order device tender amount tipAmount taxAmount cashbackAmount cashTendered externalPaymentId employee createdTime clientCreatedTime gatewayProcessingTime modifiedTime offline result cardTransaction serviceCharge attributes additionalCharges taxRates refunds note lineItemPayments authorization voidPaymentRef voidReason voidReasonDetails dccInfo transactionSettings germanInfo appTracking cashAdvanceExtra transactionInfo signatureDisclaimer externalReferenceId merchant increments purchaseCardL2 purchaseCardL3 oceanGatewayInfo terminalManagementComponents emiInfo
Example Payload
{
"id": "9ABCDEF1234567",
"order": {},
"device": {},
"tender": {},
"amount": 1099,
"tipAmount": 1099,
"taxAmount": 1099,
"cashbackAmount": 1099,
"cashTendered": 1,
"externalPaymentId": "9ABCDEF1234567",
"employee": {},
"createdTime": 1718153645000,
"clientCreatedTime": 1718153645000,
"gatewayProcessingTime": 1718153645000,
"modifiedTime": 1718153645000,
"offline": true,
"result": "SUCCESS",
"cardTransaction": {},
"serviceCharge": {},
"attributes": {},
"additionalCharges": [],
"taxRates": [],
"refunds": [],
"note": "Example note value.",
"lineItemPayments": [],
"authorization": {},
"voidPaymentRef": {},
"voidReason": "USER_CANCEL",
"voidReasonDetails": {},
"dccInfo": {},
"transactionSettings": {},
"germanInfo": {},
"appTracking": {},
"cashAdvanceExtra": {},
"transactionInfo": {},
"signatureDisclaimer": {},
"externalReferenceId": "9ABCDEF1234567",
"merchant": {},
"increments": [],
"purchaseCardL2": {},
"purchaseCardL3": {},
"oceanGatewayInfo": {},
"terminalManagementComponents": [],
"emiInfo": {}
}