v1
latestOpenAPI 3.0.02026-07-22290108.6 KBPay
V2/Payouts
Submit a recurring payment signature
Submit a signature for a recurring payment permit to activate the recurring payment schedule. This endpoint is called after creating a recurring payment and obtaining the permit data. The signature authorizes the recurring payment contract to execute payments on behalf of the payer according to the schedule. Once activated, payments will be executed automatically at the specified intervals.
post/v2/payouts/recurring/{id}
Path parameters
idstring required
Example:01JXYJKCAHGFTDR15F2D072ESG
The ID of the recurring payment
Headers
x-api-keystring
API key for authentication (optional if using Client ID)
x-client-idstring
Client ID for frontend authentication (optional if using API key)
Originstring
Origin header (required for Client ID auth, automatically set by browser)
Request body
Example request
{
"permitSignature": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1b"
}Response
Recurring payment signature submitted successfully