rebilly-js-sdk 56.49.4 → 56.50.1
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/CHANGELOG.md +1 -1
- package/dist/rebilly-js-sdk.d.ts +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
## [56.
|
|
1
|
+
## [56.50.1](https://github.com/Rebilly/rebilly/compare/rebilly-js-sdk-v56.50.0...rebilly-js-sdk-v56.50.1) (2024-08-27)
|
package/dist/rebilly-js-sdk.d.ts
CHANGED
|
@@ -4873,6 +4873,9 @@ export interface corePaths {
|
|
|
4873
4873
|
* Creates a payout request.
|
|
4874
4874
|
* In the response, the `selectPaymentInstrumentUrl` field is used to redirect the customer to select a preferred payment instrument.
|
|
4875
4875
|
* After a payment instrument is selected, the customer is redirected to the `selectedPaymentInstrumentRedirectUrl` value.
|
|
4876
|
+
*
|
|
4877
|
+
* > **Important:** The selected payment gateway must be configured to support payout requests.
|
|
4878
|
+
* > For more information, see the [readyToPayoutInstruction](https://www.rebilly.com/catalog/all/gateway-accounts/getgatewayaccountcollection#gateway-accounts/getgatewayaccountcollection/t=response&c=200&path=&d=0/readytopayoutinstruction) field.
|
|
4876
4879
|
*/
|
|
4877
4880
|
post: operations["PostPayoutRequest"];
|
|
4878
4881
|
};
|
|
@@ -36764,6 +36767,9 @@ export interface operations {
|
|
|
36764
36767
|
* Creates a payout request.
|
|
36765
36768
|
* In the response, the `selectPaymentInstrumentUrl` field is used to redirect the customer to select a preferred payment instrument.
|
|
36766
36769
|
* After a payment instrument is selected, the customer is redirected to the `selectedPaymentInstrumentRedirectUrl` value.
|
|
36770
|
+
*
|
|
36771
|
+
* > **Important:** The selected payment gateway must be configured to support payout requests.
|
|
36772
|
+
* > For more information, see the [readyToPayoutInstruction](https://www.rebilly.com/catalog/all/gateway-accounts/getgatewayaccountcollection#gateway-accounts/getgatewayaccountcollection/t=response&c=200&path=&d=0/readytopayoutinstruction) field.
|
|
36767
36773
|
*/
|
|
36768
36774
|
PostPayoutRequest: {
|
|
36769
36775
|
responses: {
|