Jump to Content
OSL Pay
GuidesAPI Reference
v1.0

Log InOSL Pay
Guides
Log In
v1.0GuidesAPI Reference
All
Pages
Start typing to search…

🪙OSLPAY BASE

  • 👍Advantages of our products
  • 🗯️Environments
  • ㊙️Encryption, decryption, and signature verification
  • ⏭️Integration examples
  • 👨‍💻Sandbox testing guide
  • ↩️Webhook overview

ON-RAMP

  • Overview
  • Architechure
    • WebSDK vs OpenAPI
    • Components for on-ramp integrations
  • Integration Method - URL/WebSDK
    • WebSDK Integration
    • WebSDK query parameters
    • URL integration in web pages
    • URL integration in client apps
  • Integration Method - OpenAPI
    • OpenAPI Integration
    • Binding Card SDK
    • Update Card SDK
    • Risk SDK for Web
    • Risk SDK for Apps
    • Apple Pay
      • Apple Pay for Apps
      • Apple Pay for Web
      • Apple Pay certificate creation
    • Google Pay
      • Google Pay for Apps
      • Google Pay for Web
    • Frontend security configuration guide
  • Customization and configuration
Powered by 

URL integration in client apps

**Implementation: **Access the OSL Pay WebSDK via a webview within your application.

<!-- sandbox URL -->
https://ramptest.osl-pay.com?appId=[YOUR_APPID]&[QUERY_PARAMETERS]

<!-- production URL -->
https://ramp.osl-pay.com?appId=[YOUR_APPID]&[QUERY_PARAMETERS]

Updated 3 months ago


URL integration in web pages
Integration Method - OpenAPI