Update
PATCH https://install.sandbox-checkout.payjustnow.io/v2
To update your settings for the checkout gateway you can perform a PATCH on the installation endpoint.
The OpenAPI specification for this operation can be found here.
Note
The authentication headers are required on this call.
Here is an example of a successful gateway update request and response:
PATCH /v2 HTTP/1.1X-Signature: RPuIjUx2KW6N9jIN+q8wC1G4hiohefA0+b5jtiKU16E=Content-Type: application/jsonX-Merchant-Account-ID: 1User-Agent: PostmanRuntime/7.32.2Accept: */*Postman-Token: 35143800-11f2-4124-b2fd-378b8b556f3cHost: install.sandbox-checkout.payjustnow.ioAccept-Encoding: gzip, deflate, brConnection: keep-aliveContent-Length: 240 { "checkoutStatusCallbackUrl": "https://1ce00205-499c-422f-a8ea-05d3856d5cf3.mock.pstmn.io", "callbackFailuresEmail": "[email protected]", "minimumCheckoutAmountCents": 20000, "maximumCheckoutAmountCents": 500000} HTTP/1.1 200 OKDate: Thu, 20 Apr 2023 07:35:10 GMTContent-Type: application/jsonContent-Length: 211Connection: keep-alivex-amzn-RequestId: 2cd452e9-200c-457a-a80f-fefc01f0d13eContent-Encoding: gzipx-amz-apigw-id: DqmvPGZsDoEFUHw=X-Amzn-Trace-Id: Root=1-6440eb2e-024a9a087bf90bf65d54a00f { "maximumCheckoutAmountCents": 500000, "minimumCheckoutAmountCents": 10000, "checkoutStatusCallbackUrl": "https://1ce00205-499c-422f-a8ea-05d3856d5cf3.mock.pstmn.io", "callbackFailuresEmail": "[email protected]", "signingKey": "05bea2b2-a3a0-49c6-99ab-79cd1527ec22"}