Verifone · Schema
CaptureCardTransactionDto
CaptureCardTransactionDto from Verifone eCommerce API
PaymentsPoint-of-SaleTerminal ManagementE-CommerceFintechPayment ProcessingOmnichannel
Properties
| Name | Type | Description |
|---|---|---|
| amount | integer | Amount is charged without a decimal place e.g. $1.5 = 150. Currencies can have different decimals/exponentials, see Currencies Section for more details. For Account Verification transactions, provide |
| purchase_order_number | string | The purchase order number. It can be provided in transactions with purchase or procurement cards for the cardholder to get better interchange rates (note that this functionality needs alignment with t |
| tax_indicator | string | This field indicates the taxable status of the transaction (if any of the purchased items are taxable). This field is part of so-called Level 2 data. If the value `TAX_PROVIDED` is sent, `tax_amount` |
| multiple_captures | object | |
| issuer_instalment | object | |
| line_items | array | The array of items being refunded. |
| detailed_amount | object | |
| receipt_type | string | Defines the type of receipt to be generated |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/ecommerce-api-capturecardtransactiondto.json",
"title": "CaptureCardTransactionDto",
"description": "CaptureCardTransactionDto from Verifone eCommerce API",
"type": "object",
"properties": {
"amount": {
"type": "integer",
"description": "Amount is charged without a decimal place e.g. $1.5 = 150. Currencies can have different decimals/exponentials, see Currencies Section for more details. For Account Verification transactions, provide 0 as value for this field."
},
"purchase_order_number": {
"title": "Purchase Order Number",
"description": "The purchase order number. It can be provided in transactions with purchase or procurement cards for the cardholder to get better interchange rates (note that this functionality needs alignment with the acquirer and the scheme). This field is part of so-called Level 2 data.\n",
"type": "string",
"maxLength": 17
},
"tax_indicator": {
"title": "Tax Indicator",
"description": "This field indicates the taxable status of the transaction (if any of the purchased items are taxable). This field is part of so-called Level 2 data. If the value `TAX_PROVIDED` is sent, `tax_amount` should also be provided\n",
"type": "string",
"enum": [
"TAX_PROVIDED",
"TAX_NOT_PROVIDED",
"NON_TAXABLE"
],
"default": "TAX_NOT_PROVIDED"
},
"multiple_captures": {
"allOf": [
{
"$ref": "#/components/schemas/MultipleCapturesDto",
"title": "captureAuthorizationRequest_multiple_captures",
"description": "This field is mandatory in order to do multiple captures"
}
]
},
"issuer_instalment": {
"$ref": "#/components/schemas/instalment"
},
"line_items": {
"type": "array",
"description": "The array of items being refunded.",
"items": {
"$ref": "#/components/schemas/UnmatchedLineItem"
}
},
"detailed_amount": {
"$ref": "#/components/schemas/DetailedAmount"
},
"receipt_type": {
"type": "string",
"description": "Defines the type of receipt to be generated",
"enum": [
"FULL_RECEIPT",
"INVOICE",
"INVOICE_RECEIPT",
"SIMPLE_RECEIPT",
"NONE"
]
}
},
"required": [
"amount"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ecommerce-api-capturecardtransactiondto"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.