[Bug]: /payments/details
response payload missing paymentMethod
for Twint tokenization
#1455
Labels
/payments/details
response payload missing paymentMethod
for Twint tokenization
#1455
Uh oh!
There was an error while loading. Please reload this page.
Description
According to Checkout API docs (
/payments/details
, v71), the response must include apaymentMethod
object wheneverresultCode
isAuthorised
. For Twint tokenization this field is omitted, while it is returned correctly for the other payment methods we use (e.g., Visa, Mastercard, PayPal).Steps to reproduce
Environment / setup
adyen-java-api-library
34.0.0 talking to Checkout API v71.Create and complete a Twint payment
details
object tohttps://checkout-test.adyen.com/v71/payments/details
.Observe the response
Actual behavior
paymentMethod
object is absent in the response for Twint payments.Expected behavior
paymentMethod
object (with at least the type property) is present whenever resultCode is Authorised, consistent with documentation and other payment methods.Code snippet or screenshots (if applicable)
No response
Adyen Java API Library version
34.0.0
Java version
21
Operating System
Linux
Additional context
This inconsistency prevents us from correctly persisting the payment method in our database and is blocking a broader Adyen rollout in one of our biggest regions.
Please investigate and provide a fix or workaround as soon as possible.
Thank you for looking into this!
The text was updated successfully, but these errors were encountered: