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

Add installment payment methods as auto captured #111

Merged

Conversation

luukveenis
Copy link
Member

Adyen now supports installment payments through Cetelem. The payment method identifiers returned from Adyen are cofinoga_3xcb and cofinoga_4xcb which stand for 3 x carte bancaire and 4 x carte bancaire respectively. These allow users to pay in 3 or 4 installment payments on their credit card respectively.

These payment methods do not allow us to call capture on them since it's handled by a third party. Unlike SOFORT, which returns a fake success if we call capture, they will return a failed response if we try with a does not support capture error message. Thus we need to treat them as auto captured.

Adyen now supports installment payments through Cetelem. The payment
method identifiers returned from Adyen are `cofinoga_3xcb` and
`cofinoga_4xcb` which stand for 3 x carte bancaire and 4 x carte
bancaire respectively. These allow users to pay in 3 or 4 installment
payments on their credit card respectively.

These payment methods do not allow us to call `capture` on them since
it's handled by a third party. Unlike SOFORT, which returns a fake
success if we call capture, they will return a failed response if we try
with a `does not support capture` error message. Thus we need to treat
them as auto captured.
Copy link
Contributor

@adammathys adammathys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@luukveenis luukveenis merged commit 3b069aa into StemboltHQ:master Jun 19, 2017
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 this pull request may close these issues.

None yet

2 participants