#adnan
1 messages ยท Page 1 of 1 (latest)
- PaymentIntent cancel
Are there any considerations when it comes to canceling payment intent for the canceled orders? We are logistics tech enterprise
Are there any risk factors?
I can't think of any
- PayNow
We already use Stripe - Do we need to sign a contract to turn on PayNow?
For PayNow flow, do we need to set the price and send it to Stripe? Or is it something that users would do in their Banking App? Can QR code be generated anyway (without setting amount and sending to stripe?)
No, you don't need to sign a contract to turn on paynow.
You can take a look at the documentation for PayNow here :
https://stripe.com/docs/payments/paynow
and how to accept a payment here : https://stripe.com/docs/payments/paynow/accept-a-payment
hi @cursive raft After using bank app scan the qrcode, can the amount of money be changed in bank app ? Or is the amount fixed after sent the payment intent to stripe ?
thanks @cursive raft for your quick answer ! can you please help to clarify above? it is currently a blocker for us to move forward
hmmm, gimme a sec to check
sure, thanks ๐
i'm pretty sure that the amount can't be changed in the banking app but i can't test it out right now
Hi @sinful sage I'm taking over this thread
You need to specify the amount and currency when generating a PaymentIntent.
Thanks man ~
Flow:
Select PayNow
Select Amount and Currency
Get a QR Code
Scan QR Code with the Bank App
Amount gets filled up in the Banking App
Pay from the Banking App
@civic adder This is my understanding now based on what you and alex pitched in!
Can you please confirm?
cc : @earnest girder
This flow looks good to me.
Great! Follow up question:
When user scans the QR code on the banking app
Would the success / failed payment status will be shown on our side?
Also how many different statuses are possible? successful? failed? any other?
@civic adder ๐ ^
https://stripe.com/docs/payments/intents you can view this page to learn about he payment statuses. So basically if the payment is successful, the payment_intent status will be succeeded, if failed, the status will be requires_payment_method.