Good afternoon everyone, I am writing an extensio...
# support
z
Good afternoon everyone, I am writing an extension to integrate my local payment provider. I have created the extension with the gateway/paymentmethod/source. I was wondering if someone might have a working example I could look at. I'm a little confused with how to actually initiate the transaction, I am looking to have a button that customers can click and be redirected to the PSP page and then back when successful, but I'm a little stumped as to how to achieve this. If anyone has a working example I could take a look at I would be enormously grateful!
w
You can take a look at the current WIP revamp of the new stripe extension: • https://github.com/solidusio/solidus_stripe/pull/158https://github.com/solidusio/solidus_stripe/pull/203 You'll still need to digest a lot, but I think it can help you understand the flows that need to be implemented
z
thank you, I will look through