Summary
Approves the payment for a specified customer and basket. Main use-cases are One-Step and Two-Step Authorization.
Full fraud and credit scoring applied.
If the online-shop customer enter the incorrect address data, the system delivers a suggestion for a corrected address.
{
"payment": {
"type": "Invoice"
},
"customer": {
"salutation": "Mr",
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@mail.com",
"customerCategory": "Person",
"address": {
"street": "Gütersloher Str.",
"streetNumber": "123",
"postalCode": "33415",
"postalPlace": "Verl",
"countryCode": "DE"
},
"conversationLanguage": "EN"
},
"order": {
"number": "ORDER000001",
"totalGrossAmount": 100.00,
"currency": "EUR",
"items": [
{
"productId": "1",
"description": "Tablet Black",
"grossUnitPrice": 40.00,
"quantity": 2.0
},
{
"productId": "2",
"description": "MusicPlayer Black",
"grossUnitPrice": 20.00,
"quantity": 1.0
}
]
}
}
{
"customer": {
"customerNumber": "000000001",
"firstName": "John",
"lastName": "Doe",
"addressList": [
{
"street": "Gütersloher Str.",
"streetNumber": "123",
"postalCode": "33415",
"postalPlace": "Verl",
"countryCode": "DE"
}
]
},
"reservationId": "715eb699-4ba5-4d7e-ba86-9956a0c22edc",
"checkoutId": "7de513d4-7e96-4cbc-b075-5e7e1ea7e7f6"
}