@vrplatform/api 1.3.1-stage.5063 → 1.3.1-stage.5065
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.
|
@@ -1142,7 +1142,7 @@ export interface paths {
|
|
|
1142
1142
|
get?: never;
|
|
1143
1143
|
put?: never;
|
|
1144
1144
|
/**
|
|
1145
|
-
* @description Send owner ACH details to Ramp for verification. Raw routing and account numbers are write-only and are never stored by VRPlatform. The contact becomes ready only after Ramp confirms the account.
|
|
1145
|
+
* @description Send owner ACH details to the single active Ramp push-vendor flow for verification. The server resolves the connection; clients do not select one. Raw routing and account numbers are write-only and are never stored by VRPlatform. The contact becomes ready only after Ramp confirms the account.
|
|
1146
1146
|
*
|
|
1147
1147
|
* Required scope: contacts:write
|
|
1148
1148
|
*/
|
|
@@ -28104,8 +28104,6 @@ export interface operations {
|
|
|
28104
28104
|
"application/json": {
|
|
28105
28105
|
/** @constant */
|
|
28106
28106
|
provider: "ramp";
|
|
28107
|
-
/** Format: uuid */
|
|
28108
|
-
connectionId: string;
|
|
28109
28107
|
legalName: string;
|
|
28110
28108
|
routingNumber: string;
|
|
28111
28109
|
accountNumber: string;
|