You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error can be due to a configuration issue on the Cybersource backend, or because of a payload data mismatch. Can you provide the request data being sent?
I look into the model ptsv2payments_payment_information_fluid_data and I found that this class is auto generated by the swagger without the field 'key'. The issue is that no exist the field 'key' described in CreatingAuthReqVisaCheckout.
Using Python Client v0.0.21
Exception when calling PaymentsApi->create_payment: (400)
Reason: Bad Request
HTTP response headers: HTTPHeaderDict({'Content-Type': 'application/json', 'Content-Length': '236', 'x-response-time': '362ms', 'Connection': 'keep-alive', 'Strict-Transport-Security': 'max-age=31536000', 'v-c-correlation-id': '7d73fcaa-59e5-4aa3-9c1e-b8832002a41a'})
HTTP response body: {"submitTimeUtc":"2020-11-05T12:53:05Z","status":"INVALID_REQUEST","reason":"MISSING_FIELD","message":"Declined - The request is missing one or more fields","details":[{"field":"encrypted_payment_wrapped_key","reason":"MISSING_FIELD"}]}
The text was updated successfully, but these errors were encountered: