curl --request PUT \
--url https://api.helpyousponsor.com/v1/frontend/checkout/frequency/{client_id}/{program_id}/{entity_id}/{frequency}/{session_id}{
"message": "<string>",
"status": "success"
}The ID of the client
The ID of the program
The ID of the entity
The frequency of the donation
2
The session ID
curl --request PUT \
--url https://api.helpyousponsor.com/v1/frontend/checkout/frequency/{client_id}/{program_id}/{entity_id}/{frequency}/{session_id}{
"message": "<string>",
"status": "success"
}