Payment with 3D Security cards

Created on 29 January 2024, 10 months ago
Updated 30 January 2024, 10 months ago

Problem/Motivation

The 3D Security card required an extra step to verify the payment. However, after clicking on the Pay button, the event PelcroSubscriptionCreate is triggered and the user is redirected to another page. So the user has no chance to finish the 3D security step.

Steps to reproduce

Use the test cards: https://stripe.com/docs/testing?testing-method=card-numbers#regulatory-c...

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡»πŸ‡³Vietnam thuong.quang

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @thuong.quang
  • πŸ‡ΊπŸ‡ΈUnited States mikelutz Michigan, USA

    Hmm, I'm not sure this will be something we can directly support in the module if the pelcro JS is firing a subscription create event prior to payment being completed. We would have to see if there is any way for us to tell inside that event that the payment has not completed, and ensure that that event or another one is fired after payment is actually completed. Based on the documentation here: https://docs.pelcro.com/v1.67/docs/js-sdk#events. I'm not sure that either of those is the case. IF pelcro is creating the subscription prior to payment being completed (or at least firing the event) we may have trouble with this.

Production build 0.71.5 2024