GET {{baseURL}}/pay-api/v1/transactions/settings/autofill
This endpoint retrieves Level 2 and Level 3 autofill settings.
See Also:
To update level 2 and 3 autofill settings, see PUT /pay-api/v1/transactions/settings/autofill.
Security
Bearer
- Mock serverhttps://developer.flute.com/_mock/api-reference/pay-api/v1/transactions/settings/autofill
- Sandbox environmenthttps://sandbox.api.flute.com/pay-api/v1/transactions/settings/autofill
- Production environmenthttps://api.flute.com/pay-api/v1/transactions/settings/autofill
curl -i -X GET \
https://developer.flute.com/_mock/api-reference/pay-api/v1/transactions/settings/autofill \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "l2Settings": { "taxRate": 0.1 }, "l3Settings": { "product": { "name": "string", "code": "SKU/24601", "unitPrice": 0.1, "measurementUnit": "string", "quantity": 0.1, "discountPercentage": 1.5, "description": "string" }, "shippingCharge": 0.1, "dutyChargeRate": 0.1 } }