#Muhammad Awais
1 messages · Page 1 of 1 (latest)
Hello! Can you provide more information? What specifically are you trying to test?
Are you asking when it's possible for a Payment Intent to have a status of processing?
Yes
We have documentation about each Payment Intent status here: https://stripe.com/docs/payments/intents#intent-statuses
For processing:
Once required actions are handled, the PaymentIntent moves to
processing. While for some payment methods (for example, cards)processingcan be quick, other types of payment methods can take up to a few days to process.
Yes
So how do I test this ?
do stripe provides any test card to test this scenario?
For example I am trying to integrate affirm, it may take some time
I don't think we have a test card that will generate a processing status because card payments don't really stay in processing for any length of time. You would need to use a different method of payment.
what about affirm?
For Affirm we have testing instructions here: https://stripe.com/docs/payments/affirm/accept-a-payment?platform=checkout#test-integration
that document says payment intent will only have two states, success or requires_payment_method right?