How can i send a payment with an external button? #28
-
Using cardPayment Brick, there is an option to hide the default paymentButton provided by the package, but my concern is how can I recover the data to send my payment with my custom button? Also I think that there is a bug with cardPayment brick, when i refresh the page I have two instance of the cardPayment brick rendered: Loom.-.Microphone.Muted.-.12.April.2023.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @joxpulp, sorry for the delay in replying. About your questions, yes it is possible to recover the data using the About the bug, we fixed it in the new version latest 0.0.8, you can update your lib and you will see that the error doesn't happen anymore. Thanks for the report and I hope that helps, thank you! |
Beta Was this translation helpful? Give feedback.
Hi @joxpulp, sorry for the delay in replying.
About your questions, yes it is possible to recover the data using the
cardFormBrick
instance that is allocated in thewindow
. You can see an example of how to do this here.About the bug, we fixed it in the new version latest 0.0.8, you can update your lib and you will see that the error doesn't happen anymore.
Thanks for the report and I hope that helps, thank you!