Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

transfers: support WEB files with ACH #517

Open
adamdecaf opened this issue Jul 15, 2020 · 1 comment
Open

transfers: support WEB files with ACH #517

adamdecaf opened this issue Jul 15, 2020 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@adamdecaf
Copy link
Member

PayGate Version: v0.8.0

What were you trying to do?
When trying to send an ACH payment v0.7.x supported creating WEB files. Now after the upgrade they are no longer supported. Only PPD is handled.

What did you expect to see?
Sending WEB files extends the capabilities of PayGate for various needs.

@adamdecaf adamdecaf added bug Something isn't working enhancement New feature or request labels Jul 15, 2020
@adamdecaf
Copy link
Member Author

Previously we sent WEB files when that SEC code was specified along with PaymentInformation which was passed directly into the ACH file itself.

An initial implementation could be to have an object to dictate the payment method that must be used. ACH vs Wires, etc along with an object for that payment rail with further fields if needed. Thoughts? /cc @wadearnold

POST /transfers

{
   "paymentMethod": {
     "method": "ACH",
     "ach": {
       "secCode": "WEB"
     }
   }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant