Skip to content
New issue

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

Error using splitCardFundingSources in paymentMethods #593

Closed
pgrimaud opened this issue Nov 14, 2023 · 3 comments · Fixed by #606
Closed

Error using splitCardFundingSources in paymentMethods #593

pgrimaud opened this issue Nov 14, 2023 · 3 comments · Fixed by #606

Comments

@pgrimaud
Copy link

Hello,

We have an issue while using the parameter splitCardFundingSources in the https://checkout-test.adyen.com/v71/paymentMethods endpoint. We're also using the last v16 SDK.

Here's our code :

new PaymentMethodsRequest([
    'splitCardFundingSources' => true,
    // with other parameters
]);

The issue :

image

This exception is throw by this method which use this other method.

This error occurred due to this enum in the OpenAPI schema : https://github.com/Adyen/adyen-openapi/blob/main/json/CheckoutService-v71.json#L9919 and the endpoint return paymentMethod as with credit and debit cards.

Could you take a look at it?

Thanks

@jillingk
Copy link
Contributor

Hi @pgrimaud,

Thanks for reaching out here with this issue. We're looking into it.

Best, Jilling
Adyen

@pgrimaud
Copy link
Author

pgrimaud commented Jan 9, 2024

Any update?

@jillingk
Copy link
Contributor

jillingk commented Jan 9, 2024

Hi @pgrimaud,

Our apologies for the wait. We had some other things on our plate but finally got around to fixing it, this fix should be released next week!

Best, Jilling
Adyen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants