AladiaDocs
Api referencePayment

Update the connect accounts payout schedule of a payment

Update the payout schedule of a payment

PATCH
/v2/payment/connect-accounts/payout-schedule

Update the payout schedule of a payment

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/v2/payment/connect-accounts/payout-schedule" \  -H "Content-Type: application/json" \  -d '{    "interval": "manual"  }'
{}