@vrplatform/api 1.3.1-stage.5063 → 1.3.1-stage.5067
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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -1143,7 +1143,7 @@ export interface paths {
|
|
|
1143
1143
|
get?: never;
|
|
1144
1144
|
put?: never;
|
|
1145
1145
|
/**
|
|
1146
|
-
* @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.
|
|
1146
|
+
* @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.
|
|
1147
1147
|
*
|
|
1148
1148
|
* Required scope: contacts:write
|
|
1149
1149
|
*/
|
|
@@ -28105,8 +28105,6 @@ export interface operations {
|
|
|
28105
28105
|
"application/json": {
|
|
28106
28106
|
/** @constant */
|
|
28107
28107
|
provider: "ramp";
|
|
28108
|
-
/** Format: uuid */
|
|
28109
|
-
connectionId: string;
|
|
28110
28108
|
legalName: string;
|
|
28111
28109
|
routingNumber: string;
|
|
28112
28110
|
accountNumber: string;
|