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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ instance.customers.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 @@ instance.customers.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 @@ instance.customers.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 @@ instance.customers.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 |
| 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`|
25
25
| contact | string | Contact number of the customer |
| order_id*| string | The unique identifier of the order created. |
474
474
| customer_id*| string | The `customer_id` for the customer you want to charge. |
475
475
| 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`.|
476
-
| recurring*| string | Determines if recurring payment is enabled or not. Possible values:<br>*`1` - Recurring is enabled.*`0` - Recurring is not enabled.|
476
+
| recurring*| string | Determines if recurring payment is enabled or not. Possible values:<br>*`true` - Recurring is enabled.*`false` - Recurring is not enabled.|
477
477
| description | string | A user-entered description for the payment.|
478
478
| 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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ instance.customers.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 @@ instance.customers.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. |
653
653
| customer_id*| string | The `customer_id` for the customer you want to charge. |
654
654
| 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`.|
655
-
| recurring*| string | Determines if recurring payment is enabled or not. Possible values:<br>*`1` - Recurring is enabled.*`0` - Recurring is not enabled.|
655
+
| recurring*| string | Determines if recurring payment is enabled or not. Possible values:<br>*`true` - Recurring is enabled.*`false` - Recurring is not enabled.|
656
656
| description | string | A user-entered description for the payment.|
657
657
| 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/registerEmandate.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ instance.customers.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",
@@ -21,7 +21,7 @@ instance.customers.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`|
0 commit comments