Blazor and Square Payments

Another day of poking around and conquer challenges.

For my project "HomeYummies.net" i was trying to figure out a solution to process payments using a payment provider but for others, as i wanted the funds to go directly to cooks accounts.

after some research i settled on Square as such functionality was addressed more obviously there.

But ... how can i get their magical box display on Blazor WASM app i have as a front end?

after some decent effort i managed to do so and also have a way to submit and get a token to be used along with a cook OAuth token to process a payment for them!

i though to turn this into an open source library, but not quite committed to that yet, but if you land here search for something slimier here you go :)

https://github.com/UpwardInfo/BlazorPay/tree/dev

Popular posts from this blog

how to copy NuGet packages from one project to another

How to load a DLL and runtime, invoke a method by name, get result object and use it as a parameter on another unkown DLL .NET Core

Blazor how to generate that SHA256 check