We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use openapi with postman API : Create a payment Data:
{ "idempotencyKey": "ba943ff1-ca16-49b2-ba55-1057e70ca5c7", "amount": { "amount": "3.14", "currency": "USD" }, "verification": "cvv", "source": { "id": "b8627ae8-732b-4d25-b947-1df8f4007a29", "type": "ach" }, "metadata": { "email": "satoshi@circle.com", "sessionId": "DE6FA86F60BB47B379307F851E238617", "ipAddress": "244.28.239.130", "phoneNumber": "/1146276/" }, "keyId": "urn:uuid:f899a02a-3819-b046-1f1a-6f33d0c7f263", "autoCapture": true, "verificationSuccessUrl": "https://www.example.com/3ds/verificationsuccessful", "verificationFailureUrl": "https://www.example.com/3ds/verificationfailure", "description": "Payment", "encryptedData": "UHVibGljS2V5QmFzZTY0RW5jb2RlZA==", "channel": "ba943ff1-ca16-49b2-ba55-1057e70ca5c7" }
return
{ "code": 2, "message": "Request body contains unprocessable entity." }
The text was updated successfully, but these errors were encountered:
When I use the website interface to test, it also fails url : https://developers.circle.com/developer/reference/createpayment
Sorry, something went wrong.
Hi @suguer, you need to follow the format of one of the supported scenarios listed in the Postman workspace in order to create a payment:
We have noted down this confusion and will work on making this more clear in our docs. Thanks!
No branches or pull requests
I use openapi with postman
API : Create a payment
Data:
return
The text was updated successfully, but these errors were encountered: