- 26 Apr 2024
- 1 Minute to read
- Print
- DarkLight
Merchant Logo
- Updated on 26 Apr 2024
- 1 Minute to read
- Print
- DarkLight
You can also add the merchant logo to the DPR site using update payment request settings logo, where it will appear in the header
You can attach a jpeg or png file of up to 1Mb in size. For the initial upload you should use an If-Match value of 0. For any further updates you will need to get logo settings and use the eTag value (returned in the response header) as the If-Match value.
Example Code
curl --location --request PUT 'https://api.test.pay360evolve.com/demo/pf-api-gateway/apiGateway/paymentRequestService/paymentRequests/EVOLVE/<ISVID>/<MERCHANTID>/settings/logo' \
—header 'If-Match: 0' \
—header 'jwt: <API KEY>' \
—form 'logo=@"/C:/Users/test/images/logo.jpg"'