Android Question Integrate Square payment to B4a

DonManfred

Expert
Licensed User
Longtime User
You need to write a wrapper library for this.
Alternatively you can use Javaobject. But for both solutions you need to have java knowledge.

You also can hire someone who do the job for you.
 
Upvote 0

Tasyo28

Member
Licensed User
You need to write a wrapper library for this.
Alternatively you can use Javaobject. But for both solutions you need to have java knowledge.

You also can hire someone who do the job for you.

Hi DonManfred,

Thanks for immediate reply, I'm still new in B4x and little knowledge in java.

Who can i hire to create me this wrapper library? any recommendation?

Regards,
Tasyo
 
Upvote 0

RickV

Member
Licensed User
Hi,

I'm developing an app that needs in-person payment method, I saw Square have his own Point of Sale API (SDK) that can be integrate to custom made apps.

How to integrate it in B4a? please see link below for square sdk API integration procedure.

https://developer.squareup.com/docs/pos-api/build-on-android

Please if anybody done this or can assist thank you.

Regards,
Tasyo
Please contact me about this... I need same solution
 
Upvote 0

Frithat

Member
Hi,

I'm developing an app that needs in-person payment method, I saw Square have his own Point of Sale API (SDK) that can be integrate to custom made apps.

How to integrate it in B4a? please see link below for square sdk API integration procedure.



Please if anybody done this or can assist thank you.

I also use paykassma.com in my business to make transactions. This is the best modern service dealing with payment processing.

Regards,
Tasyo
Hi,
To integrate Square's Point of Sale API in B4A, you'll need to follow Square's SDK documentation. Since B4A doesn't have native support, you may need to use the JavaObject library to call the necessary APIs and integrate them with your custom app. Make sure to check out the link for detailed integration steps.
 
Upvote 0
Top