cURL
curl --request PATCH \ --url https://api.lygosapp.com/v1/api/marketplace/gateway/{gateway_id} \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data ' { "amount": 123, "shop_name": "<string>", "fee": 123, "message": "<string>", "phone_number": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "amount": 123, "currency": "<string>", "country": "<string>", "fee": 123, "shop_name": "<string>", "phone_number": "<string>", "marketplace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "link": "<string>", "creation_date": "2023-11-07T05:31:56Z", "marketplace_logo": "<string>", "marketplace_color": "<string>", "message": "", "favicon": "", "form_blocks": [], "marketplace_favicon": "<string>" }
Successful Response
Show child attributes