Verifone · Example Payload

Ecommerce Api Affirmcompletetransaction

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Ecommerce Api Affirmcompletetransaction is an example object payload from Verifone, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathresponseExample

Example Payload

Raw ↑
{
  "operationId": "affirmCompleteTransaction",
  "summary": "Complete a Affirm payment",
  "method": "POST",
  "path": "/api/v2/transactions/affirm_complete",
  "responseExample": {
    "id": "string",
    "authorization_expiration": "string",
    "amount": 0
  }
}