• Resolved paomanucinleo

    (@paomanucinleo)


    Hi Guys ??

    I’m using wp Full Stripe Free and I like it! Five stars!

    Questions:

    1) On Stripe dashboard the “Description” of every transaction is:
    Payment from Name Surname on form: form-name Custom Data: n/a

    Of course, Name and Surname they depend on what the customer type, and “form-name” is based on the name I’ve chosen creating the payment form, but…

    ….How can I personalize this “Description” message?

    Is it possible?

    2) On Stripe Dashboard I saw that the plugin insert card’s holder name and his email inside metadata field and not inside card field (inside card field appear: “Name:
    No name provided”).

    Does this mean that the plugin doesn’t check if the name of card’s holder is real or not?
    If so the card’s holder can type a fake name and the transaction will be approved anyway…

    Can you answer please to those my 2 questions?

    Thank you

    Sorry for my language mistakes ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author CoastMountain

    (@mammothology)

    Hello paomanucinleo,

    Happy New Year!

    1) Changing the description message
    The description is not yet configurable in WP admin, but you can change it in the code.

    It’s in the “include/wp-full-stripe-customer.php” file in line 77 (provided you are using the latest v1.5.1).

    2) Verifying the cardholder name
    You are right, the cardholder’s name is not verified neither by Stripe nor by the banks.
    Please take a look at the answers of the Stack Overflow article:
    https://stackoverflow.com/questions/41322875/stripe-card-holder-name-verification

    cheers,
    Csaba

    Thread Starter paomanucinleo

    (@paomanucinleo)

    Hi, thank you for your fast answer ??

    1) Changing the description message:
    I did as you said and it works! I personalized the description message on Stripe db. Many Thanks! The line to modify is 95 in v1.6.0

    2) Verifying the cardholder name:
    I’ve read the articles you suggested, but they are too much technical for me to understand. Sorry, i’m just a beginner ??

    I saw in the changelog that this problem was fixed in v1.5.1, but it seems to appear again in v1.6.0. Is it possible? Anyway, it’s not a big problem for now ??

    3) Do you allow me to give you one small suggestion to improve your plugin?
    It would be wonderful if you create a protection for thankyou/download page after Stripe payment.
    Actually, there is only the redirection after stripe payment, but if someone knows the URL of the redirect page (thankyou/download page) he can bypass and “jump” the Stripe payment.
    It would be perfect if only visitors who completed the payment can be redirected to the thankyou/download page, while “thieves” who know the URL cannot land on thankyou/download page (maybe they lend on an empty page).
    I would be happy to pay for this improvement, because I spent a lot of time searching for a plugin who does this job, but the only one I found works only with ClickBank and PayPal but not with Stripe. Others only creating memberships, but I don’t need to create memberships for my customers.

    Thank you for your work and for your attention, and sorry if I’ve typed so much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Description on Stripe Dashboard’ is closed to new replies.