Subscription
This Section guides you to create subscription via api.
The subscription documention will guide you, how to integrate subscription payment via api. If you want to skip the 3DS option, please contact Foloosi's support team.
NOTE,
A subscription can only be created when the API is set to live mode.
Basic Requirements
Foloosi merchant account - click here to sign up .
Create api credentials - click here to create.
Steps to create subscription
To create a subscription and send the subscription link to the customer via SMS or email, this process will skip the payment step before creating the subscription. The link will be sent after the subscription is created, and the customer can proceed with the payment.
Sample images
After successful subscription creation, it has to be listed in Foloosi panel. Please login to view the subscription created.
Click the subscription id to view details like below
To get the Subscription Details
For Subscription Details, you can use the Get request as below,
To cancel a Subscription
NOTE : Follow any one of the methods below to cancel a subscription,
a. To cancel a Subscription with api , you can use the api given below,
b. You can cancel the subscription directly from foloosi panel.
login to foloosi panel.
click subscriptions under subscription category.
click the subscription id, it will open a popup as shown below.
NOTE
Supports 170 World Currencies
PropertiesList of properties available:
Name Type Required Description secret_key
String
true
your foloosi secret key
plan_name
String
true
Your Subscription Plan Name
billing_type
String
true
value must be day/week/month/year
billing_cycle
integer
false
it only applicable for week and month billing type.ex Every 1 weeks
setup_fee
String
false
which is subscription setup one time fee
billing_amount
String
true
subscription amount
billing_currency
String
true
transaction currency
total_count
Integer
true
number of deductions
description
String
false
describe the subscription details.
start_date
Date
false
if you given date means .at the time of payment will be charged by transaction, amount as you given .subscription recurring will start on the given date and given billing amount Format should be in "dd-mm-yyyy".
name
String
false
customer name - auto render in payment popup if passed
email
String
true
customer email Id
phone_number
String
true
customer mobile number
phone_code
String
true
customer mobile code
Support
Visit https://www.foloosi.com for support requests or email to [email protected].
Developed by
Foloosi Technologies Pvt Ltd.
License
Copyrights (c) 2024 Foloosi
Last updated