X-Token: ********************
{
"PaymentInfo": {
"irure83": "pariatur"
},
"PreviousOrderGuid": "urn:uuid:c6dbd623-a6b2-de94-c6a0-4dcb4c435d17",
"PreviousOrderGuidGeneratedOnUtc": "1968-10-08T02:58:35.144Z"
}
curl --location --request POST 'https://test.e-mole.net/api/PublicCheckout/ValidatePaymentInfo?confirmOrder=false' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"PaymentInfo": {
"irure83": "pariatur"
},
"PreviousOrderGuid": "urn:uuid:c6dbd623-a6b2-de94-c6a0-4dcb4c435d17",
"PreviousOrderGuidGeneratedOnUtc": "1968-10-08T02:58:35.144Z"
}'
{
"Success": true,
"OrderGuid": "c131f182-0e7c-8354-b51a-55ab37be5098",
"OrderGuidGeneratedOnUtc": "2013-02-21T20:42:26.892Z",
"IsPaymentWorkflowRequired": true,
"Errors": [
"sed",
"aliqua esse reprehenderit"
]
}