curl --request PUT \
--url https://api.helpyousponsor.com/v1/frontend/checkout/amount/{client_id}/{program_id}/{entity_id}/{amount}/{currency}/{session_id}
{
"redirect_url": "/frontend/order/1/1/abc123"
}
The ID of the client
The ID of the program
The ID of the entity
The new amount for the entity
The currency of the amount
"$"
The session ID
Successful operation
The response is of type object
.
curl --request PUT \
--url https://api.helpyousponsor.com/v1/frontend/checkout/amount/{client_id}/{program_id}/{entity_id}/{amount}/{currency}/{session_id}
{
"redirect_url": "/frontend/order/1/1/abc123"
}