You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documents/card.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ client.customer.create({
6
6
"name": "Gaurav Kumar",
7
7
"email": "gaurav.kumar@example.com",
8
8
"contact": "9123456780",
9
-
"fail_existing": "0",
9
+
"fail_existing": "1",
10
10
"notes":{
11
11
"note_key_1": "September",
12
12
"note_key_2": "Make it so."
@@ -21,7 +21,7 @@ client.customer.create({
21
21
| name*| string | Name of the customer |
22
22
| email | string | Email of the customer |
23
23
| contact | string | Contact number of the customer |
24
-
| fail_existing | string | If a customer with the same details already exists, the request throws an exception by default. Possible value is `0` or `1`|
24
+
| fail_existing | string | If a customer with the same details already exists, the request throws an exception by default. Possible value is `1` or `0`|
Copy file name to clipboardExpand all lines: documents/customer.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ client.customer.create({
6
6
"name": "Gaurav Kumar",
7
7
"contact": 9123456780,
8
8
"email": "gaurav.kumar@example.com",
9
-
"fail_existing": 0,
9
+
"fail_existing": "1",
10
10
"gstin": "29XAbbA4369J1PA",
11
11
"notes": {
12
12
"notes_key_1": "Tea, Earl Grey, Hot",
@@ -22,7 +22,7 @@ client.customer.create({
22
22
| name*| string | Name of the customer |
23
23
| email | string | Email of the customer |
24
24
| contact | string | Contact number of the customer |
25
-
| fail_existing | string | If a customer with the same details already exists, the request throws an exception by default. Possible value is `0` or `1`|
25
+
| fail_existing | string | If a customer with the same details already exists, the request throws an exception by default. Possible value is `1` or `0`|
26
26
| gstin | string | Customer's GST number, if available. For example, 29XAbbA4369J1PA |
Copy file name to clipboardExpand all lines: documents/emandate.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ client.customer.create({
6
6
"name": "Gaurav Kumar",
7
7
"contact": 9123456780,
8
8
"email": "gaurav.kumar@example.com",
9
-
"fail_existing": 0,
9
+
"fail_existing": "1",
10
10
"gstin": "29XAbbA4369J1PA",
11
11
"notes": {
12
12
"notes_key_1": "Tea, Earl Grey, Hot",
@@ -22,7 +22,7 @@ client.customer.create({
22
22
| name*| string | Name of the customer |
23
23
| email | string | Email of the customer |
24
24
| contact | string | Contact number of the customer |
25
-
| fail_existing | string | If a customer with the same details already exists, the request throws an exception by default. Possible value is `0` or `1`|
25
+
| fail_existing | string | If a customer with the same details already exists, the request throws an exception by default. Possible value is `1` or `0`|
| order_id*| string | The unique identifier of the order created. |
451
452
| customer_id*| string | The `customer_id` for the customer you want to charge. |
452
453
| token*| string | The `token_id` generated when the customer successfully completes the authorization payment. Different payment instruments for the same customer have different `token_id`.|
453
-
| recurring*| string | Determines if recurring payment is enabled or not. Possible values:<br>*`1` - Recurring is enabled.*`0` - Recurring is not enabled.|
454
+
| recurring*| string | Determines if recurring payment is enabled or not. Possible values:<br>*`True` - Recurring is enabled.*`False` - Recurring is not enabled.|
454
455
| description | string | A user-entered description for the payment.|
455
456
| notes | object | Key-value pair that can be used to store additional information about the entity. Maximum 15 key-value pairs, 256 characters (maximum) each. |
Copy file name to clipboardExpand all lines: documents/papernach.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ client.customer.create({
6
6
"name": "Gaurav Kumar",
7
7
"contact": 9123456780,
8
8
"email": "gaurav.kumar@example.com",
9
-
"fail_existing": 0,
9
+
"fail_existing": "1",
10
10
"gstin": "29XAbbA4369J1PA",
11
11
"notes": {
12
12
"notes_key_1": "Tea, Earl Grey, Hot",
@@ -23,7 +23,7 @@ client.customer.create({
23
23
| email | string | Email of the customer |
24
24
| contact | string | Contact number of the customer |
25
25
| notes | object | A key-value pair |
26
-
| fail_existing | string | If a customer with the same details already exists, the request throws an exception by default. Possible value is `0` or `1`|
26
+
| fail_existing | string | If a customer with the same details already exists, the request throws an exception by default. Possible value is `1` or `0`|
| order_id*| string | The unique identifier of the order created. |
668
668
| customer_id*| string | The `customer_id` for the customer you want to charge. |
669
669
| token*| string | The `token_id` generated when the customer successfully completes the authorization payment. Different payment instruments for the same customer have different `token_id`.|
670
-
| recurring*| string | Determines if recurring payment is enabled or not. Possible values:<br>*`1` - Recurring is enabled.*`0` - Recurring is not enabled.|
670
+
| recurring*| string | Determines if recurring payment is enabled or not. Possible values:<br>*`True` - Recurring is enabled.*`False` - Recurring is not enabled.|
671
671
| description | string | A user-entered description for the payment.|
672
672
| notes | object | Key-value pair that can be used to store additional information about the entity. Maximum 15 key-value pairs, 256 characters (maximum) each. |
0 commit comments