razorpay / razorpay-go

Razorpay Go SDK
MIT License
37 stars 24 forks source link

feat: add partner's api's #95

Closed ankitdas13 closed 1 year ago

ankitdas13 commented 1 year ago

Links for api reference you can also check this doc for more details

Account : https://razorpay.com/docs/api/partners/account-onboarding

Stakeholder : https://razorpay.com/docs/api/partners/stakeholder

Product configuration : https://razorpay.com/docs/api/partners/product-configuration

Webhook : https://razorpay.com/docs/api/partners/webhooks/#create-a-webhook

Terms & condition : https://razorpay.com/docs/api/partners/terms-conditions

Linked accont : https://razorpay.com/docs/partners/route/linked-accounts

Token Sharing : https://razorpay.com/docs/partners/aggregators/partner-auth/token-sharing

Documents:https://razorpay.com/docs/api/partners/upload-document/

Iin validation : https://razorpay.com/docs/payments/payment-methods/cards/token-hq/merchant-requestor-with-network-tokens/iin-validation

Card fingerprints : https://razorpay.com/docs/api/payments/cards/fingerprints#using-card-number

codecov-commenter commented 1 year ago

Codecov Report

Merging #95 (2d030e4) into master (943abe0) will increase coverage by 2.70%. The diff coverage is 85.77%.

@@            Coverage Diff             @@
##           master      #95      +/-   ##
==========================================
+ Coverage   86.73%   89.43%   +2.70%     
==========================================
  Files          17       22       +5     
  Lines         309      426     +117     
==========================================
+ Hits          268      381     +113     
- Misses         41       45       +4     
Impacted Files Coverage Δ
resources/token.go 57.14% <40.00%> (-42.86%) :arrow_down:
resources/webhooks.go 66.66% <66.66%> (ø)
resources/product.go 75.00% <75.00%> (ø)
resources/account.go 83.33% <83.33%> (ø)
resources/stakeholder.go 83.33% <83.33%> (ø)
resources/item.go 80.00% <85.71%> (+3.07%) :arrow_up:
resources/payment.go 88.60% <90.00%> (+0.14%) :arrow_up:
resources/virtual_account.go 88.88% <90.00%> (+0.88%) :arrow_up:
resources/subscription.go 90.90% <92.30%> (+0.58%) :arrow_up:
resources/Iin.go 100.00% <100.00%> (ø)
... and 12 more