ExecuteOrderWithFiscalCodeRequest
amountnumber<double>required
PIN face value with two digits after the decimal separator.
Example:
10currencystringrequired
Three-letter ISO 4217 currency code.
Possible values: >= 3 characters and <= 3 characters
Example:
EURcountrystringrequired
ISO 3166-1 country code.
Possible values: >= 2 characters and <= 2 characters
Example:
ATproduct_idstringrequired
Requested product identifier.
Example:
00028delivery_typestringrequired
ACCOUNT loads the account; RETURN returns a PIN.
Possible values: [ACCOUNT, RETURN]
Example:
RETURNutc_offsetstringrequired
Difference between distributor time and UTC.
Example:
+00:00shop_idstringrequired
Shop from which the request is made.
Example:
shopidtestterminal_idstringrequired
Unique terminal identifier.
Example:
terminalidtestretailer_idstring
Retail channel or sub-distributor identifier.
Example:
retaileridtestcustomer objectrequired
id_typestringrequired
Customer identification type for fiscal-code usage.
Possible values: [CIVIL_NUMBER]
Example:
CIVIL_NUMBERidstringrequired
Fiscal code in uppercase without spaces.
Possible values: Value must match regular expression ^[A-Z0-9]+$
Example:
LTCQVQ01H27H501Ycapturebooleanrequired
Must be true for the one-step execute order request.
Possible values: [true]
Example:
trueExecuteOrderWithFiscalCodeRequest
{
"amount": 10,
"currency": "EUR",
"country": "AT",
"product_id": "00028",
"delivery_type": "RETURN",
"utc_offset": "+00:00",
"shop_id": "shopidtest",
"terminal_id": "terminalidtest",
"retailer_id": "retaileridtest",
"customer": {
"id_type": "CIVIL_NUMBER",
"id": "LTCQVQ01H27H501Y"
},
"capture": true
}