@riskdefy/chargebacks 1.0.13 → 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 +10 -6
  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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riskdefy/chargebacks",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Chargebacks Vue component",
5
5
  "main": "src/index.js",
6
6
  "module": "src/index.js",