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