@riskdefy/chargebacks 1.0.14 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Readme.md +10 -4
  2. package/package.json +1 -1
package/Readme.md CHANGED
@@ -1,17 +1,21 @@
1
- # Chargebacks
1
+ # Chargeback Response Builder
2
2
 
3
- Chargebacks is an npm module powered by Chargebacks Online, a web-based dispute management platform built to help merchant organizations worldwide generate chargeback responses with one click.
3
+ The chargeback response builder is an NPM module powered by Riskdefy.io, a web-based merchant management platform built to help merchant organizations that manage portfolios of merchant accounts.
4
+
5
+ Riskdefy.io technology creates dynamic-URL PDF chargeback responses in seconds. It streamlines the entire dispute process — loading chargebacks to generating credit card rules-based responses — saving merchants valuable time, money and lost revenue from chargebacks.
4
6
 
5
- Chargebacks Online technology creates dynamic-URL PDF chargeback responses in seconds with a single click. It streamlines the entire dispute process — from auto-loading incoming chargebacks to generating tailored, rules-based responses — saving merchants valuable time and increasing win rates.
6
7
 
7
8
  <img src="https://content.pstmn.io/9336c376-033b-4512-a3dc-3730a6a6dcb6/bnBtbG9nby5zdmc=" width="164" height="111">
8
9
 
10
+
9
11
  | Overview |
10
12
  | -------- |
11
- | You'll need to create an account in order to use the API. If you have a [riskdefy.io](https://riskdefy.io) Standard API package or higher, you can enable the API Workflow from the user account settings. The API is available for Premier level accounts only. [Create an account](https://app.riskdefy.io/sign-up?npm=1) |
13
+ | You'll need to create an account in order to use the API. If you have a [riskdefy.io](https://app.riskdefy.io) Standard API package or higher, you can enable the API Workflow from the user account settings. The API is available for NPM level customer accounts only. [Create an account](https://app.riskdefy.io/sign-up?npm=1) |
14
+
12
15
 
13
16
  <img src="https://app.docful.com/images/npmbuilder2.png">
14
17
 
18
+
15
19
  ## Features
16
20
 
17
21
  - Auto-load new/incoming chargebacks
@@ -53,6 +57,8 @@ At Riskdefy.io we have expertise and technologies to create and respond to charg
53
57
 
54
58
  [Book a Meeting](https://calendly.com/jb--ylc/30min?month=2025-07)
55
59
 
60
+ [Documentation](https://documenter.getpostman.com/view/18935020/2sB34ZrQNt7)
61
+
56
62
  ## License
57
63
 
58
64
  This version follows the best practices for `README.md` formatting and ensures clarity. Let me know if you need any modifications! 🚀
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riskdefy/chargebacks",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "description": "Chargebacks Vue component",
5
5
  "main": "src/index.js",
6
6
  "module": "src/index.js",