Create Payment Token
Let's see how to create a payment reference token
Last updated
Let's see how to create a payment reference token
Last updated
POST
https://api.foloosi.com/aggregatorapi/web/initialize-setup
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Request call must be on POST.
This Api will be used to confirm the feature you are about to Use.
For Hosting Payment Method, You need to pass your callback URL in site_return_url.
For Saved Card Payment Method, You need to pass your customer unique details like email,etc. to customer_unique_identifier.
Visit https://www.foloosi.com for support requests or email to [email protected].
Foloosi Technologies Pvt Ltd.
Copyrights (c) 2024 Foloosi
Request Body | Description |
---|---|
secret_key*
String
Your Merchant Key get from Foloosi Panel
currency*
String
transaction_amount*
Double
customer_name
String
site_return_url
String
customer_unique_identifier
String
billing_country
String
billing_postal_code
String
billing_state
String
customer_city
String
customer_address
String
customer_mobile
String
customer_email
String
partner_unique_reference
String
partner unique ID
site_return_url
If you are using hosting payment, this is mandatory.
Otherwise It is optional field.
It must be a string.
Get the payment response after payment complete.
click here to learn about Hosting Payment Page.
customer_unique_identifier
This is mandatory when you are using saved card payment.
This data must be Unique like email id,customer id, etc.,
partner_unique_reference
This is mandatory when transaction is based on partner flow.