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
* Optional, default is false. Verify the counterparty balance, if balance verification fails the payment will be rejected with reason set to CounterpartyInsufficientFunds
234
+
*/
235
+
verifyCounterpartyBalance?: boolean
236
+
232
237
/**
233
238
* See [Tags](https://developers.unit.co/#tags). Tags that will be copied to any transaction that this payment creates (see [Tag Inheritance](https://developers.unit.co/#tag-inheritance)).
* Optional, default is false. Verify the counterparty balance, if balance verification fails the payment will be rejected with reason set to CounterpartyInsufficientFunds
283
+
*/
284
+
verifyCounterpartyBalance?: boolean
285
+
276
286
/**
277
287
* See [Tags](https://developers.unit.co/#tags). Tags that will be copied to any transaction that this payment creates (see [Tag Inheritance](https://developers.unit.co/#tag-inheritance)).
* Optional, default is false. Verify the counterparty balance, if balance verification fails the payment will be rejected with reason set to CounterpartyInsufficientFunds
336
+
*/
337
+
verifyCounterpartyBalance?: boolean
338
+
324
339
/**
325
340
* See [Create Plaid processor token API](https://plaid.com/docs/api/processors/).
0 commit comments