Search Account Overdraft
This API endpoint allows users to search for existing account overdraft information by passing the overdraft id
to the request query. It retrieves details related to account overdrafts, including current status, limits, and fee amounts. The search operation provides users with the necessary information to manage account overdrafts and make informed decisions.
GET
/api/AccountOverdraft/v1/Search
The status
value for overdraft is: Inactive = 1, Active = 2, Disabled = 3, Pending = 4, Expired = 5
Headers
Name | Value |
---|---|
Content-Type* |
|
Authorization* |
|
Request-Reference |
|
Query Parameter
Name | Data Type (length) | Required | Description |
---|---|---|---|
| string | The customer's account overdraft name |
Here is an example request and response with a sample payload sent to the endpoint in Curl format.
Last updated