Integration Options
Judopay offer's the following integration options:
Mobile and your Server Side
Note
This is Judpay's recommended integration option.
To enable consumers to save their card details in your mobile app:
Store the token on your server
Integrate using our native Mobile and Server SDKs
Mobile SDK
Data and Address verification
Real-time error detection
3D Secure
Mobile specific fraud prevention tools
Alternative payment methods such as Apple Pay™ and Google Pay™
Server SDK
Repeat payments directly set up from your backend
Receive Web hook notifications when a transaction has taken place
If you do not use PHP or .Net, you can build directly to our API.
Steps:
![]() | REGISTER CARD Your customer registers their card on your mobile app |
![]() | RESPONSE WITH TOKEN JudoPay will pass back the token to you |
![]() | SAVE TOKEN You send the token to be stored on your server |
![]() | TOKEN PAYMENT All future payments can be performed using the stored token |
Mobile Only
The Mobile only solution allows you to use Judopay’s customizable native SDKs to process all of your payments.
Steps:
![]() | REGISTER CARD Customer registers their card in your app |
![]() | RESPONSE WITH TOKEN Judopay will pass back the tokenized card information |
![]() | SAVE TOKEN The tokenized card information is saved to the device |
![]() | TOKEN PAYMENT Judopay’s SDK can perform all future payments using the token |
![]() | NOTIFICATIONS Judopay will update your system via a method that suits you (web hooks). Using web hooks, you can process refunds via the Judopay Portal Dashboard or via the Token you will receive from Judopay. |
Note
You are responsible for storing card tokens on the consumer’s device.
To integrate with the Judopay Mobile SDK, see the following integration guides: