@riskdefy/chargebacks 1.0.12 → 1.0.14

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 +11 -7
  2. package/package.json +1 -1
package/Readme.md CHANGED
@@ -1,23 +1,27 @@
1
1
  # Chargebacks
2
2
 
3
- **Chargebacks** is an npm module designed to help you efficiently manage and process chargebacks.
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.
4
+
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.
4
6
 
5
7
  <img src="https://content.pstmn.io/9336c376-033b-4512-a3dc-3730a6a6dcb6/bnBtbG9nby5zdmc=" width="164" height="111">
6
8
 
7
- | Overview |
8
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
9
- | You'll need to create an account io 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. |
9
+ | Overview |
10
+ | -------- |
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) |
10
12
 
11
13
  <img src="https://app.docful.com/images/npmbuilder2.png">
12
14
 
13
- - You can use this API to:
15
+ ## Features
16
+
14
17
  - Auto-load new/incoming chargebacks
15
18
  - Auto-retrieve customer records and details
16
19
  - Advanced conditional logic based on card brand rules
17
20
  - Create and send digital response packets via dynamic URL PDF
18
21
  - Auto-match transactions with chargebacks
19
22
  - Customizable generated responses
20
- - Create automation flows for each merchant.
23
+ - Create automation flows for each merchant
24
+
21
25
 
22
26
  ## Installation
23
27
 
@@ -47,7 +51,7 @@ We welcome contributions! If you encounter any issues or have suggestions for im
47
51
 
48
52
  At Riskdefy.io we have expertise and technologies to create and respond to chargebacks seamlessly integrated with your product. We specialize in working with low to high risk merchant processing industries, including **Gambling, Adult, Online Games, Coaching, Nutra, Vape, CRM, and other software products** that require chargeback prevention and responding. By leveraging Riskdefy, we can assist in reducing the overall cost of developing and creating chargebck responses while ensuring security and compliance with local electronic document laws.
49
53
 
50
- [Book a Meeting](https://app.riskdefy.io/calendar)
54
+ [Book a Meeting](https://calendly.com/jb--ylc/30min?month=2025-07)
51
55
 
52
56
  ## License
53
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riskdefy/chargebacks",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "description": "Chargebacks Vue component",
5
5
  "main": "src/index.js",
6
6
  "module": "src/index.js",