{
"eventId": "string",
"eventTime": "string",
"securityToken": "string",
"operation": {
"orderId": "string",
"operationId": "string",
"operationType": "string",
"operationResult": "string",
"operationTime": "string",
"operationAmount": "string",
"operationCurrency": "string",
"paymentMethod": "string",
"paymentCircuit": "string",
"paymentInstrumentInfo": "string",
"paymentEndToEndId": "string",
"channel": "string",
"customerInfo": {
"cardHolderName": "string",
"cardHolderEmail": "string"
},
"additionalData": {
"maskedPan": "string",
"authorizationCode": "string",
"cardCountry": "string",
"cardType": "string",
"authorizationStatus": "string",
"cardExpiryDate": "string",
"rrn": "string",
"status": "string"
},
"warnings": [
"string"
]
}
}curl --location --request POST 'https://platform.shopranos.eu/api/payments/Nexi/webhook' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"eventId": "string",
"eventTime": "string",
"securityToken": "string",
"operation": {
"orderId": "string",
"operationId": "string",
"operationType": "string",
"operationResult": "string",
"operationTime": "string",
"operationAmount": "string",
"operationCurrency": "string",
"paymentMethod": "string",
"paymentCircuit": "string",
"paymentInstrumentInfo": "string",
"paymentEndToEndId": "string",
"channel": "string",
"customerInfo": {
"cardHolderName": "string",
"cardHolderEmail": "string"
},
"additionalData": {
"maskedPan": "string",
"authorizationCode": "string",
"cardCountry": "string",
"cardType": "string",
"authorizationStatus": "string",
"cardExpiryDate": "string",
"rrn": "string",
"status": "string"
},
"warnings": [
"string"
]
}
}'{
"id": "string",
"paymentCode": "string",
"companyId": "string",
"customerId": "string",
"checkoutToken": "string",
"paymentAttemptId": "string",
"amount": 0,
"commissionAmount": 0,
"remittanceInformation": "string",
"status": "Submitted",
"provider": "OnePay",
"providerId": "string",
"mean": "Remittance",
"paymentDate": "2019-08-24T14:15:22.123Z",
"creationDate": "2019-08-24T14:15:22.123Z",
"redirectUrl": "string",
"billingAddress": {
"address1": "string",
"address2": "string",
"firstName": "string",
"lastName": "string",
"city": "string",
"state": "string",
"country": "string",
"countryCode": "string",
"postalCode": "string",
"phoneNumber": "string",
"email": "user@example.com"
},
"message": "string",
"approvalCode": "string",
"cardType": "Other",
"cardNumber": "string",
"postDating": 0,
"installments": 0,
"bankId": "string",
"transactionId": "string",
"serviceAmount": 0,
"completionSource": "UserRedirect",
"gatewayResponse": {
"payload": "string",
"details": null
}
}