I am trying to create capturecontext using https://apitest.cybersource.com/flex/v2/sessions /omeglz /echat with below request payload
{ "fields" : { "paymentInformation" : { "card" : {
"number":"4111111111111111", "expirationMonth":"12", "expirationYear":"2031", "type":"001", "securityCode":"737" } } } }
and getting below response
"{"correlationId":"303ff124-e250-42fc-97ef-388369e3e2af","details":[{"location":"fields.paymentInformation.card","message":"Unknown field definition property"}],"message":"One or more validation errors occurred","reason":"VALIDATION_ERROR"}"
Blockquote
I am following exactly same pattern omegle.2yu.co mentioned on Cybersource developer guide.Can somebody please help me to identify the issue here.
12-07-2022 10:00 PM