{
"apiKey": "string",
"providerKey": "string",
"amount": 0,
"currency": "string",
"number": "string",
"expiryMonth": "string",
"expiryYear": "string",
"cvv": "string",
"referenceNo": "string",
"description": "string",
"is3d": true,
"only3d": true,
"isPreAuth": true,
"installment": 0,
"billingFirstName": "string",
"billingLastName": "string",
"email": "string",
"billingCompany": "string",
"billingPhone": "string",
"billingAddress1": "string",
"billingCountry": "string",
"billingCity": "string",
"billingPostcode": "string",
"basketItems": [
{
"name": "string",
"description": "string",
"category": "string",
"extraField": "string",
"quantity": 0,
"unitPrice": 0
}
],
"returnUrl": "string",
"customerIp": "string",
"customerUserAgent": "string",
"browserInfo": {
"language": "string",
"colorDepth": 0,
"screenHeight": 0,
"screenWidth": 0,
"screenTZ": "string",
"javaEnabled": true,
"acceptHeader": "string"
}
}
curl --location --request POST '/ozanapi/directApi/purchasePreAuth' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "string",
"providerKey": "string",
"amount": 0,
"currency": "string",
"number": "string",
"expiryMonth": "string",
"expiryYear": "string",
"cvv": "string",
"referenceNo": "string",
"description": "string",
"is3d": true,
"only3d": true,
"isPreAuth": true,
"installment": 0,
"billingFirstName": "string",
"billingLastName": "string",
"email": "string",
"billingCompany": "string",
"billingPhone": "string",
"billingAddress1": "string",
"billingCountry": "string",
"billingCity": "string",
"billingPostcode": "string",
"basketItems": [
{
"name": "string",
"description": "string",
"category": "string",
"extraField": "string",
"quantity": 0,
"unitPrice": 0
}
],
"returnUrl": "string",
"customerIp": "string",
"customerUserAgent": "string",
"browserInfo": {
"language": "string",
"colorDepth": 0,
"screenHeight": 0,
"screenWidth": 0,
"screenTZ": "string",
"javaEnabled": true,
"acceptHeader": "string"
}
}'
{}