@vrplatform/api 1.3.1-stage.6393 → 1.3.1-stage.6396

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.
@@ -6412,7 +6412,7 @@ export interface paths {
6412
6412
  put?: never;
6413
6413
  post?: never;
6414
6414
  /**
6415
- * @description Unlink a never-submitted or terminal Ramp payment attempt from a transaction. This requires transactions:mark-paid and ach-payments:execute. Submitted requested, processing, and paid payments cannot be unlinked.
6415
+ * @description Unlink a never-submitted or terminal Ramp payment attempt from a transaction. This requires transactions:mark-paid and ach-payments:execute. Submitted requested, processing, and paid payments cannot be unlinked. Confirm any post-initiation cancellation debit or refund before removing the link and requesting another payment.
6416
6416
  *
6417
6417
  * Required scope: transactions:mark-paid, ach-payments:execute
6418
6418
  */
@@ -6432,7 +6432,7 @@ export interface paths {
6432
6432
  get?: never;
6433
6433
  put?: never;
6434
6434
  /**
6435
- * @description Request cancellation of an uninitiated Ramp payment. Ramp archives the bill and remains authoritative about whether cancellation is still possible. This does not unlink the payment or change payout accounting.
6435
+ * @description Request cancellation of a requested or processing Ramp payment. Ramp archives the bill and remains authoritative about whether cancellation is still possible. This does not unlink the payment or change payout accounting. An initiated payment cannot be retried until its funds are confirmed and its link is deliberately removed.
6436
6436
  *
6437
6437
  * Required scope: transactions:mark-paid, ach-payments:execute
6438
6438
  */