CyberSource / CyberSource/cybersource-rest-client-python
VCO wrapped_key field missing
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 24
- Forks
- 42
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
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"}]}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing PaymentsApi->create_payment with Python Client v0.0.21 and inspect the request model or schema for the missing encrypted_payment_wrapped_key field. Done means the generated request includes that field and the reported MISSING_FIELD response is addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, payments
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100