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
{
"error": {
"type": "invalid_request",
"message": "no customer id provided for the payment",
"code": "IR_23"
}
}
Steps To Reproduce
Provide an unambiguous set of steps to reproduce this bug. Include code or configuration to reproduce, if relevant.
Disable recurring from Adyen dashboard
Create a recurring payment in Adyen via hyperswitch
Hyperswitch sends a successful transaction and payment method id
Use the payment_method_id, to do MIT transaction. It fails, genuine fails
Try to retrieve the payment. It fails. this is the problem
Context For The Bug
No response
Environment
Are you using hyperswitch hosted version? Yes
If yes, please provide the value of the x-request-id response header to help us debug your issue. x-request-id : 01909742-36b7-7e91-9e62-6f684418fb1c
Have you spent some time checking if this bug has been raised before?
Bug Description
For MIT transaction, using non MIT payment method Ids, throwing 400. When retreive this payment, it is throwing 422.
Expected Behavior
https://api-reference.hyperswitch.io/api-reference/payments/payments--retrieve
Actual Behavior
{
"error": {
"type": "invalid_request",
"message": "no customer id provided for the payment",
"code": "IR_23"
}
}
Steps To Reproduce
Provide an unambiguous set of steps to reproduce this bug. Include code or configuration to reproduce, if relevant.
Context For The Bug
No response
Environment
Are you using hyperswitch hosted version? Yes
If yes, please provide the value of the
x-request-id
response header to help us debug your issue.x-request-id : 01909742-36b7-7e91-9e62-6f684418fb1c
Have you spent some time checking if this bug has been raised before?
Have you read the Contributing Guidelines?
Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered: