Verifone · Example Payload

3Ds Authentication Api Getv23D

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

3Ds Authentication Api Getv23D 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": "getV23d",
  "summary": "List ThreeDSAuthentications",
  "method": "GET",
  "path": "/v2/3d",
  "responseExample": [
    {
      "_id": "string",
      "amount": 0,
      "threeds_contract_id": "string"
    }
  ]
}