PUT
/
v1
/
gateway
/
{gateway_id}
curl --request PUT \
  --url https://api.lygosapp.com/v1/gateway/{gateway_id} \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "amount": 123,
  "shop_name": "<string>",
  "message": "<string>",
  "success_url": "<string>",
  "failure_url": "<string>"
}'
"<any>"

Headers

api-key
string | null
required

Path Parameters

gateway_id
string
required

Body

application/json
amount
integer
shop_name
string
message
string
success_url
string
failure_url
string

Response

200
application/json
Successful Response

The response is of type any.