Next Hour App
  • Introduction
    • Introduction
    • Key Features
    • Flutter
  • Installation
    • Flutter Installation
    • App Secret Key
  • project setup
    • App Deployment
      • Firebase
    • iOS Setup Instructions
    • Google Drive Key
    • OneSignal
    • Images
    • Reskinning
  • Publish your app
    • Requirements to Publish App
  • FAQ
    • Installation FAQ's
    • Access Denied
    • General Setting
    • Disclaimer
    • Regular & Extended Licenses
    • Privacy Policy
  • Troubleshoot
    • Troubleshoot
    • Changelogs
  • Source & credit
    • Source & Credit
  • Support
    • Support
  • conclution
    • Conclusion
  • our products
    • Next Hour Addons
    • Our Products
  • Api Document
    • Getting Started
  • Get secret key
  • Auth Api
    • Login
  • Home Page Api
  • Actor detail page
  • Payment Api
    • Payment Method List
    • Manual payment list
    • Subscribed with manual payment
    • Subscribed with free subscription
    • Subscription Stop and Resume
    • Invoice
  • Player Setting Api
    • Player Setting
    • Advertise
  • User Api
    • View User profile
    • Wishlist
    • Watch History
    • User Profile Update
    • Manage Profile
    • Notification
  • Coupon Api
  • Other Api
    • List of Contents
    • Menu
    • Slider
    • Package
    • List of all movies
    • List of all tvseries
    • List of all movies, tveries and top movie and tvseries
    • Recent Movies and Tvseries
    • List of menu by movies and tvseries
    • Language by movies and tvseries
Powered by GitBook
On this page
  1. Payment Api

Payment Method List

Fire this api to get all payment method list.

api/stripedetail

GET https://yourdomain.com/api/stripedetail

This endpoint allows you to list of all payment method keys like stripe key.

Query Parameters

Name
Type
Description

secret

string

Client secret key will goes here which you get from admin panel.

Headers

Name
Type
Description

Authorization*

string

Bearer { bearer_token without bracket }

Accept

string

apllication/json

{
    "key": "pk_test_qQEK1HlAwSUtLoRgKSc5jcAC00bTS4A93l",
    "pass": "sk_test_5bEjEwBwW9nganizk2G5m4At007lVAKC7N",
    "paystack": "pk_test_76afe2620843cfc96e58948df9429d667949708e",
    "razorkey": "rzp_test_lh8RGlUwxPYAVb",
    "razorpass": "XrP61FUq3EHovNnWTCwlkrzy",
    "paytmkey": "Websit57239737375544",
    "paytmpass": "31Q9BhP7U9JVip77",
    "imapikey": "test_68104fd205eda124b914ede9cbf",
    "imauthtoken": "test_1cfa6b7a7e1b2e0055397041159",
    "imurl": "https://test.instamojo.com/api/1.1/",
    "paypalClientId": "AYleu1XNCtEHKuQwydaO46vl0N4eJG_HhVDNJDcEwtneI5IpCIomM15VErPJXvUGdi0qk6pZw2_daefd",
    "paypalSecretId": "ED_5xeQ3VYfQr7FKqPEuydp5ZqmPgQIImMDQihrJPn4XtoMDIUqdEdN9Cy8YWLjpr_4vrfnMRYZdfgzc",
    "paypalMode": "sandbox",
    "cashfreeAppID": "16141005b650ca8ecd20a924414161",
    "cashfreeSecrectID": null,
    "cashfreeApiEndUrl": null,
    "payhereAppCode": "1234567",
    "payhereAppSecret": "asdfghj",
    "payhereMerchantId": "asdfghjk",
    "payhereMode": "sandbox",
    "ravePublicKey": "FLWPUBK_TEST-d9ded45ef5117bdb373356a49b4459d5-X",
    "raveSecretKey": "FLWSECK_TEST-a8d56f379ccaa6926ca80cb0b73759f9-X",
    "raveCountry": "NGN",
    "raveSecretHash": "iamsafiya1998",
    "ravePrefix": "rave",
    "raveLogo": "https://pbs.twimg.com/profile_images/915859962554929153/jnVxGxVj.jpg"
}
{
    "message": "Unauthorized !"
}

//or

{
    "message": "Secret Key is required"
}
{
   "message": "Invalid Secret Key !"
}
PreviousPayment ApiNextManual payment list

Last updated 3 months ago