I am developing an app where the user will enter their credit card information (not swiped) and then the card transaction will be processed via the Square Android API SDK.
On the mobile side, the Square API is used to create a "Payment Token". Once the payment token is obtained, it is sent to the backend for the actual credit card transaction processing. The only way to get the required payment token is via the Square Android SDK. The SDK appears to be only available in Java.
Below is the link to Square:
Question 1: Has anyone added the "Install In-App-Payments SDK" from Square to B4X?
Question 2: Assuming you have been able to implement this SDK, have you been able to write the code to capture the Square payment token? This again appears to be written in Java.
Thanks.
On the mobile side, the Square API is used to create a "Payment Token". Once the payment token is obtained, it is sent to the backend for the actual credit card transaction processing. The only way to get the required payment token is via the Square Android SDK. The SDK appears to be only available in Java.
Below is the link to Square:
Build on Android: In-App Payments SDK
Build a secure payment client for Android devices with the In-App Payments SDK.
developer.squareup.com
Question 1: Has anyone added the "Install In-App-Payments SDK" from Square to B4X?
Question 2: Assuming you have been able to implement this SDK, have you been able to write the code to capture the Square payment token? This again appears to be written in Java.
Thanks.