Releases: razorpay/razorpay-go
Releases · razorpay/razorpay-go
v1.3.2
feat: Added new API endpoints
- e17683d: Added support for AddBankAccount, DeleteBankAccount, RequestEligibilityCheck & FetchEligibility on customer
- 6d75c5b: Added support for Dispute
- 799298e: Added support for Document
- ecf1977: Added support for fetch all IINs Supporting native otps & fetch all IINs with business sub-type using All
- 1d15ff4: Added support for ViewRtoReview & EditFulfillment on order
v1.3.1
Rollback: Generic access point due to some performance concern
v1.3.0
v1.2.0
#95 7100dd3
feat: Added new API endpoints
Added account onboarding API Create, Fetch, Edit, Delete
Added stakeholders API Create, Fetch, All, Edit
Added product configuration API RequestProductConfiguration, Fetch, Edit, FetchTnc
Added webhooks API Create, Fetch, All, Edit, Delete
Added Documents API UploadAccountDoc, FetchAccountDoc, UploadStakeholderDoc UploadStakeholderDoc
Added token sharing API Create, FetchCardPropertiesByToken, DeleteToken, ProcessPaymentOnAlternatePAorPG
v1.1.0
Added
Added Third party validation & Otp API for Payment (CreateUpi, ValidateVpa, OtpGenerate, OtpSubmit, OtpResend)
Update Documention
v1.0.0
Added
- QR code end point API
- Settlement end point API
- Fund Account end point API
- Item end point API
- New APIs for Invoices (Edit, Cancel, Issue, Delete, Send/resend)
- New API for Customers (Fetch all customers)
- New APIs for PaymentLinks (Cancel, Update, Send/Resend)
- New APIs for Subscriptions (Update, Pause, Resume, Cancel, Pending update, Delete offer)
- New API for Addons (Fetch all Addons)
- New API for Refund (Update refund)
- New APIs for Payments (Update, Create recurring, Create Json, Payment downtime details, refunds of a payment)
- New APIs for Virtual Account (Add receiver, add an allowed payer account, delete an allowed payer account)
- Updated Testcases
- Updated Readme
Changed
- Request method of update order from put to patch
- Request method of update customer from post to put