razorpay / razorpay-dotnet-testapp

Test app for .net integration
MIT License
9 stars 17 forks source link

"The api key provided is invalid" still it is valid #14

Open Siddhesh145 opened 4 years ago

Siddhesh145 commented 4 years ago

Untitled

URL : https://api.razorpay.com/v1/subscription_registration/auth_links

Request Body { "customer":{ "name":"Gaurav Kumar", "email":"gaurav.kumar@example.com", "contact":"9123456780" }, "type":"link", "amount":0, "currency":"INR", "description":"12 p.m. Meals", "subscription_registration":{ "method":"emandate", "auth_type":"netbanking", "expire_at":1580480689, "max_amount":50000, "bank_account":{ "beneficiary_name":"Gaurav Kumar", "account_number":"11214311215411", "account_type":"savings", "ifsc_code":"HDFC0001233" } }, "receipt":"Receipt no. 1", "expire_by":1880480689, "sms_notify":1, "email_notify":1, "notes":{ "note_key 1":"Beam me up Scotty", "note_key 2":"Tea. Earl Gray. Hot." } }