PUT
/
frontend
/
checkout
/
amount
/
{client_id}
/
{program_id}
/
{entity_id}
/
{amount}
/
{currency}
/
{session_id}
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"
}

Path Parameters

client_id
integer
required

The ID of the client

program_id
integer
required

The ID of the program

entity_id
integer
required

The ID of the entity

amount
number
required

The new amount for the entity

currency
string
required

The currency of the amount

Example:

"$"

session_id
string
required

The session ID

Response

200 - application/json
Successful operation
redirect_url
string
Example:

"/frontend/order/1/1/abc123"