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
*[updateTransferInitiationStatus](docs/sdks/sdkpaymentsv1/README.md#updatetransferinitiationstatus) - Update the status of a transfer initiation
311
312
312
313
#### [payments->v3](docs/sdks/v3/README.md)
313
314
314
315
*[addAccountToPool](docs/sdks/v3/README.md#addaccounttopool) - Add an account to a pool
316
+
*[addBankAccountToPaymentServiceUser](docs/sdks/v3/README.md#addbankaccounttopaymentserviceuser) - Add a bank account to a payment service user
315
317
*[approvePaymentInitiation](docs/sdks/v3/README.md#approvepaymentinitiation) - Approve a payment initiation
316
318
*[createAccount](docs/sdks/v3/README.md#createaccount) - Create a formance account object. This object will not be forwarded to the connector. It is only used for internal purposes.
317
319
318
320
*[createBankAccount](docs/sdks/v3/README.md#createbankaccount) - Create a formance bank account object. This object will not be forwarded to the connector until you called the forwardBankAccount method.
319
321
320
322
*[createPayment](docs/sdks/v3/README.md#createpayment) - Create a formance payment object. This object will not be forwarded to the connector. It is only used for internal purposes.
321
323
324
+
*[createPaymentServiceUser](docs/sdks/v3/README.md#createpaymentserviceuser) - Create a formance payment service user object
322
325
*[createPool](docs/sdks/v3/README.md#createpool) - Create a formance pool object
323
326
*[deletePaymentInitiation](docs/sdks/v3/README.md#deletepaymentinitiation) - Delete a payment initiation by ID
324
327
*[deletePool](docs/sdks/v3/README.md#deletepool) - Delete a pool by ID
325
328
*[forwardBankAccount](docs/sdks/v3/README.md#forwardbankaccount) - Forward a Bank Account to a PSP for creation
329
+
*[forwardPaymentServiceUserBankAccount](docs/sdks/v3/README.md#forwardpaymentserviceuserbankaccount) - Forward a payment service user's bank account to a connector
326
330
*[getAccount](docs/sdks/v3/README.md#getaccount) - Get an account by ID
327
331
*[getAccountBalances](docs/sdks/v3/README.md#getaccountbalances) - Get account balances
328
332
*[getBankAccount](docs/sdks/v3/README.md#getbankaccount) - Get a Bank Account by ID
329
333
*[getConnectorConfig](docs/sdks/v3/README.md#getconnectorconfig) - Get a connector configuration by ID
330
334
*[getConnectorSchedule](docs/sdks/v3/README.md#getconnectorschedule) - Get a connector schedule by ID
331
335
*[getPayment](docs/sdks/v3/README.md#getpayment) - Get a payment by ID
332
336
*[getPaymentInitiation](docs/sdks/v3/README.md#getpaymentinitiation) - Get a payment initiation by ID
337
+
*[getPaymentServiceUser](docs/sdks/v3/README.md#getpaymentserviceuser) - Get a payment service user by ID
333
338
*[getPool](docs/sdks/v3/README.md#getpool) - Get a pool by ID
334
-
*[getPoolBalances](docs/sdks/v3/README.md#getpoolbalances) - Get pool balances
339
+
*[getPoolBalances](docs/sdks/v3/README.md#getpoolbalances) - Get historical pool balances from a particular point in time
340
+
*[getPoolBalancesLatest](docs/sdks/v3/README.md#getpoolbalanceslatest) - Get latest pool balances
335
341
*[getTask](docs/sdks/v3/README.md#gettask) - Get a task and its result by ID
336
342
*[initiatePayment](docs/sdks/v3/README.md#initiatepayment) - Initiate a payment
337
343
*[installConnector](docs/sdks/v3/README.md#installconnector) - Install a connector
@@ -344,6 +350,7 @@ if ($response->getVersionsResponse !== null) {
344
350
*[listPaymentInitiationAdjustments](docs/sdks/v3/README.md#listpaymentinitiationadjustments) - List all payment initiation adjustments
345
351
*[listPaymentInitiationRelatedPayments](docs/sdks/v3/README.md#listpaymentinitiationrelatedpayments) - List all payments related to a payment initiation
346
352
*[listPaymentInitiations](docs/sdks/v3/README.md#listpaymentinitiations) - List all payment initiations
353
+
*[listPaymentServiceUsers](docs/sdks/v3/README.md#listpaymentserviceusers) - List all payment service users
347
354
*[listPayments](docs/sdks/v3/README.md#listpayments) - List all payments
348
355
*[listPools](docs/sdks/v3/README.md#listpools) - List all pools
349
356
*[rejectPaymentInitiation](docs/sdks/v3/README.md#rejectpaymentinitiation) - Reject a payment initiation
@@ -354,6 +361,7 @@ if ($response->getVersionsResponse !== null) {
354
361
*[uninstallConnector](docs/sdks/v3/README.md#uninstallconnector) - Uninstall a connector
355
362
*[updateBankAccountMetadata](docs/sdks/v3/README.md#updatebankaccountmetadata) - Update a bank account's metadata
356
363
*[updatePaymentMetadata](docs/sdks/v3/README.md#updatepaymentmetadata) - Update a payment's metadata
364
+
*[v3UpdateConnectorConfig](docs/sdks/v3/README.md#v3updateconnectorconfig) - Update the config of a connector
@@ -434,7 +442,7 @@ By default an API error will raise a `Errors\SDKException` exception, which has
434
442
|`$rawResponse`|*?\Psr\Http\Message\ResponseInterface*| The raw HTTP response |
435
443
|`$body`|*string*| The response content |
436
444
437
-
When custom error responses are specified for an operation, the SDK may also throw their associated exception. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `getMetrics` method throws the following exceptions:
445
+
When custom error responses are specified for an operation, the SDK may also throw their associated exception. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `addMetadataOnTransaction` method throws the following exceptions:
0 commit comments