• Resolved dkurth

    (@dkurth)


    Bit of an unusual request. I have written my own plugin and it interfaces with woocommerce and the stripe payments using call backs. BUT, now I have a situation, where I need to make it easier on the user in their profile.

    They are claiming a listing on the site and now want to pay for it, as to make modifications. Because of this, I would like to use the stripe payment gateway and need three items:

    1. Be able to look up if they already have a payment method available.
    2. If no payment method, put up the stripe form for credit card entry

    3. Process the order — this i can do via the php code I have written to create a order and using the login information.

    The question is, is there a PHP call (direct) in which I can show the payment form in the profile area and still be able to grab the information to process the order?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Shortcode available?’ is closed to new replies.