PUT Update EPF Intent
The PUT Update EPF Intent method allows merchants to update the association between a payment intent and a premium finance quote. By providing the paymentIntentId, quoteKey, and merchantToken, this endpoint ensures that the payment intent is correctly linked to the corresponding quote for processing and tracking purposes.
API Versioning
Note: This method is available in API version 2.1 and 2.2 only.
API Endpoint |
https://api.uat.anddone.com/secure/epf/updateintent |
API Data | Details |
URI | secure/epf/updateintent |
Method | PUT |
Authorization | API Key Authorization |
Authorization | |
x-api-key | API key {env_merchantAccessKey} |
Request Headers | |
x-app-key | Merchant ID or App Key {env_merchantId} |
x-version | API version (e.g., 2.1) |
Origin | URL or IP address provided to AndDone as an allowed origin. |
Content-Type | application/json |
Request Parameters
Field Name | Data Type | Mandatory | Field Length | Description |
---|---|---|---|---|
paymentIntentId | string | Yes | N/A | Unique ID of the payment intent being updated. |
quoteKey | string | Yes | N/A | Premium-finance quote key to associate with the payment intent. |
merchantToken | string | Yes | N/A | Merchant-specific token that authorizes the update. |
Body Request Example (JSON)
Response Parameters
Upon successful execution, the method returns a status code 200 (OK), indicating that the payment intent was successfully updated with the provided quote information. No response body is returned.