Use $serurl For Demo :- $serurl = “https://test.instamojo.com/api/1.1/payment-requests/”;
Use $serurl For Live :- $serurl = “https://instamojo.com/api/1.1/payment-requests/”;
How To Get Instamojo Private API Key and Private Auth Token
For Test Mode :- https://test.instamojo.com/integrations
For Live Mode :- https://instamojo.com/integrations
Use Below Code in Contact Form 7 For Instamojo Integration
<label> Purpose of Payment
[text* purpose] </label>
<label> Your name
[text* your-name] </label>
<label> Your email
[email* your-email] </label>
<label> Phone
[tel* your-phone] </label>
<label> Amount
[tel* amount] </label>
[submit "Submit"]