Announcement

Collapse
No announcement yet.

Adding Payment Option

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Adding Payment Option

    Is there a way to add a payment option to the subscription manager?

    We use Zelle for some un-automated payments and I'd like to add it as an option for the automated payments.

    Thanks!​

  • #2
    Does Zelle have a public API? I thought you had to go through a US Bank or Credit Union to make or accept Zelle payments. If Zelle does have a public API, then you can have PHP developer build a class to access that API.

    Comment


    • #3
      I ran into the same thing and ended up adding a custom payment option through the form, then linked it to a method that lets people pay with QR code. It's not built-in, but if your payment provider supports QR codes, just drop the link or image where users can scan it after submitting the form. Worked smoothly for me.

      Comment

      Working...
      X