API Reference
Log In
API Reference

Create a Payment Request

This will create a payment request on Instamojo. You need to use a token that is obtained using the Application Based Authentication.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data
double
required

The amount for the request. The minimum amount is 9. And the maximum is 200000.

string
required

Purpose of the payment request.

string

Name of payer

string

Email of payer

string

Phone number of payer

string

URL where we redirect the user after a payment. If provided, we will redirect the user to redirect_url immediately after the payment has been processed. Three additional query arguments payment_request_id, payment_status and payment_id are also sent with the redirect URL.

string

URL where our server do POST request after a payment If provided, we will do a the POST request to the webhook (url) with full details of the payment

boolean
Defaults to false

If allow_repeated_payments is false, only one payment can be paid on a payment request link. allow_repeated_payments is true by default.

boolean
Defaults to false

Flag to send request link via email. If send_email is true, a request email will be sent to the email supplied. If send_email is true but no email is supplied, request creation will throw an error.

date

Time after which the payment request will be expired in UTC timestamp. Max value is 600 seconds. Default is Null

Headers
string
Defaults to Bearer <your-token>
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json