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

Rapyd: No force capture for ACH #4562

Merged
merged 1 commit into from
Sep 2, 2022

Conversation

naashton
Copy link
Contributor

@naashton naashton commented Sep 2, 2022

Rapyd automatically settles ACH transactions at EOD and force-capturing.

SER-284

Unit: 20 tests, 93 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed

Remote: 29 tests, 84 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed

Copy link
Contributor

@dsmcclain dsmcclain left a comment

Choose a reason for hiding this comment

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

All tests pass, including remote. I have one question (see comments). Approving so you can merge if it's a non-issue.

Don't forget changelog!

add_payment_fields(post, options)
add_payment_urls(post, options)
add_customer_id(post, options)
add_auth_purchase(post, money, payment, options)
post[:capture] = true if payment.is_a?(CreditCard)
Copy link
Contributor

Choose a reason for hiding this comment

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

The only thing I am wondering here is whether folks will be transacting on Rapyd with any other tokenized payment method type that is not a Check and not a CreditCard, and whether we might want capture: true in those cases?

Rapyd automatically settles ACH transactions at EOD and force-capturing.

SER-284

Unit: 20 tests, 93 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed

Remote: 29 tests, 84 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
@naashton naashton merged commit b7a487f into activemerchant:master Sep 2, 2022
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.

2 participants