Referencia de APIPay / Payment
Create Payment change payouts intervar
← Back to full API reference
POST
/v1/payment/change-payouts-intervarPublic- This endpoint can be called without an authenticated session.
Request details
Body fields
| Field | Required | Description |
|---|---|---|
| interval | Yes | Inferred from req.body.interval |
Default payloads
Path params
json
{}Query
json
{}Body
json
{
"interval": "string"
}Sample response
json
{
"success": true,
"message": "Sample response placeholder for POST /v1/payment/change-payouts-intervar"
}