Flutter-v3 icon indicating copy to clipboard operation
Flutter-v3 copied to clipboard

Can't test payment flow

Open SebghatYusuf opened this issue 2 years ago • 1 comments

Description

Can't test any type of payment while test mode is on. using test keys, It's showing transaction expired.

Steps to Reproduce

  1. enable testMode, and put test publishable key.
  2. Go to checkout
  3. Enter card details.

Expected behaviour:

Should be able to test the payment flow.

Actual behaviour:

returns your transaction has been expired.

Reproduces how often:

all time.

Configuration

  • Environment: test mode
  • Browser:
  • Language: Dart

Additional Information

SebghatYusuf avatar Oct 16 '23 07:10 SebghatYusuf

@SebghatYusuf are you creating a unique tx_ref for every transaction. The tx_ref expires after a transaction hence the transaction expires. Thats my best guess

victor-nsengiyumva avatar Nov 18 '23 19:11 victor-nsengiyumva