{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/order-service-api-paymentdetails.json",
"title": "PaymentDetails",
"description": "Details of how the order will be paid, and the further re-occuring billing for services.",
"type": "object",
"properties": {
"paymentType": {
"type": "string",
"description": "Type of payment that can be made.",
"default": "CREDIT"
}
},
"discriminator": {
"propertyName": "paymentType",
"mapping": {
"ACCOUNT": "#/components/schemas/PaymentDetailsAccount",
"CREDIT": "#/components/schemas/PaymentDetailsCredit",
"NET": "#/components/schemas/PaymentDetailsNET",
"EINVOICE": "#/components/schemas/PaymentDetailsEInvoice"
}
},
"required": [
"paymentType"
]
}
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.