#binh
1 messages · Page 1 of 1 (latest)
Hi there, how can I help
we have a QR code for direct payment to our bank, would like to know how we can automate the payment to the client's subscription
can you tell me more about this QR code? Is it a paynow or promptPay QR code?
paynow
paynow only supports the send_invoice collection method subscription https://stripe.com/docs/payments/payment-methods/integration-options
So you can't do automatic recurring payments with paynow, your customer will receive a invoice and they'll need to pay it manually.
we will have to generate an unique QR Code per invoice?
what about promptPay QR code option?
it's the same as paynow, you'll need to use collection_method=send_invoice for promptPay too
what happens if we use an external QR Code (provided by our bank) to collect payment into our bank account
since stripe is linked to our bank account. is there a way to map this payment to it's subscription?
Stripe can't detect payments to your own bank account. If you have an existing integration with your bank account that is able to detect when payments is made AND are able to identify what that payment is for through some reference, you can implement the relevant logic to mark the corresponding invoice for the Subscription as paid out of band