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
"description": "custom payment link config id set at business profile send only if business_specific_configs is configured",
14993
+
"nullable": true
14994
+
},
14981
14995
"payment_type": {
14982
14996
"allOf": [
14983
14997
{
@@ -15311,6 +15325,11 @@
15311
15325
],
15312
15326
"nullable": true
15313
15327
},
15328
+
"payment_link_config_id": {
15329
+
"type": "string",
15330
+
"description": "custom payment link config id set at business profile send only if business_specific_configs is configured",
15331
+
"nullable": true
15332
+
},
15314
15333
"profile_id": {
15315
15334
"type": "string",
15316
15335
"description": "The business profile to use for this payment, if not passed the default business profile\nassociated with the merchant account will be used.",
@@ -16351,6 +16370,11 @@
16351
16370
],
16352
16371
"nullable": true
16353
16372
},
16373
+
"payment_link_config_id": {
16374
+
"type": "string",
16375
+
"description": "custom payment link config id set at business profile send only if business_specific_configs is configured",
16376
+
"nullable": true
16377
+
},
16354
16378
"profile_id": {
16355
16379
"type": "string",
16356
16380
"description": "The business profile to use for this payment, if not passed the default business profile\nassociated with the merchant account will be used.",
@@ -17359,6 +17383,11 @@
17359
17383
],
17360
17384
"nullable": true
17361
17385
},
17386
+
"payment_link_config_id": {
17387
+
"type": "string",
17388
+
"description": "custom payment link config id set at business profile send only if business_specific_configs is configured",
0 commit comments