Jump to Content
Juspay Developer DocumentationHomePayment PageAPI ReferenceDiscussions
HomePayment PageAPI ReferenceChangelogDiscussions
HomePayment PageAPI ReferenceDiscussionsJuspay Developer Documentation
HomePayment PageAPI ReferenceChangelogDiscussions

Payment Page SDK - App

  • Introduction
  • Integration Architecture
  • Integrating the SDK
    • React Native Plugin
  • Server Side Integration
  • SDK Interface API
    • Initiate
    • Process
    • Terminate(optional)
    • Prefetch(optional)
  • Payload
    • Initiate Payload
    • Process Payload
  • SDK Response Handling
  • Order Status Verification
    • Handling Order Status Responses
    • Transaction Status Codes
    • Error Codes
  • Payment Locking Version 2
    • Sample Payloads - Version 2
    • Legacy EMI Filter
  • Miscellaneous
    • Generating the Signature
    • Code Snippets
    • React Native Code Snippets
    • Multi-activity Integration
    • Clickstream Events
    • Order Updation Events
    • Payment Management
    • FAQs
    • Payment Locking Version 1 - Deprecated
    • Sample Payloads - Version 1
  • 3rd Party SDK Integration
    • GooglePay Invoke Flow
    • AmazonPay S2S Tokenised Flow
    • Simpl Paylater
    • Phonepe Quick Checkout (QC Lite)
    • Amazon Pay UPI SDK Flow
  • Plugins
  • SDK - Release Notes

Terminate (optional)

This is an optional call

Suggest Edits

This API frees up any system used resources and closes active connections and helps clean-up.

Integration Samples:

protected void onDestroy() {
   super.onDestroy();
   hyperServices.terminate();
}
self.hyperInstance.terminate()
[self.hyperInstance terminate];
HyperSdkReact.terminate();

Updated over 1 year ago


What’s Next
  • Payload (Initiate & Process)

© JUSPAY / 2012 - 2022

// form will be here